Class Entrypoint (2.3.3)

public final class Entrypoint extends GeneratedMessageV3 implements EntrypointOrBuilder

The entrypoint for the application.

Protobuf type google.appengine.v1.Entrypoint

Implements

EntrypointOrBuilder

Static Fields

SHELL_FIELD_NUMBER

public static final int SHELL_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Entrypoint getDefaultInstance()
Returns
TypeDescription
Entrypoint

getDescriptor()

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

newBuilder()

public static Entrypoint.Builder newBuilder()
Returns
TypeDescription
Entrypoint.Builder

newBuilder(Entrypoint prototype)

public static Entrypoint.Builder newBuilder(Entrypoint prototype)
Parameter
NameDescription
prototypeEntrypoint
Returns
TypeDescription
Entrypoint.Builder

parseDelimitedFrom(InputStream input)

public static Entrypoint parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Entrypoint
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Entrypoint parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Entrypoint
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Entrypoint parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Entrypoint
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Entrypoint parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Entrypoint
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Entrypoint parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Entrypoint
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Entrypoint parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Entrypoint
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Entrypoint parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Entrypoint
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Entrypoint parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Entrypoint
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Entrypoint parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Entrypoint
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Entrypoint parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Entrypoint
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Entrypoint parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Entrypoint
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Entrypoint parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Entrypoint
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Entrypoint> parser()
Returns
TypeDescription
Parser<Entrypoint>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getCommandCase()

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

getDefaultInstanceForType()

public Entrypoint getDefaultInstanceForType()
Returns
TypeDescription
Entrypoint

getParserForType()

public Parser<Entrypoint> getParserForType()
Returns
TypeDescription
Parser<Entrypoint>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
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.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

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.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Entrypoint.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Entrypoint.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException