public interface ListTopicSubscriptionsResponseOrBuilder
extends com.google.protobuf.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
`ListTopicSubscriptionsRequest` 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
`ListTopicSubscriptionsRequest` to get more subscriptions.
|
java.lang.String |
getSubscriptions(int index)
The names of the subscriptions that match the request.
|
com.google.protobuf.ByteString |
getSubscriptionsBytes(int index)
The names of the subscriptions that match the request.
|
int |
getSubscriptionsCount()
The names of the subscriptions that match the request.
|
java.util.List<java.lang.String> |
getSubscriptionsList()
The names of the subscriptions that match the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<java.lang.String> getSubscriptionsList()
The names of the subscriptions that match the request.
repeated string subscriptions = 1;
int getSubscriptionsCount()
The names of the subscriptions that match the request.
repeated string subscriptions = 1;
java.lang.String getSubscriptions(int index)
The names of the subscriptions that match the request.
repeated string subscriptions = 1;
com.google.protobuf.ByteString getSubscriptionsBytes(int index)
The names of the subscriptions that match the request.
repeated string subscriptions = 1;
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 `ListTopicSubscriptionsRequest` 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 `ListTopicSubscriptionsRequest` to get more subscriptions.
string next_page_token = 2;