Developer Connect V1 API - Class Google::Cloud::Developerconnect::V1::RuntimeConfig (v1.2.0)

Reference documentation and code samples for the Developer Connect V1 API class Google::Cloud::Developerconnect::V1::RuntimeConfig.

RuntimeConfig represents the runtimes where the application is deployed.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#app_hub_workload

def app_hub_workload() -> ::Google::Cloud::Developerconnect::V1::AppHubWorkload
Returns

#gke_workload

def gke_workload() -> ::Google::Cloud::Developerconnect::V1::GKEWorkload
Returns

#state

def state() -> ::Google::Cloud::Developerconnect::V1::RuntimeConfig::State
Returns

#uri

def uri() -> ::String
Returns
  • (::String) — Required. Immutable. The URI of the runtime configuration. For GKE, this is the cluster name. For Cloud Run, this is the service name.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — Required. Immutable. The URI of the runtime configuration. For GKE, this is the cluster name. For Cloud Run, this is the service name.
Returns
  • (::String) — Required. Immutable. The URI of the runtime configuration. For GKE, this is the cluster name. For Cloud Run, this is the service name.