Interface ListRuntimesResponse.RuntimeOrBuilder (2.62.0)

publicstaticinterfaceListRuntimesResponse.RuntimeOrBuilderextendsMessageOrBuilder

Methods

getDecommissionDate()

publicabstractDategetDecommissionDate()

Decommission date for the runtime.

.google.type.Date decommission_date = 7;

Returns
TypeDescription
com.google.type.Date

The decommissionDate.

getDecommissionDateOrBuilder()

publicabstractDateOrBuildergetDecommissionDateOrBuilder()

Decommission date for the runtime.

.google.type.Date decommission_date = 7;

Returns
TypeDescription
com.google.type.DateOrBuilder

getDeprecationDate()

publicabstractDategetDeprecationDate()

Deprecation date for the runtime.

.google.type.Date deprecation_date = 6;

Returns
TypeDescription
com.google.type.Date

The deprecationDate.

getDeprecationDateOrBuilder()

publicabstractDateOrBuildergetDeprecationDateOrBuilder()

Deprecation date for the runtime.

.google.type.Date deprecation_date = 6;

Returns
TypeDescription
com.google.type.DateOrBuilder

getDisplayName()

publicabstractStringgetDisplayName()

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

string display_name = 5;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

publicabstractByteStringgetDisplayNameBytes()

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

string display_name = 5;

Returns
TypeDescription
ByteString

The bytes for displayName.

getEnvironment()

publicabstractEnvironmentgetEnvironment()

The environment for the runtime.

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

Returns
TypeDescription
Environment

The environment.

getEnvironmentValue()

publicabstractintgetEnvironmentValue()

The environment for the runtime.

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

Returns
TypeDescription
int

The enum numeric value on the wire for environment.

getName()

publicabstractStringgetName()

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

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

publicabstractByteStringgetNameBytes()

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

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getStage()

publicabstractListRuntimesResponse.RuntimeStagegetStage()

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

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

Returns
TypeDescription
ListRuntimesResponse.RuntimeStage

The stage.

getStageValue()

publicabstractintgetStageValue()

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

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

Returns
TypeDescription
int

The enum numeric value on the wire for stage.

getWarnings(int index)

publicabstractStringgetWarnings(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)

publicabstractByteStringgetWarningsBytes(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()

publicabstractintgetWarningsCount()

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

repeated string warnings = 3;

Returns
TypeDescription
int

The count of warnings.

getWarningsList()

publicabstractList<String>getWarningsList()

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

repeated string warnings = 3;

Returns
TypeDescription
List<String>

A list containing the warnings.

hasDecommissionDate()

publicabstractbooleanhasDecommissionDate()

Decommission date for the runtime.

.google.type.Date decommission_date = 7;

Returns
TypeDescription
boolean

Whether the decommissionDate field is set.

hasDeprecationDate()

publicabstractbooleanhasDeprecationDate()

Deprecation date for the runtime.

.google.type.Date deprecation_date = 6;

Returns
TypeDescription
boolean

Whether the deprecationDate field is set.