getSnapshot

Gets the configuration details of a snapshot. Snapshots are used in Seek operations, which allow you to manage message acknowledgments in bulk. That is, you can set the acknowledgment state of messages in an existing subscription to the state captured by a snapshot.

Return

null

Parameters

argument

null


suspend fun getSnapshot(project: String? = null, snapshotId: String): GetSnapshotResult

Return

null

Parameters

project
snapshotId

See also


suspend fun getSnapshot(argument: suspend GetSnapshotPlainArgsBuilder.() -> Unit): GetSnapshotResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.pubsub.v1.kotlin.inputs.GetSnapshotPlainArgs.

See also