public interface ListSubscriptionsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.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.
|
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.
|
java.util.List<Subscription> |
getSubscriptionsList()
The subscriptions that match the request.
|
SubscriptionOrBuilder |
getSubscriptionsOrBuilder(int index)
The subscriptions that match the request.
|
java.util.List<? extends SubscriptionOrBuilder> |
getSubscriptionsOrBuilderList()
The subscriptions that match the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<Subscription> getSubscriptionsList()
The subscriptions that match the request.
Subscription getSubscriptions(int index)
The subscriptions that match the request.
int getSubscriptionsCount()
The subscriptions that match the request.
java.util.List<? extends SubscriptionOrBuilder> getSubscriptionsOrBuilderList()
The subscriptions that match the request.
SubscriptionOrBuilder getSubscriptionsOrBuilder(int index)
The subscriptions that match the request.
java.lang.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.
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.