| Package | Description |
|---|---|
| com.google.api.services.pubsub.model |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
Snapshot.clone() |
Snapshot |
UpdateSnapshotRequest.getSnapshot()
Required.
|
Snapshot |
Snapshot.set(String fieldName,
Object value) |
Snapshot |
Snapshot.setExpireTime(String expireTime)
The snapshot is guaranteed to exist up until this time.
|
Snapshot |
Snapshot.setLabels(Map<String,String> labels)
See [Creating and managing labels] (https://cloud.google.com/pubsub/docs/labels).
|
Snapshot |
Snapshot.setName(String name)
The name of the snapshot.
|
Snapshot |
Snapshot.setTopic(String topic)
The name of the topic from which this snapshot is retaining messages.
|
| Modifier and Type | Method and Description |
|---|---|
List<Snapshot> |
ListSnapshotsResponse.getSnapshots()
The resulting snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSnapshotRequest |
UpdateSnapshotRequest.setSnapshot(Snapshot snapshot)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
ListSnapshotsResponse |
ListSnapshotsResponse.setSnapshots(List<Snapshot> snapshots)
The resulting snapshots.
|
Copyright © 2011–2021 Google. All rights reserved.