Package | Description |
---|---|
com.google.cloud.pubsub.v1 |
A client to Cloud Pub/Sub API
|
com.google.pubsub.v1 |
Modifier and Type | Method and Description |
---|---|
Snapshot |
SubscriptionAdminClient.createSnapshot(SnapshotName name,
String subscription)
Creates a snapshot from the requested subscription.
|
Snapshot |
SubscriptionAdminClient.createSnapshot(SnapshotName name,
SubscriptionName subscription)
Creates a snapshot from the requested subscription.
|
void |
SubscriptionAdminClient.deleteSnapshot(SnapshotName snapshot)
Removes an existing snapshot.
|
Snapshot |
SubscriptionAdminClient.getSnapshot(SnapshotName snapshot)
Gets the configuration details of a snapshot.
|
Modifier and Type | Method and Description |
---|---|
SnapshotName |
SnapshotName.Builder.build() |
static SnapshotName |
SnapshotName.of(String project,
String snapshot) |
static SnapshotName |
SnapshotName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<SnapshotName> |
SnapshotName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
SnapshotName.toStringList(List<SnapshotName> values) |
Copyright © 2023 Google LLC. All rights reserved.