Integration Connectors v1 API - Class RuntimeConfig (1.0.0)

public sealed class RuntimeConfig : IMessage<RuntimeConfig>, IEquatable<RuntimeConfig>, IDeepCloneable<RuntimeConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Integration Connectors v1 API class 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.

Inheritance

object > RuntimeConfig

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Constructors

RuntimeConfig()

public RuntimeConfig()

RuntimeConfig(RuntimeConfig)

public RuntimeConfig(RuntimeConfig other)
Parameter
NameDescription
otherRuntimeConfig

Properties

ConndSubscription

public string ConndSubscription { get; set; }

Output only. Pub/Sub subscription for connd to receive message. E.g. projects/{project-id}/subscriptions/{topic-id}

Property Value
TypeDescription
string

ConndTopic

public string ConndTopic { get; set; }

Output only. Pub/Sub topic for connd to send message. E.g. projects/{project-id}/topics/{topic-id}

Property Value
TypeDescription
string

ControlPlaneSubscription

public string ControlPlaneSubscription { get; set; }

Output only. Pub/Sub subscription for control plane to receive message. E.g. projects/{project-id}/subscriptions/{topic-id}

Property Value
TypeDescription
string

ControlPlaneTopic

public string ControlPlaneTopic { get; set; }

Output only. Pub/Sub topic for control plne to send message. communication. E.g. projects/{project-id}/topics/{topic-id}

Property Value
TypeDescription
string

LocationId

public string LocationId { get; set; }

Output only. location_id of the runtime location. E.g. "us-west1".

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Output only. Name of the runtimeConfig resource. Format: projects/{project}/locations/{location}/runtimeConfig

Property Value
TypeDescription
string

RuntimeConfigName

public RuntimeConfigName RuntimeConfigName { get; set; }

RuntimeConfigName-typed view over the Name resource name property.

Property Value
TypeDescription
RuntimeConfigName

RuntimeEndpoint

public string RuntimeEndpoint { get; set; }

Output only. The endpoint of the connectors runtime ingress.

Property Value
TypeDescription
string

SchemaGcsBucket

public string SchemaGcsBucket { get; set; }

Output only. The Cloud Storage bucket that stores connector's schema reports.

Property Value
TypeDescription
string

ServiceDirectory

public string ServiceDirectory { get; set; }

Output only. The name of the Service Directory service name.

Property Value
TypeDescription
string

State

public RuntimeConfig.Types.State State { get; set; }

Output only. The state of the location.

Property Value
TypeDescription
RuntimeConfigTypesState