Interface RuntimeConfigOrBuilder (0.24.0)

public interface RuntimeConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAppHubWorkload()

public abstract AppHubWorkload getAppHubWorkload()

Output only. App Hub Workload.

.google.cloud.developerconnect.v1.AppHubWorkload app_hub_workload = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AppHubWorkload

The appHubWorkload.

getAppHubWorkloadOrBuilder()

public abstract AppHubWorkloadOrBuilder getAppHubWorkloadOrBuilder()

Output only. App Hub Workload.

.google.cloud.developerconnect.v1.AppHubWorkload app_hub_workload = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AppHubWorkloadOrBuilder

getDerivedFromCase()

public abstract RuntimeConfig.DerivedFromCase getDerivedFromCase()
Returns
Type Description
RuntimeConfig.DerivedFromCase

getGkeWorkload()

public abstract GKEWorkload getGkeWorkload()

Output only. Google Kubernetes Engine runtime.

.google.cloud.developerconnect.v1.GKEWorkload gke_workload = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GKEWorkload

The gkeWorkload.

getGkeWorkloadOrBuilder()

public abstract GKEWorkloadOrBuilder getGkeWorkloadOrBuilder()

Output only. Google Kubernetes Engine runtime.

.google.cloud.developerconnect.v1.GKEWorkload gke_workload = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GKEWorkloadOrBuilder

getRuntimeCase()

public abstract RuntimeConfig.RuntimeCase getRuntimeCase()
Returns
Type Description
RuntimeConfig.RuntimeCase

getState()

public abstract RuntimeConfig.State getState()

Output only. The state of the Runtime.

.google.cloud.developerconnect.v1.RuntimeConfig.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
RuntimeConfig.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. The state of the Runtime.

.google.cloud.developerconnect.v1.RuntimeConfig.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for state.

getUri()

public abstract String getUri()

Required. Immutable. The URI of the runtime configuration. For GKE, this is the cluster name. For Cloud Run, this is the service name.

string uri = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

Required. Immutable. The URI of the runtime configuration. For GKE, this is the cluster name. For Cloud Run, this is the service name.

string uri = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ByteString

The bytes for uri.

hasAppHubWorkload()

public abstract boolean hasAppHubWorkload()

Output only. App Hub Workload.

.google.cloud.developerconnect.v1.AppHubWorkload app_hub_workload = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the appHubWorkload field is set.

hasGkeWorkload()

public abstract boolean hasGkeWorkload()

Output only. Google Kubernetes Engine runtime.

.google.cloud.developerconnect.v1.GKEWorkload gke_workload = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the gkeWorkload field is set.