Class RuntimeConfig (0.4.0)

RuntimeConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

RuntimeConfig represents the runtimes where the application is deployed.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
gke_workload google.cloud.developerconnect_v1.types.GKEWorkload
Output only. Google Kubernetes Engine runtime. This field is a member of oneof_ runtime.
google_cloud_run google.cloud.developerconnect_v1.types.GoogleCloudRun
Output only. Cloud Run runtime. This field is a member of oneof_ runtime.
app_hub_workload google.cloud.developerconnect_v1.types.AppHubWorkload
Output only. App Hub Workload. This field is a member of oneof_ derived_from.
app_hub_service google.cloud.developerconnect_v1.types.AppHubService
Output only. App Hub Service. This field is a member of oneof_ derived_from.
uri str
Required. Immutable. The URI of the runtime configuration. For GKE, this is the cluster name. For Cloud Run, this is the service name.
state google.cloud.developerconnect_v1.types.RuntimeConfig.State
Output only. The state of the Runtime.

Classes

State

State(value)

The state of the runtime in the InsightsConfig. Whether the runtime is linked to the InsightsConfig.