public interface UpdateSupportEventSubscriptionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSupportEventSubscription()
public abstract SupportEventSubscription getSupportEventSubscription() Required. The support event subscription to update.
The name field is used to identify the configuration to update.
.google.cloud.support.v2.SupportEventSubscription support_event_subscription = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SupportEventSubscription |
The supportEventSubscription. |
getSupportEventSubscriptionOrBuilder()
public abstract SupportEventSubscriptionOrBuilder getSupportEventSubscriptionOrBuilder() Required. The support event subscription to update.
The name field is used to identify the configuration to update.
.google.cloud.support.v2.SupportEventSubscription support_event_subscription = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SupportEventSubscriptionOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Optional. The list of fields to update. The only supported value is pub_sub_topic.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. The list of fields to update. The only supported value is pub_sub_topic.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasSupportEventSubscription()
public abstract boolean hasSupportEventSubscription() Required. The support event subscription to update.
The name field is used to identify the configuration to update.
.google.cloud.support.v2.SupportEventSubscription support_event_subscription = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the supportEventSubscription field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Optional. The list of fields to update. The only supported value is pub_sub_topic.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |