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.
Implements
IMessageRuntimeConfig, IEquatableRuntimeConfig, IDeepCloneableRuntimeConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
RuntimeConfig()
public RuntimeConfig()
RuntimeConfig(RuntimeConfig)
public RuntimeConfig(RuntimeConfig other)
Parameter | |
---|---|
Name | Description |
other |
RuntimeConfig |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
LocationId
public string LocationId { get; set; }
Output only. location_id of the runtime location. E.g. "us-west1".
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Output only. Name of the runtimeConfig resource. Format: projects/{project}/locations/{location}/runtimeConfig
Property Value | |
---|---|
Type | Description |
string |
RuntimeConfigName
public RuntimeConfigName RuntimeConfigName { get; set; }
RuntimeConfigName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
RuntimeConfigName |
RuntimeEndpoint
public string RuntimeEndpoint { get; set; }
Output only. The endpoint of the connectors runtime ingress.
Property Value | |
---|---|
Type | Description |
string |
SchemaGcsBucket
public string SchemaGcsBucket { get; set; }
Output only. The Cloud Storage bucket that stores connector's schema reports.
Property Value | |
---|---|
Type | Description |
string |
ServiceDirectory
public string ServiceDirectory { get; set; }
Output only. The name of the Service Directory service name.
Property Value | |
---|---|
Type | Description |
string |
State
public RuntimeConfig.Types.State State { get; set; }
Output only. The state of the location.
Property Value | |
---|---|
Type | Description |
RuntimeConfigTypesState |