Class ListRuntimesResponse.Runtime (2.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 2.80.0 (latest)
- 2.78.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.72.0
- 2.70.0
- 2.69.0
- 2.66.0
- 2.65.0
- 2.64.0
- 2.62.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.4
- 2.4.3
- 2.3.6
publicstaticfinalclass ListRuntimesResponse.RuntimeextendsGeneratedMessageV3implementsListRuntimesResponse.RuntimeOrBuilderDescribes a runtime and any special information (e.g., deprecation status) related to it.
Protobuf type google.cloud.functions.v2.ListRuntimesResponse.Runtime
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListRuntimesResponse.RuntimeImplements
ListRuntimesResponse.RuntimeOrBuilderInherited Members
Static Fields
DISPLAY_NAME_FIELD_NUMBER
publicstaticfinalintDISPLAY_NAME_FIELD_NUMBERENVIRONMENT_FIELD_NUMBER
publicstaticfinalintENVIRONMENT_FIELD_NUMBERNAME_FIELD_NUMBER
publicstaticfinalintNAME_FIELD_NUMBERSTAGE_FIELD_NUMBER
publicstaticfinalintSTAGE_FIELD_NUMBERWARNINGS_FIELD_NUMBER
publicstaticfinalintWARNINGS_FIELD_NUMBERStatic Methods
getDefaultInstance()
publicstaticListRuntimesResponse.RuntimegetDefaultInstance()getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()newBuilder()
publicstaticListRuntimesResponse.Runtime.BuildernewBuilder()newBuilder(ListRuntimesResponse.Runtime prototype)
publicstaticListRuntimesResponse.Runtime.BuildernewBuilder(ListRuntimesResponse.Runtimeprototype)parseDelimitedFrom(InputStream input)
publicstaticListRuntimesResponse.RuntimeparseDelimitedFrom(InputStreaminput)parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticListRuntimesResponse.RuntimeparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(byte[] data)
publicstaticListRuntimesResponse.RuntimeparseFrom(byte[]data)data
byte[]parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticListRuntimesResponse.RuntimeparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)data
byte[]parseFrom(ByteString data)
publicstaticListRuntimesResponse.RuntimeparseFrom(ByteStringdata)parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticListRuntimesResponse.RuntimeparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)parseFrom(CodedInputStream input)
publicstaticListRuntimesResponse.RuntimeparseFrom(CodedInputStreaminput)parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticListRuntimesResponse.RuntimeparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(InputStream input)
publicstaticListRuntimesResponse.RuntimeparseFrom(InputStreaminput)parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticListRuntimesResponse.RuntimeparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(ByteBuffer data)
publicstaticListRuntimesResponse.RuntimeparseFrom(ByteBufferdata)parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticListRuntimesResponse.RuntimeparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)parser()
publicstaticParser<ListRuntimesResponse.Runtime>parser()Methods
equals(Object obj)
publicbooleanequals(Objectobj)getDefaultInstanceForType()
publicListRuntimesResponse.RuntimegetDefaultInstanceForType()getDisplayName()
publicStringgetDisplayName()The user facing name, eg 'Go 1.13', 'Node.js 12', etc.
string display_name = 5;
String
The displayName.
getDisplayNameBytes()
publicByteStringgetDisplayNameBytes()The user facing name, eg 'Go 1.13', 'Node.js 12', etc.
string display_name = 5;
ByteString
The bytes for displayName.
getEnvironment()
publicEnvironmentgetEnvironment()The environment for the runtime.
.google.cloud.functions.v2.Environment environment = 4;
Environment
The environment.
getEnvironmentValue()
publicintgetEnvironmentValue()The environment for the runtime.
.google.cloud.functions.v2.Environment environment = 4;
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;
String
The name.
getNameBytes()
publicByteStringgetNameBytes()The name of the runtime, e.g., 'go113', 'nodejs12', etc.
string name = 1;
ByteString
The bytes for name.
getParserForType()
publicParser<ListRuntimesResponse.Runtime>getParserForType()getSerializedSize()
publicintgetSerializedSize()getStage()
publicListRuntimesResponse.RuntimeStagegetStage()The stage of life this runtime is in, e.g., BETA, GA, etc.
.google.cloud.functions.v2.ListRuntimesResponse.RuntimeStage stage = 2;
ListRuntimesResponse.RuntimeStage
The stage.
getStageValue()
publicintgetStageValue()The stage of life this runtime is in, e.g., BETA, GA, etc.
.google.cloud.functions.v2.ListRuntimesResponse.RuntimeStage stage = 2;
int
The enum numeric value on the wire for stage.
getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields()getWarnings(int index)
publicStringgetWarnings(intindex)Warning messages, e.g., a deprecation warning.
repeated string warnings = 3;
String
The warnings at the given index.
getWarningsBytes(int index)
publicByteStringgetWarningsBytes(intindex)Warning messages, e.g., a deprecation warning.
repeated string warnings = 3;
ByteString
The bytes of the warnings at the given index.
getWarningsCount()
publicintgetWarningsCount()Warning messages, e.g., a deprecation warning.
repeated string warnings = 3;
int
The count of warnings.
getWarningsList()
publicProtocolStringListgetWarningsList()Warning messages, e.g., a deprecation warning.
repeated string warnings = 3;
ProtocolStringList
A list containing the warnings.
hashCode()
publicinthashCode()internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()isInitialized()
publicfinalbooleanisInitialized()newBuilderForType()
publicListRuntimesResponse.Runtime.BuildernewBuilderForType()newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedListRuntimesResponse.Runtime.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)toBuilder()
publicListRuntimesResponse.Runtime.BuildertoBuilder()writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)