public sealed class ListTopicSnapshotsResponse : IPageResponse<string>, IEnumerable<string>, IEnumerable, IMessage<ListTopicSnapshotsResponse>, IEquatable<ListTopicSnapshotsResponse>, IDeepCloneable<ListTopicSnapshotsResponse>, IBufferMessage, IMessage
Response for the ListTopicSnapshots
method.
Inheritance
System.Object > ListTopicSnapshotsResponseImplements
Google.Api.Gax.Grpc.IPageResponse<System.String>, System.Collections.Generic.IEnumerable<System.String>, System.Collections.IEnumerable, Google.Protobuf.IMessage<ListTopicSnapshotsResponse>, System.IEquatable<ListTopicSnapshotsResponse>, Google.Protobuf.IDeepCloneable<ListTopicSnapshotsResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
ListTopicSnapshotsResponse()
public ListTopicSnapshotsResponse()
ListTopicSnapshotsResponse(ListTopicSnapshotsResponse)
public ListTopicSnapshotsResponse(ListTopicSnapshotsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListTopicSnapshotsResponse |
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 | |
---|---|
Type | Description |
System.String |
Snapshots
public RepeatedField<string> Snapshots { get; }
The names of the snapshots that match the request.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.Collections.RepeatedField<System.String> |
Methods
GetEnumerator()
public IEnumerator<string> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
System.Collections.Generic.IEnumerator<System.String> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
System.Collections.IEnumerator |