| Package | Description |
|---|---|
| com.google.api.services.pubsub | |
| com.google.api.services.pubsub.model |
| Modifier and Type | Method and Description |
|---|---|
Pubsub.Projects.Subscriptions.Seek |
Pubsub.Projects.Subscriptions.seek(String subscription,
SeekRequest content)
Seeks an existing subscription to a point in time or to a given snapshot, whichever is provided
in the request.
|
| Constructor and Description |
|---|
Seek(String subscription,
SeekRequest content)
Seeks an existing subscription to a point in time or to a given snapshot, whichever is provided
in the request.
|
| Modifier and Type | Method and Description |
|---|---|
SeekRequest |
SeekRequest.clone() |
SeekRequest |
SeekRequest.set(String fieldName,
Object value) |
SeekRequest |
SeekRequest.setSnapshot(String snapshot)
The snapshot to seek to.
|
SeekRequest |
SeekRequest.setTime(String time)
The time to seek to.
|
Copyright © 2011–2021 Google. All rights reserved.