Class ListRuntimesResponse.Runtime (2.62.0)

publicstaticfinalclassListRuntimesResponse.RuntimeextendsGeneratedMessageV3implementsListRuntimesResponse.RuntimeOrBuilder

Describes a runtime and any special information (e.g., deprecation status) related to it.

Protobuf type google.cloud.functions.v2alpha.ListRuntimesResponse.Runtime

Static Fields

DECOMMISSION_DATE_FIELD_NUMBER

publicstaticfinalintDECOMMISSION_DATE_FIELD_NUMBER
Field Value
TypeDescription
int

DEPRECATION_DATE_FIELD_NUMBER

publicstaticfinalintDEPRECATION_DATE_FIELD_NUMBER
Field Value
TypeDescription
int

DISPLAY_NAME_FIELD_NUMBER

publicstaticfinalintDISPLAY_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

ENVIRONMENT_FIELD_NUMBER

publicstaticfinalintENVIRONMENT_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

publicstaticfinalintNAME_FIELD_NUMBER
Field Value
TypeDescription
int

STAGE_FIELD_NUMBER

publicstaticfinalintSTAGE_FIELD_NUMBER
Field Value
TypeDescription
int

WARNINGS_FIELD_NUMBER

publicstaticfinalintWARNINGS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

publicstaticListRuntimesResponse.RuntimegetDefaultInstance()
Returns
TypeDescription
ListRuntimesResponse.Runtime

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

publicstaticListRuntimesResponse.Runtime.BuildernewBuilder()
Returns
TypeDescription
ListRuntimesResponse.Runtime.Builder

newBuilder(ListRuntimesResponse.Runtime prototype)

publicstaticListRuntimesResponse.Runtime.BuildernewBuilder(ListRuntimesResponse.Runtimeprototype)
Parameter
NameDescription
prototypeListRuntimesResponse.Runtime
Returns
TypeDescription
ListRuntimesResponse.Runtime.Builder

parseDelimitedFrom(InputStream input)

publicstaticListRuntimesResponse.RuntimeparseDelimitedFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListRuntimesResponse.Runtime
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticListRuntimesResponse.RuntimeparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListRuntimesResponse.Runtime
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

publicstaticListRuntimesResponse.RuntimeparseFrom(byte[]data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ListRuntimesResponse.Runtime
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticListRuntimesResponse.RuntimeparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListRuntimesResponse.Runtime
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticListRuntimesResponse.RuntimeparseFrom(ByteStringdata)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ListRuntimesResponse.Runtime
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticListRuntimesResponse.RuntimeparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListRuntimesResponse.Runtime
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticListRuntimesResponse.RuntimeparseFrom(CodedInputStreaminput)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ListRuntimesResponse.Runtime
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticListRuntimesResponse.RuntimeparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListRuntimesResponse.Runtime
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

publicstaticListRuntimesResponse.RuntimeparseFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListRuntimesResponse.Runtime
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticListRuntimesResponse.RuntimeparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListRuntimesResponse.Runtime
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

publicstaticListRuntimesResponse.RuntimeparseFrom(ByteBufferdata)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ListRuntimesResponse.Runtime
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticListRuntimesResponse.RuntimeparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListRuntimesResponse.Runtime
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

publicstaticParser<ListRuntimesResponse.Runtime>parser()
Returns
TypeDescription
Parser<Runtime>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDecommissionDate()

publicDategetDecommissionDate()

Decommission date for the runtime.

.google.type.Date decommission_date = 7;

Returns
TypeDescription
com.google.type.Date

The decommissionDate.

getDecommissionDateOrBuilder()

publicDateOrBuildergetDecommissionDateOrBuilder()

Decommission date for the runtime.

.google.type.Date decommission_date = 7;

Returns
TypeDescription
com.google.type.DateOrBuilder

getDefaultInstanceForType()

publicListRuntimesResponse.RuntimegetDefaultInstanceForType()
Returns
TypeDescription
ListRuntimesResponse.Runtime

getDeprecationDate()

publicDategetDeprecationDate()

Deprecation date for the runtime.

.google.type.Date deprecation_date = 6;

Returns
TypeDescription
com.google.type.Date

The deprecationDate.

getDeprecationDateOrBuilder()

publicDateOrBuildergetDeprecationDateOrBuilder()

Deprecation date for the runtime.

.google.type.Date deprecation_date = 6;

Returns
TypeDescription
com.google.type.DateOrBuilder

getDisplayName()

publicStringgetDisplayName()

The user facing name, eg 'Go 1.13', 'Node.js 12', etc.

string display_name = 5;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

publicByteStringgetDisplayNameBytes()

The user facing name, eg 'Go 1.13', 'Node.js 12', etc.

string display_name = 5;

Returns
TypeDescription
ByteString

The bytes for displayName.

getEnvironment()

publicEnvironmentgetEnvironment()

The environment for the runtime.

.google.cloud.functions.v2alpha.Environment environment = 4;

Returns
TypeDescription
Environment

The environment.

getEnvironmentValue()

publicintgetEnvironmentValue()

The environment for the runtime.

.google.cloud.functions.v2alpha.Environment environment = 4;

Returns
TypeDescription
int

The enum numeric value on the wire for environment.

getName()

publicStringgetName()

The name of the runtime, e.g., 'go113', 'nodejs12', etc.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

publicByteStringgetNameBytes()

The name of the runtime, e.g., 'go113', 'nodejs12', etc.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getParserForType()

publicParser<ListRuntimesResponse.Runtime>getParserForType()
Returns
TypeDescription
Parser<Runtime>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
TypeDescription
int
Overrides

getStage()

publicListRuntimesResponse.RuntimeStagegetStage()

The stage of life this runtime is in, e.g., BETA, GA, etc.

.google.cloud.functions.v2alpha.ListRuntimesResponse.RuntimeStage stage = 2;

Returns
TypeDescription
ListRuntimesResponse.RuntimeStage

The stage.

getStageValue()

publicintgetStageValue()

The stage of life this runtime is in, e.g., BETA, GA, etc.

.google.cloud.functions.v2alpha.ListRuntimesResponse.RuntimeStage stage = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for stage.

getWarnings(int index)

publicStringgetWarnings(intindex)

Warning messages, e.g., a deprecation warning.

repeated string warnings = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The warnings at the given index.

getWarningsBytes(int index)

publicByteStringgetWarningsBytes(intindex)

Warning messages, e.g., a deprecation warning.

repeated string warnings = 3;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the warnings at the given index.

getWarningsCount()

publicintgetWarningsCount()

Warning messages, e.g., a deprecation warning.

repeated string warnings = 3;

Returns
TypeDescription
int

The count of warnings.

getWarningsList()

publicProtocolStringListgetWarningsList()

Warning messages, e.g., a deprecation warning.

repeated string warnings = 3;

Returns
TypeDescription
ProtocolStringList

A list containing the warnings.

hasDecommissionDate()

publicbooleanhasDecommissionDate()

Decommission date for the runtime.

.google.type.Date decommission_date = 7;

Returns
TypeDescription
boolean

Whether the decommissionDate field is set.

hasDeprecationDate()

publicbooleanhasDeprecationDate()

Deprecation date for the runtime.

.google.type.Date deprecation_date = 6;

Returns
TypeDescription
boolean

Whether the deprecationDate field is set.

hashCode()

publicinthashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

publicListRuntimesResponse.Runtime.BuildernewBuilderForType()
Returns
TypeDescription
ListRuntimesResponse.Runtime.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedListRuntimesResponse.Runtime.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ListRuntimesResponse.Runtime.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

publicListRuntimesResponse.Runtime.BuildertoBuilder()
Returns
TypeDescription
ListRuntimesResponse.Runtime.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException