public sealed class ListTopicSnapshotsResponse : IPageResponse<string>, IEnumerable<string>, IEnumerable, IMessage<ListTopicSnapshotsResponse>, IEquatable<ListTopicSnapshotsResponse>, IDeepCloneable<ListTopicSnapshotsResponse>, IBufferMessage, IMessageResponse for the ListTopicSnapshots method.
Implements
IPageResponse<String>, IEnumerable<String>, IEnumerable, IMessage<ListTopicSnapshotsResponse>, IEquatable<ListTopicSnapshotsResponse>, IDeepCloneable<ListTopicSnapshotsResponse>, IBufferMessage, 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 |
String |
|
Snapshots
public RepeatedField<string> Snapshots { get; }The names of the snapshots that match the request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|
Methods
GetEnumerator()
public IEnumerator<string> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<String> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|