Cloud Pub/Sub v1 API - Class ListTopicSnapshotsResponse (3.12.0)

public sealed class ListTopicSnapshotsResponse : IPageResponse<string>, IEnumerable<string>, IEnumerable, IMessage<ListTopicSnapshotsResponse>, IEquatable<ListTopicSnapshotsResponse>, IDeepCloneable<ListTopicSnapshotsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Pub/Sub v1 API class ListTopicSnapshotsResponse.

Response for the ListTopicSnapshots method.

Inheritance

object > ListTopicSnapshotsResponse

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

ListTopicSnapshotsResponse()

public ListTopicSnapshotsResponse()

ListTopicSnapshotsResponse(ListTopicSnapshotsResponse)

public ListTopicSnapshotsResponse(ListTopicSnapshotsResponse other)
Parameter
NameDescription
otherListTopicSnapshotsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Optional. If not empty, indicates that there may be more snapshots that match the request; this value should be passed in a new ListTopicSnapshotsRequest to get more snapshots.

Property Value
TypeDescription
string

Snapshots

public RepeatedField<string> Snapshots { get; }

Optional. The names of the snapshots that match the request.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<string> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorstring