public sealed class ListSubscriptionsResponse : IMessage<ListSubscriptionsResponse>, IEquatable<ListSubscriptionsResponse>, IDeepCloneable<ListSubscriptionsResponse>, IBufferMessage, IMessage, IPageResponse<Subscription>, IEnumerable<Subscription>, IEnumerable
Response for the ListSubscriptions
method.
Inheritance
System.Object > ListSubscriptionsResponseImplements
Google.Protobuf.IMessage<ListSubscriptionsResponse>, System.IEquatable<ListSubscriptionsResponse>, Google.Protobuf.IDeepCloneable<ListSubscriptionsResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, Google.Api.Gax.Grpc.IPageResponse<Subscription>, System.Collections.Generic.IEnumerable<Subscription>, System.Collections.IEnumerableNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
ListSubscriptionsResponse()
public ListSubscriptionsResponse()
ListSubscriptionsResponse(ListSubscriptionsResponse)
public ListSubscriptionsResponse(ListSubscriptionsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListSubscriptionsResponse |
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 | |
---|---|
Type | Description |
System.String |
Subscriptions
public RepeatedField<Subscription> Subscriptions { get; }
The subscriptions that match the request.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.Collections.RepeatedField<Subscription> |
Methods
GetEnumerator()
public IEnumerator<Subscription> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
System.Collections.Generic.IEnumerator<Subscription> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
System.Collections.IEnumerator |