Class Entrypoint.Builder (2.2.0)

public static final class Entrypoint.Builder extends GeneratedMessageV3.Builder<Entrypoint.Builder> implements EntrypointOrBuilder

The entrypoint for the application.

Protobuf type google.appengine.v1.Entrypoint

Implements

EntrypointOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Entrypoint.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Entrypoint.Builder
Overrides

build()

public Entrypoint build()
Returns
TypeDescription
Entrypoint

buildPartial()

public Entrypoint buildPartial()
Returns
TypeDescription
Entrypoint

clear()

public Entrypoint.Builder clear()
Returns
TypeDescription
Entrypoint.Builder
Overrides

clearCommand()

public Entrypoint.Builder clearCommand()
Returns
TypeDescription
Entrypoint.Builder

clearField(Descriptors.FieldDescriptor field)

public Entrypoint.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Entrypoint.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Entrypoint.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Entrypoint.Builder
Overrides

clearShell()

public Entrypoint.Builder clearShell()

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

string shell = 1;

Returns
TypeDescription
Entrypoint.Builder

This builder for chaining.

clone()

public Entrypoint.Builder clone()
Returns
TypeDescription
Entrypoint.Builder
Overrides

getCommandCase()

public Entrypoint.CommandCase getCommandCase()
Returns
TypeDescription
Entrypoint.CommandCase

getDefaultInstanceForType()

public Entrypoint getDefaultInstanceForType()
Returns
TypeDescription
Entrypoint

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getShell()

public String getShell()

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

string shell = 1;

Returns
TypeDescription
String

The shell.

getShellBytes()

public ByteString getShellBytes()

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

string shell = 1;

Returns
TypeDescription
ByteString

The bytes for shell.

hasShell()

public boolean hasShell()

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

string shell = 1;

Returns
TypeDescription
boolean

Whether the shell field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Entrypoint other)

public Entrypoint.Builder mergeFrom(Entrypoint other)
Parameter
NameDescription
otherEntrypoint
Returns
TypeDescription
Entrypoint.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Entrypoint.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Entrypoint.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Entrypoint.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Entrypoint.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Entrypoint.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Entrypoint.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public Entrypoint.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Entrypoint.Builder
Overrides

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

public Entrypoint.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Entrypoint.Builder
Overrides

setShell(String value)

public Entrypoint.Builder setShell(String value)

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

string shell = 1;

Parameter
NameDescription
valueString

The shell to set.

Returns
TypeDescription
Entrypoint.Builder

This builder for chaining.

setShellBytes(ByteString value)

public Entrypoint.Builder setShellBytes(ByteString value)

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

string shell = 1;

Parameter
NameDescription
valueByteString

The bytes for shell to set.

Returns
TypeDescription
Entrypoint.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Entrypoint.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Entrypoint.Builder
Overrides