Class Entrypoint.Builder (2.42.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
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Entrypoint.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Entrypoint.Builder
Overrides

build()

public Entrypoint build()
Returns
Type Description
Entrypoint

buildPartial()

public Entrypoint buildPartial()
Returns
Type Description
Entrypoint

clear()

public Entrypoint.Builder clear()
Returns
Type Description
Entrypoint.Builder
Overrides

clearCommand()

public Entrypoint.Builder clearCommand()
Returns
Type Description
Entrypoint.Builder

clearField(Descriptors.FieldDescriptor field)

public Entrypoint.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Entrypoint.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Entrypoint.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
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
Type Description
Entrypoint.Builder

This builder for chaining.

clone()

public Entrypoint.Builder clone()
Returns
Type Description
Entrypoint.Builder
Overrides

getCommandCase()

public Entrypoint.CommandCase getCommandCase()
Returns
Type Description
Entrypoint.CommandCase

getDefaultInstanceForType()

public Entrypoint getDefaultInstanceForType()
Returns
Type Description
Entrypoint

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getShell()

public String getShell()

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

string shell = 1;

Returns
Type Description
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
Type Description
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
Type Description
boolean

Whether the shell field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Entrypoint other)

public Entrypoint.Builder mergeFrom(Entrypoint other)
Parameter
Name Description
other Entrypoint
Returns
Type Description
Entrypoint.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Entrypoint.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Entrypoint.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Entrypoint.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Entrypoint.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Entrypoint.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Entrypoint.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public Entrypoint.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Entrypoint.Builder
Overrides

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

public Entrypoint.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
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
Name Description
value String

The shell to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for shell to set.

Returns
Type Description
Entrypoint.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Entrypoint.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Entrypoint.Builder
Overrides