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

public sealed class ListSubscriptionsRequest : IMessage<ListSubscriptionsRequest>, IEquatable<ListSubscriptionsRequest>, IDeepCloneable<ListSubscriptionsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud Pub/Sub v1 API class ListSubscriptionsRequest.

Request for the ListSubscriptions method.

Inheritance

object > ListSubscriptionsRequest

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

ListSubscriptionsRequest()

public ListSubscriptionsRequest()

ListSubscriptionsRequest(ListSubscriptionsRequest)

public ListSubscriptionsRequest(ListSubscriptionsRequest other)
Parameter
NameDescription
otherListSubscriptionsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. Maximum number of subscriptions to return.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. The value returned by the last ListSubscriptionsResponse; indicates that this is a continuation of a prior ListSubscriptions call, and that the system should return the next page of data.

Property Value
TypeDescription
string

Project

public string Project { get; set; }

Required. The name of the project in which to list subscriptions. Format is projects/{project-id}.

Property Value
TypeDescription
string

ProjectAsProjectName

public ProjectName ProjectAsProjectName { get; set; }

ProjectName-typed view over the Project resource name property.

Property Value
TypeDescription
ProjectName