Class ListTopicSnapshotsResponse (2.9.0)

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

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; }

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; }

The names of the snapshots that match the request.

Property Value
TypeDescription
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<string> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<String>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator