This page is not yet available in Spanish. We are working on its translation.
If you have any questions or feedback about our current translation project, feel free to reach out to us!

gcp_pubsub_snapshot

ancestors

Type: UNORDERED_LIST_STRING

expire_time

Type: TIMESTAMP
Provider name: expireTime
Description: Optional. The snapshot is guaranteed to exist up until this time. A newly-created snapshot expires no later than 7 days from the time of its creation. Its exact lifetime is determined at creation by the existing backlog in the source subscription. Specifically, the lifetime of the snapshot is 7 days - (age of oldest unacked message in the subscription). For example, consider a subscription whose oldest unacked message is 3 days old. If a snapshot is created from this subscription, the snapshot – which will always capture this 3-day-old backlog as long as the snapshot exists – will expire in 4 days. The service will refuse to create a snapshot that would expire in less than 1 hour after creation.

labels

Type: UNORDERED_LIST_STRING

name

Type: STRING
Provider name: name
Description: Optional. The name of the snapshot.

organization_id

Type: STRING

parent

Type: STRING

project_id

Type: STRING

project_number

Type: STRING

resource_name

Type: STRING

tags

Type: UNORDERED_LIST_STRING

topic

Type: STRING
Provider name: topic
Description: Optional. The name of the topic from which this snapshot is retaining messages.