public interface UpdateSubscriptionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Subscription |
getSubscription()
The updated subscription object.
|
SubscriptionOrBuilder |
getSubscriptionOrBuilder()
The updated subscription object.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Indicates which fields in the provided subscription to update.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Indicates which fields in the provided subscription to update.
|
boolean |
hasSubscription()
The updated subscription object.
|
boolean |
hasUpdateMask()
Indicates which fields in the provided subscription to update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSubscription()
The updated subscription object.
.google.pubsub.v1.Subscription subscription = 1;Subscription getSubscription()
The updated subscription object.
.google.pubsub.v1.Subscription subscription = 1;SubscriptionOrBuilder getSubscriptionOrBuilder()
The updated subscription object.
.google.pubsub.v1.Subscription subscription = 1;boolean hasUpdateMask()
Indicates which fields in the provided subscription to update. Must be specified and non-empty.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
Indicates which fields in the provided subscription to update. Must be specified and non-empty.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Indicates which fields in the provided subscription to update. Must be specified and non-empty.
.google.protobuf.FieldMask update_mask = 2;