Interface ListRuntimesResponse.RuntimeOrBuilder (2.50.0)

public static interface ListRuntimesResponse.RuntimeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.v2.Environment environment = 4;

Returns
Type Description
Environment

The environment.

getEnvironmentValue()

public abstract int getEnvironmentValue()

The environment for the runtime.

.google.cloud.functions.v2.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.v2.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.v2.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.