Interface ListRuntimesResponse.RuntimeOrBuilder (2.44.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
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.