Reference documentation and code samples for the Cloud PubSub V1 Client class SeekRequest.
Request for the Seek
method.
Generated from protobuf message google.pubsub.v1.SeekRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ subscription |
string
Required. The subscription to affect. |
↳ time |
Google\Protobuf\Timestamp
The time to seek to. Messages retained in the subscription that were published before this time are marked as acknowledged, and messages retained in the subscription that were published after this time are marked as unacknowledged. Note that this operation affects only those messages retained in the subscription (configured by the combination of |
↳ snapshot |
string
The snapshot to seek to. The snapshot's topic must be the same as that of the provided subscription. Format is |
getSubscription
Required. The subscription to affect.
Generated from protobuf field string subscription = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Returns | |
---|---|
Type | Description |
string |
setSubscription
Required. The subscription to affect.
Generated from protobuf field string subscription = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTime
The time to seek to.
Messages retained in the subscription that were published before this
time are marked as acknowledged, and messages retained in the
subscription that were published after this time are marked as
unacknowledged. Note that this operation affects only those messages
retained in the subscription (configured by the combination of
message_retention_duration
and retain_acked_messages
). For example,
if time
corresponds to a point before the message retention
window (or to a point before the system's notion of the subscription
creation time), only retained messages will be marked as unacknowledged,
and already-expunged messages will not be restored.
Generated from protobuf field .google.protobuf.Timestamp time = 2;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasTime
setTime
The time to seek to.
Messages retained in the subscription that were published before this
time are marked as acknowledged, and messages retained in the
subscription that were published after this time are marked as
unacknowledged. Note that this operation affects only those messages
retained in the subscription (configured by the combination of
message_retention_duration
and retain_acked_messages
). For example,
if time
corresponds to a point before the message retention
window (or to a point before the system's notion of the subscription
creation time), only retained messages will be marked as unacknowledged,
and already-expunged messages will not be restored.
Generated from protobuf field .google.protobuf.Timestamp time = 2;
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getSnapshot
The snapshot to seek to. The snapshot's topic must be the same as that of the provided subscription.
Format is projects/{project}/snapshots/{snap}
.
Generated from protobuf field string snapshot = 3 [(.google.api.resource_reference) = {
Returns | |
---|---|
Type | Description |
string |
hasSnapshot
setSnapshot
The snapshot to seek to. The snapshot's topic must be the same as that of the provided subscription.
Format is projects/{project}/snapshots/{snap}
.
Generated from protobuf field string snapshot = 3 [(.google.api.resource_reference) = {
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTarget
Returns | |
---|---|
Type | Description |
string |