UpdateSubscriptionRequest
class UpdateSubscriptionRequest extends Message
Request for the UpdateSubscription method.
Protobuf type Google\Pubsub\V1\UpdateSubscriptionRequest
Methods
No description
The updated subscription object.
Indicates which fields in the provided subscription to update.
Details
at line 32
__construct()
at line 43
Subscription
getSubscription()
The updated subscription object.
Generated from protobuf field .google.pubsub.v1.Subscription subscription = 1;
at line 54
setSubscription(Subscription $var)
The updated subscription object.
Generated from protobuf field .google.pubsub.v1.Subscription subscription = 1;
at line 67
FieldMask
getUpdateMask()
Indicates which fields in the provided subscription to update.
Must be specified and non-empty.
Generated from protobuf field .google.protobuf.FieldMask update_mask = 2;
at line 79
setUpdateMask(FieldMask $var)
Indicates which fields in the provided subscription to update.
Must be specified and non-empty.
Generated from protobuf field .google.protobuf.FieldMask update_mask = 2;