Reference documentation and code samples for the Cloud PubSub V1 Client class GetSnapshotRequest.
Request for the GetSnapshot method.
Generated from protobuf message google.pubsub.v1.GetSnapshotRequest
Namespace
Google \ Cloud \ PubSub \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ snapshot
string
Required. The name of the snapshot to get. Format is projects/{project}/snapshots/{snap}
.
getSnapshot
Required. The name of the snapshot to get.
Format is projects/{project}/snapshots/{snap}
.
string
setSnapshot
Required. The name of the snapshot to get.
Format is projects/{project}/snapshots/{snap}
.
var
string
$this
static::build
snapshot
string
Required. The name of the snapshot to get.
Format is projects/{project}/snapshots/{snap}
. Please see Google\Cloud\PubSub\V1\SubscriberClient::snapshotName()
for help formatting this field.