Interface SupportEventSubscriptionOrBuilder (0.78.0)

public interface SupportEventSubscriptionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCreateTime()

public abstract Timestamp getCreateTime()

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

.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

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

.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getDeleteTime()

public abstract Timestamp getDeleteTime()

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

.google.protobuf.Timestamp delete_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The deleteTime.

getDeleteTimeOrBuilder()

public abstract TimestampOrBuilder getDeleteTimeOrBuilder()

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

.google.protobuf.Timestamp delete_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getFailureReason()

public abstract SupportEventSubscription.FailureReason getFailureReason()

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

.google.cloud.support.v2.SupportEventSubscription.FailureReason failure_reason = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SupportEventSubscription.FailureReason

The failureReason.

getFailureReasonValue()

public abstract int getFailureReasonValue()

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

.google.cloud.support.v2.SupportEventSubscription.FailureReason failure_reason = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for failureReason.

getName()

public abstract String getName()

Identifier. The resource name of the support event subscription.

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The resource name of the support event subscription.

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getPubSubTopic()

public abstract String getPubSubTopic()

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

string pub_sub_topic = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The pubSubTopic.

getPubSubTopicBytes()

public abstract ByteString getPubSubTopicBytes()

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

string pub_sub_topic = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for pubSubTopic.

getPurgeTime()

public abstract Timestamp getPurgeTime()

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

.google.protobuf.Timestamp purge_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The purgeTime.

getPurgeTimeOrBuilder()

public abstract TimestampOrBuilder getPurgeTimeOrBuilder()

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

.google.protobuf.Timestamp purge_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getState()

public abstract SupportEventSubscription.State getState()

Output only. The state of the subscription.

.google.cloud.support.v2.SupportEventSubscription.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SupportEventSubscription.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. The state of the subscription.

.google.cloud.support.v2.SupportEventSubscription.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for state.

getUpdateTime()

public abstract Timestamp getUpdateTime()

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

.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

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

.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasCreateTime()

public abstract boolean hasCreateTime()

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

.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

hasDeleteTime()

public abstract boolean hasDeleteTime()

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

.google.protobuf.Timestamp delete_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the deleteTime field is set.

hasPurgeTime()

public abstract boolean hasPurgeTime()

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

.google.protobuf.Timestamp purge_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the purgeTime field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

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

.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateTime field is set.