Google Cloud Support v2beta API - Class SupportEventSubscription (1.0.0-beta04)

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

Reference documentation and code samples for the Google Cloud Support v2beta API class SupportEventSubscription.

A support event subscription.

Inheritance

object > SupportEventSubscription

Namespace

Google.Cloud.Support.V2Beta

Assembly

Google.Cloud.Support.V2Beta.dll

Constructors

SupportEventSubscription()

public SupportEventSubscription()

SupportEventSubscription(SupportEventSubscription)

public SupportEventSubscription(SupportEventSubscription other)
Parameter
Name Description
other SupportEventSubscription

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time at which the subscription was created.

Property Value
Type Description
Timestamp

DeleteTime

public Timestamp DeleteTime { get; set; }

Output only. The time at which the subscription was deleted.

Property Value
Type Description
Timestamp

FailureReason

public SupportEventSubscription.Types.FailureReason FailureReason { get; set; }

Output only. Reason why subscription is failing. State of subscription must be FAILING in order for this to have a value.

Property Value
Type Description
SupportEventSubscriptionTypesFailureReason

Name

public string Name { get; set; }

Identifier. The resource name of the support event subscription.

Property Value
Type Description
string

PubSubTopic

public string PubSubTopic { get; set; }

Required. The name of the Pub/Sub topic to publish notifications to. Format: projects/{project}/topics/{topic}

Property Value
Type Description
string

PurgeTime

public Timestamp PurgeTime { get; set; }

Output only. The time at which the subscription will be purged.

Property Value
Type Description
Timestamp

State

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

Output only. The state of the subscription.

Property Value
Type Description
SupportEventSubscriptionTypesState

SupportEventSubscriptionName

public SupportEventSubscriptionName SupportEventSubscriptionName { get; set; }

SupportEventSubscriptionName-typed view over the Name resource name property.

Property Value
Type Description
SupportEventSubscriptionName

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The time at which the subscription was last updated.

Property Value
Type Description
Timestamp