Uses of Class
com.google.pubsub.v1.SnapshotName
-
Packages that use SnapshotName Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub APIcom.google.pubsub.v1 -
-
Uses of SnapshotName in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 with parameters of type SnapshotName Modifier and Type Method Description Snapshot
SubscriptionAdminClient. createSnapshot(SnapshotName name, SubscriptionName subscription)
Creates a snapshot from the requested subscription.Snapshot
SubscriptionAdminClient. createSnapshot(SnapshotName name, String 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. -
Uses of SnapshotName in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return SnapshotName Modifier and Type Method Description SnapshotName
SnapshotName.Builder. build()
static SnapshotName
SnapshotName. of(String project, String snapshot)
static SnapshotName
SnapshotName. parse(String formattedString)
Methods in com.google.pubsub.v1 that return types with arguments of type SnapshotName Modifier and Type Method Description static List<SnapshotName>
SnapshotName. parseList(List<String> formattedStrings)
Method parameters in com.google.pubsub.v1 with type arguments of type SnapshotName Modifier and Type Method Description static List<String>
SnapshotName. toStringList(List<SnapshotName> values)
-