public sealed class ListTopicSubscriptionsRequest : IPageRequest, IMessage<ListTopicSubscriptionsRequest>, IEquatable<ListTopicSubscriptionsRequest>, IDeepCloneable<ListTopicSubscriptionsRequest>, IBufferMessage, IMessageRequest for the ListTopicSubscriptions method.
Implements
IPageRequest, IMessage<ListTopicSubscriptionsRequest>, IEquatable<ListTopicSubscriptionsRequest>, IDeepCloneable<ListTopicSubscriptionsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
ListTopicSubscriptionsRequest()
public ListTopicSubscriptionsRequest()ListTopicSubscriptionsRequest(ListTopicSubscriptionsRequest)
public ListTopicSubscriptionsRequest(ListTopicSubscriptionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTopicSubscriptionsRequest |
Properties
PageSize
public int PageSize { get; set; }Maximum number of subscription names to return.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
PageToken
public string PageToken { get; set; }The value returned by the last ListTopicSubscriptionsResponse; indicates
that this is a continuation of a prior ListTopicSubscriptions 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 subscriptions 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 |
|