public interface RuntimeConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAppHubService()
public abstract AppHubService getAppHubService()Output only. App Hub Service.
.google.cloud.developerconnect.v1.AppHubService app_hub_service = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
AppHubService |
The appHubService. |
getAppHubServiceOrBuilder()
public abstract AppHubServiceOrBuilder getAppHubServiceOrBuilder()Output only. App Hub Service.
.google.cloud.developerconnect.v1.AppHubService app_hub_service = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
AppHubServiceOrBuilder |
|
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 |
|
getGoogleCloudRun()
public abstract GoogleCloudRun getGoogleCloudRun()Output only. Cloud Run runtime.
.google.cloud.developerconnect.v1.GoogleCloudRun google_cloud_run = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
GoogleCloudRun |
The googleCloudRun. |
getGoogleCloudRunOrBuilder()
public abstract GoogleCloudRunOrBuilder getGoogleCloudRunOrBuilder()Output only. Cloud Run runtime.
.google.cloud.developerconnect.v1.GoogleCloudRun google_cloud_run = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
GoogleCloudRunOrBuilder |
|
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. |
hasAppHubService()
public abstract boolean hasAppHubService()Output only. App Hub Service.
.google.cloud.developerconnect.v1.AppHubService app_hub_service = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the appHubService field is set. |
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. |
hasGoogleCloudRun()
public abstract boolean hasGoogleCloudRun()Output only. Cloud Run runtime.
.google.cloud.developerconnect.v1.GoogleCloudRun google_cloud_run = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the googleCloudRun field is set. |