public static interface ListRuntimesResponse.RuntimeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
The user facing name, eg 'Go 1.13', 'Node.js 12', etc.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The user facing name, eg 'Go 1.13', 'Node.js 12', etc.
|
Environment |
getEnvironment()
The environment for the runtime.
|
int |
getEnvironmentValue()
The environment for the runtime.
|
String |
getName()
The name of the runtime, e.g., 'go113', 'nodejs12', etc.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the runtime, e.g., 'go113', 'nodejs12', etc.
|
ListRuntimesResponse.RuntimeStage |
getStage()
The stage of life this runtime is in, e.g., BETA, GA, etc.
|
int |
getStageValue()
The stage of life this runtime is in, e.g., BETA, GA, etc.
|
String |
getWarnings(int index)
Warning messages, e.g., a deprecation warning.
|
com.google.protobuf.ByteString |
getWarningsBytes(int index)
Warning messages, e.g., a deprecation warning.
|
int |
getWarningsCount()
Warning messages, e.g., a deprecation warning.
|
List<String> |
getWarningsList()
Warning messages, e.g., a deprecation warning.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the runtime, e.g., 'go113', 'nodejs12', etc.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the runtime, e.g., 'go113', 'nodejs12', etc.
string name = 1;String getDisplayName()
The user facing name, eg 'Go 1.13', 'Node.js 12', etc.
string display_name = 5;com.google.protobuf.ByteString getDisplayNameBytes()
The user facing name, eg 'Go 1.13', 'Node.js 12', etc.
string display_name = 5;int getStageValue()
The stage of life this runtime is in, e.g., BETA, GA, etc.
.google.cloud.functions.v2alpha.ListRuntimesResponse.RuntimeStage stage = 2;ListRuntimesResponse.RuntimeStage getStage()
The stage of life this runtime is in, e.g., BETA, GA, etc.
.google.cloud.functions.v2alpha.ListRuntimesResponse.RuntimeStage stage = 2;List<String> getWarningsList()
Warning messages, e.g., a deprecation warning.
repeated string warnings = 3;int getWarningsCount()
Warning messages, e.g., a deprecation warning.
repeated string warnings = 3;String getWarnings(int index)
Warning messages, e.g., a deprecation warning.
repeated string warnings = 3;index - The index of the element to return.com.google.protobuf.ByteString getWarningsBytes(int index)
Warning messages, e.g., a deprecation warning.
repeated string warnings = 3;index - The index of the value to return.int getEnvironmentValue()
The environment for the runtime.
.google.cloud.functions.v2alpha.Environment environment = 4;Environment getEnvironment()
The environment for the runtime.
.google.cloud.functions.v2alpha.Environment environment = 4;Copyright © 2023 Google LLC. All rights reserved.