Class EventSubscription
represents the Connector's EventSubscription resource
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class EventSubscription : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. Created time.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Destinations
Optional. The destination to hit when we receive an event
Declaration
[JsonProperty("destinations")]
public virtual EventSubscriptionDestination Destinations { get; set; }
Property Value
Type | Description |
---|---|
EventSubscriptionDestination |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EventTypeId
Optional. Event type id of the event of current EventSubscription.
Declaration
[JsonProperty("eventTypeId")]
public virtual string EventTypeId { get; set; }
Property Value
Type | Description |
---|---|
string |
Jms
Optional. JMS is the source for the event listener.
Declaration
[JsonProperty("jms")]
public virtual JMS Jms { get; set; }
Property Value
Type | Description |
---|---|
JMS |
Name
Required. Resource name of the EventSubscription. Format: projects/{project}/locations/{location}/connections/{connection}/eventSubscriptions/{event_subscription}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Optional. Status indicates the status of the event subscription resource
Declaration
[JsonProperty("status")]
public virtual EventSubscriptionStatus Status { get; set; }
Property Value
Type | Description |
---|---|
EventSubscriptionStatus |
Subscriber
Optional. name of the Subscriber for the current EventSubscription.
Declaration
[JsonProperty("subscriber")]
public virtual string Subscriber { get; set; }
Property Value
Type | Description |
---|---|
string |
SubscriberLink
Optional. Link for Subscriber of the current EventSubscription.
Declaration
[JsonProperty("subscriberLink")]
public virtual string SubscriberLink { get; set; }
Property Value
Type | Description |
---|---|
string |
TriggerConfigVariables
Optional. Configuration for configuring the trigger
Declaration
[JsonProperty("triggerConfigVariables")]
public virtual IList<ConfigVariable> TriggerConfigVariables { get; set; }
Property Value
Type | Description |
---|---|
IList<ConfigVariable> |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateTimeRaw
Output only. Updated time.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |