Cloud Pub/Sub v1 API - Class ListTopicSubscriptionsRequest (3.12.0)

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.

Inheritance

object > ListTopicSubscriptionsRequest

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

ListTopicSubscriptionsRequest()

public ListTopicSubscriptionsRequest()

ListTopicSubscriptionsRequest(ListTopicSubscriptionsRequest)

public ListTopicSubscriptionsRequest(ListTopicSubscriptionsRequest other)
Parameter
NameDescription
otherListTopicSubscriptionsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. Maximum number of subscription names to return.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
string

TopicAsTopicName

public TopicName TopicAsTopicName { get; set; }

TopicName-typed view over the Topic resource name property.

Property Value
TypeDescription
TopicName