Class Entrypoint.Builder (2.83.0)

public static final class Entrypoint.Builder extends GeneratedMessage.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

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

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.

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 GeneratedMessage.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

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.