public sealed class ListTopicSnapshotsRequest : IPageRequest, IMessage<ListTopicSnapshotsRequest>, IEquatable<ListTopicSnapshotsRequest>, IDeepCloneable<ListTopicSnapshotsRequest>, IBufferMessage, IMessage
Request for the ListTopicSnapshots
method.
Implements
IPageRequest, Google.Protobuf.IMessage<ListTopicSnapshotsRequest>, IEquatable<ListTopicSnapshotsRequest>, Google.Protobuf.IDeepCloneable<ListTopicSnapshotsRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |