public sealed class ListTopicSubscriptionsRequest : IPageRequest, IMessage<ListTopicSubscriptionsRequest>, IEquatable<ListTopicSubscriptionsRequest>, IDeepCloneable<ListTopicSubscriptionsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class ListTopicSubscriptionsRequest.
Request for the ListTopicSubscriptions
method.
Implements
IPageRequest, IMessageListTopicSubscriptionsRequest, IEquatableListTopicSubscriptionsRequest, IDeepCloneableListTopicSubscriptionsRequest, 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; }
Optional. Maximum number of subscription names to return.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. 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 |