Reference documentation and code samples for the Cloud PubSub V1 Client class UpdateSnapshotRequest.
Request for the UpdateSnapshot method.
Generated from protobuf message google.pubsub.v1.UpdateSnapshotRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ snapshot
↳ update_mask
Google\Protobuf\FieldMask
Required. Indicates which fields in the provided snapshot to update. Must be specified and non-empty.
getSnapshot
Required. The updated snapshot object.
Generated from protobuf field .google.pubsub.v1.Snapshot snapshot = 1 [(.google.api.field_behavior) = REQUIRED];
hasSnapshot
clearSnapshot
setSnapshot
Required. The updated snapshot object.
Generated from protobuf field .google.pubsub.v1.Snapshot snapshot = 1 [(.google.api.field_behavior) = REQUIRED];
$this
getUpdateMask
Required. Indicates which fields in the provided snapshot to update.
Must be specified and non-empty.
Generated from protobuf field .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Google\Protobuf\FieldMask|null
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. Indicates which fields in the provided snapshot to update.
Must be specified and non-empty.
Generated from protobuf field .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
var
Google\Protobuf\FieldMask
$this