- 2.55.0 (latest)
- 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
public static interface ListRuntimesResponse.RuntimeOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDecommissionDate()
public abstract Date getDecommissionDate()
Decommission date for the runtime.
.google.type.Date decommission_date = 7;
Returns | |
---|---|
Type | Description |
com.google.type.Date |
The decommissionDate. |
getDecommissionDateOrBuilder()
public abstract DateOrBuilder getDecommissionDateOrBuilder()
Decommission date for the runtime.
.google.type.Date decommission_date = 7;
Returns | |
---|---|
Type | Description |
com.google.type.DateOrBuilder |
getDeprecationDate()
public abstract Date getDeprecationDate()
Deprecation date for the runtime.
.google.type.Date deprecation_date = 6;
Returns | |
---|---|
Type | Description |
com.google.type.Date |
The deprecationDate. |
getDeprecationDateOrBuilder()
public abstract DateOrBuilder getDeprecationDateOrBuilder()
Deprecation date for the runtime.
.google.type.Date deprecation_date = 6;
Returns | |
---|---|
Type | Description |
com.google.type.DateOrBuilder |
getDisplayName()
public abstract String getDisplayName()
The user facing name, eg 'Go 1.13', 'Node.js 12', etc.
string display_name = 5;
Returns | |
---|---|
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
The user facing name, eg 'Go 1.13', 'Node.js 12', etc.
string display_name = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for displayName. |
getEnvironment()
public abstract Environment getEnvironment()
The environment for the runtime.
.google.cloud.functions.v2beta.Environment environment = 4;
Returns | |
---|---|
Type | Description |
Environment |
The environment. |
getEnvironmentValue()
public abstract int getEnvironmentValue()
The environment for the runtime.
.google.cloud.functions.v2beta.Environment environment = 4;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for environment. |
getName()
public abstract String getName()
The name of the runtime, e.g., 'go113', 'nodejs12', etc.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
The name of the runtime, e.g., 'go113', 'nodejs12', etc.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getStage()
public abstract ListRuntimesResponse.RuntimeStage getStage()
The stage of life this runtime is in, e.g., BETA, GA, etc.
.google.cloud.functions.v2beta.ListRuntimesResponse.RuntimeStage stage = 2;
Returns | |
---|---|
Type | Description |
ListRuntimesResponse.RuntimeStage |
The stage. |
getStageValue()
public abstract int getStageValue()
The stage of life this runtime is in, e.g., BETA, GA, etc.
.google.cloud.functions.v2beta.ListRuntimesResponse.RuntimeStage stage = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for stage. |
getWarnings(int index)
public abstract String getWarnings(int index)
Warning messages, e.g., a deprecation warning.
repeated string warnings = 3;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The warnings at the given index. |
getWarningsBytes(int index)
public abstract ByteString getWarningsBytes(int index)
Warning messages, e.g., a deprecation warning.
repeated string warnings = 3;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the warnings at the given index. |
getWarningsCount()
public abstract int getWarningsCount()
Warning messages, e.g., a deprecation warning.
repeated string warnings = 3;
Returns | |
---|---|
Type | Description |
int |
The count of warnings. |
getWarningsList()
public abstract List<String> getWarningsList()
Warning messages, e.g., a deprecation warning.
repeated string warnings = 3;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the warnings. |
hasDecommissionDate()
public abstract boolean hasDecommissionDate()
Decommission date for the runtime.
.google.type.Date decommission_date = 7;
Returns | |
---|---|
Type | Description |
boolean |
Whether the decommissionDate field is set. |
hasDeprecationDate()
public abstract boolean hasDeprecationDate()
Deprecation date for the runtime.
.google.type.Date deprecation_date = 6;
Returns | |
---|---|
Type | Description |
boolean |
Whether the deprecationDate field is set. |