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
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class RuntimeConfig : IDirectResponseSchema
Properties
ConndSubscription
Output only. Pub/Sub subscription for connd to receive message. E.g. projects/{project-id}/subscriptions/{topic-id}
Declaration
[JsonProperty("conndSubscription")]
public virtual string ConndSubscription { get; set; }
Property Value
Type | Description |
---|---|
string |
ConndTopic
Output only. Pub/Sub topic for connd to send message. E.g. projects/{project-id}/topics/{topic-id}
Declaration
[JsonProperty("conndTopic")]
public virtual string ConndTopic { get; set; }
Property Value
Type | Description |
---|---|
string |
ControlPlaneSubscription
Output only. Pub/Sub subscription for control plane to receive message. E.g. projects/{project-id}/subscriptions/{topic-id}
Declaration
[JsonProperty("controlPlaneSubscription")]
public virtual string ControlPlaneSubscription { get; set; }
Property Value
Type | Description |
---|---|
string |
ControlPlaneTopic
Output only. Pub/Sub topic for control plne to send message. communication. E.g. projects/{project-id}/topics/{topic-id}
Declaration
[JsonProperty("controlPlaneTopic")]
public virtual string ControlPlaneTopic { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LocationId
Output only. location_id of the runtime location. E.g. "us-west1".
Declaration
[JsonProperty("locationId")]
public virtual string LocationId { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. Name of the runtimeConfig resource. Format: projects/{project}/locations/{location}/runtimeConfig
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
RuntimeEndpoint
Output only. The endpoint of the connectors runtime ingress.
Declaration
[JsonProperty("runtimeEndpoint")]
public virtual string RuntimeEndpoint { get; set; }
Property Value
Type | Description |
---|---|
string |
SchemaGcsBucket
Output only. The Cloud Storage bucket that stores connector's schema reports.
Declaration
[JsonProperty("schemaGcsBucket")]
public virtual string SchemaGcsBucket { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceDirectory
Output only. The name of the Service Directory service name.
Declaration
[JsonProperty("serviceDirectory")]
public virtual string ServiceDirectory { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. The state of the location.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |