Cloud Pub/Sub v1 API - Class ListSubscriptionsResponse (3.7.0)

public sealed class ListSubscriptionsResponse : IMessage<ListSubscriptionsResponse>, IEquatable<ListSubscriptionsResponse>, IDeepCloneable<ListSubscriptionsResponse>, IBufferMessage, IMessage, IPageResponse<Subscription>, IEnumerable<Subscription>, IEnumerable

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

Response for the ListSubscriptions method.

Inheritance

object > ListSubscriptionsResponse

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

ListSubscriptionsResponse()

public ListSubscriptionsResponse()

ListSubscriptionsResponse(ListSubscriptionsResponse)

public ListSubscriptionsResponse(ListSubscriptionsResponse other)
Parameter
NameDescription
otherListSubscriptionsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

If not empty, indicates that there may be more subscriptions that match the request; this value should be passed in a new ListSubscriptionsRequest to get more subscriptions.

Property Value
TypeDescription
string

Subscriptions

public RepeatedField<Subscription> Subscriptions { get; }

The subscriptions that match the request.

Property Value
TypeDescription
RepeatedFieldSubscription

Methods

GetEnumerator()

public IEnumerator<Subscription> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorSubscription