public sealed class ListSubscriptionsRequest : IMessage<ListSubscriptionsRequest>, IEquatable<ListSubscriptionsRequest>, IDeepCloneable<ListSubscriptionsRequest>, IBufferMessage, IMessage, IPageRequestRequest for the ListSubscriptions method.
Implements
IMessage<ListSubscriptionsRequest>, IEquatable<ListSubscriptionsRequest>, IDeepCloneable<ListSubscriptionsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
ListSubscriptionsRequest()
public ListSubscriptionsRequest()ListSubscriptionsRequest(ListSubscriptionsRequest)
public ListSubscriptionsRequest(ListSubscriptionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSubscriptionsRequest |
Properties
PageSize
public int PageSize { get; set; }Maximum number of subscriptions to return.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
PageToken
public string PageToken { get; set; }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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
|
ProjectAsProjectName
public ProjectName ProjectAsProjectName { get; set; }ProjectName-typed view over the Project resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProjectName |
|