public sealed class ListTopicSnapshotsRequest : IPageRequest, IMessage<ListTopicSnapshotsRequest>, IEquatable<ListTopicSnapshotsRequest>, IDeepCloneable<ListTopicSnapshotsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Pub/Sub v1 API class ListTopicSnapshotsRequest.
Request for the ListTopicSnapshots method.
Implements
IPageRequest, IMessageListTopicSnapshotsRequest, IEquatableListTopicSnapshotsRequest, IDeepCloneableListTopicSnapshotsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
ListTopicSnapshotsRequest()
public ListTopicSnapshotsRequest()ListTopicSnapshotsRequest(ListTopicSnapshotsRequest)
public ListTopicSnapshotsRequest(ListTopicSnapshotsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTopicSnapshotsRequest |
Properties
PageSize
public int PageSize { get; set; }Optional. Maximum number of snapshot names to return.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. The value returned by the last ListTopicSnapshotsResponse;
indicates that this is a continuation of a prior ListTopicSnapshots call,
and that the system should return the next page of data.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Topic
public string Topic { get; set; }Required. The name of the topic that snapshots are attached to.
Format is projects/{project}/topics/{topic}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TopicAsTopicName
public TopicName TopicAsTopicName { get; set; }| Property Value | |
|---|---|
| Type | Description |
TopicName |
|