Interface ListRuntimesResponse.RuntimeOrBuilder (2.43.0)

public static interface ListRuntimesResponse.RuntimeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract String getDisplayName()

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

string display_name = 5;

Returns
TypeDescription
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
TypeDescription
ByteString

The bytes for displayName.

getEnvironment()

public abstract Environment getEnvironment()

The environment for the runtime.

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

Returns
TypeDescription
Environment

The environment.

getEnvironmentValue()

public abstract int getEnvironmentValue()

The environment for the runtime.

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

Returns
TypeDescription
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
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

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

string name = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
int

The count of warnings.

getWarningsList()

public abstract List<String> getWarningsList()

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

repeated string warnings = 3;

Returns
TypeDescription
List<String>

A list containing the warnings.