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 SnapshotSubscriptionAdminClient. createSnapshot(SnapshotName name, SubscriptionName subscription)Creates a snapshot from the requested subscription.SnapshotSubscriptionAdminClient. createSnapshot(SnapshotName name, String subscription)Creates a snapshot from the requested subscription.voidSubscriptionAdminClient. deleteSnapshot(SnapshotName snapshot)Removes an existing snapshot.SnapshotSubscriptionAdminClient. 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 SnapshotNameSnapshotName.Builder. build()static SnapshotNameSnapshotName. of(String project, String snapshot)static SnapshotNameSnapshotName. 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)
-