Class Entrypoint.Builder (2.1.10)

publicstaticfinalclass Entrypoint.BuilderextendsGeneratedMessageV3.Builder<Entrypoint.Builder>implementsEntrypointOrBuilder

The entrypoint for the application.

Protobuf type google.appengine.v1.Entrypoint

Implements

EntrypointOrBuilder

Inherited Members

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicEntrypoint.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
value Object
Returns
Type Description
Overrides

build()

publicEntrypointbuild()
Returns
Type Description

buildPartial()

publicEntrypointbuildPartial()
Returns
Type Description

clear()

publicEntrypoint.Builderclear()
Returns
Type Description
Overrides

clearCommand()

publicEntrypoint.BuilderclearCommand()
Returns
Type Description

clearField(Descriptors.FieldDescriptor field)

publicEntrypoint.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
Returns
Type Description
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicEntrypoint.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
Returns
Type Description
Overrides

clearShell()

publicEntrypoint.BuilderclearShell()

The format should be a shell command that can be fed to bash -c.

string shell = 1;

Returns
Type Description
Entrypoint.Builder

This builder for chaining.

clone()

publicEntrypoint.Builderclone()
Returns
Type Description
Overrides

getCommandCase()

publicEntrypoint.CommandCasegetCommandCase()
Returns
Type Description

getDefaultInstanceForType()

publicEntrypointgetDefaultInstanceForType()
Returns
Type Description

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Overrides

getShell()

publicStringgetShell()

The format should be a shell command that can be fed to bash -c.

string shell = 1;

Returns
Type Description
String

The shell.

getShellBytes()

publicByteStringgetShellBytes()

The format should be a shell command that can be fed to bash -c.

string shell = 1;

Returns
Type Description
ByteString

The bytes for shell.

hasShell()

publicbooleanhasShell()

The format should be a shell command that can be fed to bash -c.

string shell = 1;

Returns
Type Description
boolean

Whether the shell field is set.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
Overrides

mergeFrom(Entrypoint other)

publicEntrypoint.BuildermergeFrom(Entrypointother)
Parameter
Name Description
other Entrypoint
Returns
Type Description

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicEntrypoint.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Overrides Exceptions
Type Description

mergeFrom(Message other)

publicEntrypoint.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalEntrypoint.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

publicEntrypoint.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
value Object
Returns
Type Description
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

publicEntrypoint.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
index int
value Object
Returns
Type Description
Overrides

setShell(String value)

publicEntrypoint.BuildersetShell(Stringvalue)

The format should be a shell command that can be fed to bash -c.

string shell = 1;

Parameter
Name Description
value String

The shell to set.

Returns
Type Description
Entrypoint.Builder

This builder for chaining.

setShellBytes(ByteString value)

publicEntrypoint.BuildersetShellBytes(ByteStringvalue)

The format should be a shell command that can be fed to bash -c.

string shell = 1;

Parameter
Name Description
value ByteString

The bytes for shell to set.

Returns
Type Description
Entrypoint.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalEntrypoint.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.