The value returned by the last ListTopicSnapshotsResponse; indicates
that this is a continuation of a prior ListTopicSnapshots call, and
that the system should return the next page of data.
Property Value
Type
Description
System.String
Topic
public string Topic { get; set; }
Required. The name of the topic that snapshots are attached to.
Format is projects/{project}/topics/{topic}.
Property Value
Type
Description
System.String
TopicAsTopicName
public TopicName TopicAsTopicName { get; set; }
TopicName-typed view over the Topic resource name property.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `ListTopicSnapshotsRequest` class within the Google.Cloud.PubSub.V1 namespace, detailing its properties, inheritance, and implementation."],["The latest version available is 3.23.0, and the page includes links to documentation for various previous versions, all the way down to version 2.3.0 of the Google.Cloud.PubSub.V1 library."],["The `ListTopicSnapshotsRequest` class is used to request a list of snapshots for a specific topic, as evident by its implementation of `IPageRequest`, `IMessage`, and `IDeepCloneable`."],["Key properties of `ListTopicSnapshotsRequest` include `PageSize`, `PageToken`, `Topic`, and `TopicAsTopicName`, which allow for specifying the number of snapshots, navigating through pages, and defining the target topic."],["The `ListTopicSnapshotsRequest` class has two constructors: a parameterless constructor, and one that accepts another `ListTopicSnapshotsRequest` object as a parameter."]]],[]]