public interface ListSubscriptionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getNextPageToken()
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.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
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.
|
Subscription |
getSubscriptions(int index)
The subscriptions that match the request.
|
int |
getSubscriptionsCount()
The subscriptions that match the request.
|
List<Subscription> |
getSubscriptionsList()
The subscriptions that match the request.
|
SubscriptionOrBuilder |
getSubscriptionsOrBuilder(int index)
The subscriptions that match the request.
|
List<? extends SubscriptionOrBuilder> |
getSubscriptionsOrBuilderList()
The subscriptions that match the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Subscription> getSubscriptionsList()
The subscriptions that match the request.
repeated .google.pubsub.v1.Subscription subscriptions = 1;
Subscription getSubscriptions(int index)
The subscriptions that match the request.
repeated .google.pubsub.v1.Subscription subscriptions = 1;
int getSubscriptionsCount()
The subscriptions that match the request.
repeated .google.pubsub.v1.Subscription subscriptions = 1;
List<? extends SubscriptionOrBuilder> getSubscriptionsOrBuilderList()
The subscriptions that match the request.
repeated .google.pubsub.v1.Subscription subscriptions = 1;
SubscriptionOrBuilder getSubscriptionsOrBuilder(int index)
The subscriptions that match the request.
repeated .google.pubsub.v1.Subscription subscriptions = 1;
String getNextPageToken()
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.
string next_page_token = 2;
com.google.protobuf.ByteString getNextPageTokenBytes()
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.
string next_page_token = 2;
Copyright © 2023 Google LLC. All rights reserved.