Class ListRuntimesResponse.Runtime.Builder (2.13.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.Runtime.BuilderextendsGeneratedMessageV3.Builder<ListRuntimesResponse.Runtime.Builder>implementsListRuntimesResponse.RuntimeOrBuilderDescribes a runtime and any special information (e.g., deprecation status) related to it.
Protobuf type google.cloud.functions.v2beta.ListRuntimesResponse.Runtime
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListRuntimesResponse.Runtime.BuilderImplements
ListRuntimesResponse.RuntimeOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()Methods
addAllWarnings(Iterable<String> values)
publicListRuntimesResponse.Runtime.BuilderaddAllWarnings(Iterable<String>values)Warning messages, e.g., a deprecation warning.
repeated string warnings = 3;
ListRuntimesResponse.Runtime.Builder
This builder for chaining.
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicListRuntimesResponse.Runtime.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)addWarnings(String value)
publicListRuntimesResponse.Runtime.BuilderaddWarnings(Stringvalue)Warning messages, e.g., a deprecation warning.
repeated string warnings = 3;
ListRuntimesResponse.Runtime.Builder
This builder for chaining.
addWarningsBytes(ByteString value)
publicListRuntimesResponse.Runtime.BuilderaddWarningsBytes(ByteStringvalue)Warning messages, e.g., a deprecation warning.
repeated string warnings = 3;
ListRuntimesResponse.Runtime.Builder
This builder for chaining.
build()
publicListRuntimesResponse.Runtimebuild()buildPartial()
publicListRuntimesResponse.RuntimebuildPartial()clear()
publicListRuntimesResponse.Runtime.Builderclear()clearDisplayName()
publicListRuntimesResponse.Runtime.BuilderclearDisplayName()The user facing name, eg 'Go 1.13', 'Node.js 12', etc.
string display_name = 5;
ListRuntimesResponse.Runtime.Builder
This builder for chaining.
clearEnvironment()
publicListRuntimesResponse.Runtime.BuilderclearEnvironment()The environment for the runtime.
.google.cloud.functions.v2beta.Environment environment = 4;
ListRuntimesResponse.Runtime.Builder
This builder for chaining.
clearField(Descriptors.FieldDescriptor field)
publicListRuntimesResponse.Runtime.BuilderclearField(Descriptors.FieldDescriptorfield)clearName()
publicListRuntimesResponse.Runtime.BuilderclearName()The name of the runtime, e.g., 'go113', 'nodejs12', etc.
string name = 1;
ListRuntimesResponse.Runtime.Builder
This builder for chaining.
clearOneof(Descriptors.OneofDescriptor oneof)
publicListRuntimesResponse.Runtime.BuilderclearOneof(Descriptors.OneofDescriptoroneof)clearStage()
publicListRuntimesResponse.Runtime.BuilderclearStage()The stage of life this runtime is in, e.g., BETA, GA, etc.
.google.cloud.functions.v2beta.ListRuntimesResponse.RuntimeStage stage = 2;
ListRuntimesResponse.Runtime.Builder
This builder for chaining.
clearWarnings()
publicListRuntimesResponse.Runtime.BuilderclearWarnings()Warning messages, e.g., a deprecation warning.
repeated string warnings = 3;
ListRuntimesResponse.Runtime.Builder
This builder for chaining.
clone()
publicListRuntimesResponse.Runtime.Builderclone()getDefaultInstanceForType()
publicListRuntimesResponse.RuntimegetDefaultInstanceForType()getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()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.v2beta.Environment environment = 4;
Environment
The environment.
getEnvironmentValue()
publicintgetEnvironmentValue()The environment for the runtime.
.google.cloud.functions.v2beta.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.
getStage()
publicListRuntimesResponse.RuntimeStagegetStage()The stage of life this runtime is in, e.g., BETA, GA, etc.
.google.cloud.functions.v2beta.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.v2beta.ListRuntimesResponse.RuntimeStage stage = 2;
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;
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.
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()isInitialized()
publicfinalbooleanisInitialized()mergeFrom(ListRuntimesResponse.Runtime other)
publicListRuntimesResponse.Runtime.BuildermergeFrom(ListRuntimesResponse.Runtimeother)mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicListRuntimesResponse.Runtime.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)mergeFrom(Message other)
publicListRuntimesResponse.Runtime.BuildermergeFrom(Messageother)mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalListRuntimesResponse.Runtime.BuildermergeUnknownFields(UnknownFieldSetunknownFields)setDisplayName(String value)
publicListRuntimesResponse.Runtime.BuildersetDisplayName(Stringvalue)The user facing name, eg 'Go 1.13', 'Node.js 12', etc.
string display_name = 5;
ListRuntimesResponse.Runtime.Builder
This builder for chaining.
setDisplayNameBytes(ByteString value)
publicListRuntimesResponse.Runtime.BuildersetDisplayNameBytes(ByteStringvalue)The user facing name, eg 'Go 1.13', 'Node.js 12', etc.
string display_name = 5;
ListRuntimesResponse.Runtime.Builder
This builder for chaining.
setEnvironment(Environment value)
publicListRuntimesResponse.Runtime.BuildersetEnvironment(Environmentvalue)The environment for the runtime.
.google.cloud.functions.v2beta.Environment environment = 4;
ListRuntimesResponse.Runtime.Builder
This builder for chaining.
setEnvironmentValue(int value)
publicListRuntimesResponse.Runtime.BuildersetEnvironmentValue(intvalue)The environment for the runtime.
.google.cloud.functions.v2beta.Environment environment = 4;
ListRuntimesResponse.Runtime.Builder
This builder for chaining.
setField(Descriptors.FieldDescriptor field, Object value)
publicListRuntimesResponse.Runtime.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)setName(String value)
publicListRuntimesResponse.Runtime.BuildersetName(Stringvalue)The name of the runtime, e.g., 'go113', 'nodejs12', etc.
string name = 1;
ListRuntimesResponse.Runtime.Builder
This builder for chaining.
setNameBytes(ByteString value)
publicListRuntimesResponse.Runtime.BuildersetNameBytes(ByteStringvalue)The name of the runtime, e.g., 'go113', 'nodejs12', etc.
string name = 1;
ListRuntimesResponse.Runtime.Builder
This builder for chaining.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicListRuntimesResponse.Runtime.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)setStage(ListRuntimesResponse.RuntimeStage value)
publicListRuntimesResponse.Runtime.BuildersetStage(ListRuntimesResponse.RuntimeStagevalue)The stage of life this runtime is in, e.g., BETA, GA, etc.
.google.cloud.functions.v2beta.ListRuntimesResponse.RuntimeStage stage = 2;
ListRuntimesResponse.Runtime.Builder
This builder for chaining.
setStageValue(int value)
publicListRuntimesResponse.Runtime.BuildersetStageValue(intvalue)The stage of life this runtime is in, e.g., BETA, GA, etc.
.google.cloud.functions.v2beta.ListRuntimesResponse.RuntimeStage stage = 2;
ListRuntimesResponse.Runtime.Builder
This builder for chaining.
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalListRuntimesResponse.Runtime.BuildersetUnknownFields(UnknownFieldSetunknownFields)setWarnings(int index, String value)
publicListRuntimesResponse.Runtime.BuildersetWarnings(intindex,Stringvalue)Warning messages, e.g., a deprecation warning.
repeated string warnings = 3;
ListRuntimesResponse.Runtime.Builder
This builder for chaining.