Connectors V1 API - Class Google::Cloud::Connectors::V1::RuntimeConfig (v0.1.0)

Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::RuntimeConfig.

RuntimeConfig is the singleton resource of each location. It includes generic resource configs consumed by control plane and runtime plane like: pub/sub topic/subscription resource name, Cloud Storage location storing schema etc.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#connd_subscription

def connd_subscription() -> ::String
Returns
  • (::String) — Output only. Pub/Sub subscription for connd to receive message. E.g. projects/{project-id}/subscriptions/{topic-id}

#connd_topic

def connd_topic() -> ::String
Returns
  • (::String) — Output only. Pub/Sub topic for connd to send message. E.g. projects/{project-id}/topics/{topic-id}

#control_plane_subscription

def control_plane_subscription() -> ::String
Returns
  • (::String) — Output only. Pub/Sub subscription for control plane to receive message. E.g. projects/{project-id}/subscriptions/{topic-id}

#control_plane_topic

def control_plane_topic() -> ::String
Returns
  • (::String) — Output only. Pub/Sub topic for control plne to send message. communication. E.g. projects/{project-id}/topics/{topic-id}

#location_id

def location_id() -> ::String
Returns
  • (::String) — Output only. location_id of the runtime location. E.g. "us-west1".

#name

def name() -> ::String
Returns
  • (::String) — Output only. Name of the runtimeConfig resource. Format: projects/{project}/locations/{location}/runtimeConfig

#runtime_endpoint

def runtime_endpoint() -> ::String
Returns
  • (::String) — Output only. The endpoint of the connectors runtime ingress.

#schema_gcs_bucket

def schema_gcs_bucket() -> ::String
Returns
  • (::String) — Output only. The Cloud Storage bucket that stores connector's schema reports.

#service_directory

def service_directory() -> ::String
Returns
  • (::String) — Output only. The name of the Service Directory service name.

#state

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