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, IMessage<ListTopicSnapshotsRequest>, IEquatable<ListTopicSnapshotsRequest>, IDeepCloneable<ListTopicSnapshotsRequest>, 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; }Maximum number of snapshot names to return.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
PageToken
public string PageToken { get; set; }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 |
|