CreateSnapshotRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request for the CreateSnapshot
method.
Attributes |
|
---|---|
Name | Description |
name
:noindex: |
str
Required. User-provided name for this snapshot. If the name is not provided in the request, the server will assign a random name for this snapshot on the same project as the subscription. Note that for REST API requests, you must specify a name. See the `resource name rules |
subscription
:noindex: |
str
Required. The subscription whose backlog the snapshot retains. Specifically, the created snapshot is guaranteed to retain: (a) The existing backlog on the subscription. More precisely, this is defined as the messages in the subscription's backlog that are unacknowledged upon the successful completion of the CreateSnapshot request; as
well as: (b) Any messages published to the subscription's
topic following the successful completion of the
CreateSnapshot request. Format is
projects/{project}/subscriptions/{sub} .
|
labels
:noindex: |
MutableMapping[str, str]
Optional. See `Creating and managing labels |
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |