public sealed class ListTopicSnapshotsResponse : IPageResponse<string>, IEnumerable<string>, IEnumerable, IMessage<ListTopicSnapshotsResponse>, IEquatable<ListTopicSnapshotsResponse>, IDeepCloneable<ListTopicSnapshotsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Pub/Sub v1 API class ListTopicSnapshotsResponse.
Response for the ListTopicSnapshots method.
Implements
IPageResponsestring, IEnumerablestring, IEnumerable, IMessageListTopicSnapshotsResponse, IEquatableListTopicSnapshotsResponse, IDeepCloneableListTopicSnapshotsResponse, 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; }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 | |
|---|---|
| Type | Description |
string |
|
Snapshots
public RepeatedField<string> Snapshots { get; }Optional. The names of the snapshots that match the request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
SnapshotsAsSnapshotNames
public ResourceNameList<SnapshotName> SnapshotsAsSnapshotNames { get; }SnapshotName-typed view over the Snapshots resource name property.
| Property Value | |
|---|---|
| Type | Description |
ResourceNameListSnapshotName |
|
Methods
GetEnumerator()
public IEnumerator<string> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorstring |
|