Class EventingRuntimeData
Eventing runtime data has the details related to eventing managed by the system.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class EventingRuntimeData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EventsListenerEndpoint
Output only. Events listener endpoint. The value will populated after provisioning the events listener.
Declaration
[JsonProperty("eventsListenerEndpoint")]
public virtual string EventsListenerEndpoint { get; set; }
Property Value
Type | Description |
---|---|
string |
EventsListenerPscSa
Output only. Events listener PSC Service attachment. The value will be populated after provisioning the events listener with private connectivity enabled.
Declaration
[JsonProperty("eventsListenerPscSa")]
public virtual string EventsListenerPscSa { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Output only. Current status of eventing.
Declaration
[JsonProperty("status")]
public virtual EventingStatus Status { get; set; }
Property Value
Type | Description |
---|---|
EventingStatus |
WebhookData
Output only. Webhook data.
Declaration
[JsonProperty("webhookData")]
public virtual WebhookData WebhookData { get; set; }
Property Value
Type | Description |
---|---|
WebhookData |
WebhookSubscriptions
Output only. Webhook subscriptions.
Declaration
[JsonProperty("webhookSubscriptions")]
public virtual WebhookSubscriptions WebhookSubscriptions { get; set; }
Property Value
Type | Description |
---|---|
WebhookSubscriptions |