public interface ListSubscriptionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract 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;
| Type | Description | 
| String | The nextPageToken.  | 
      
getNextPageTokenBytes()
public abstract 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;
| Type | Description | 
| ByteString | The bytes for nextPageToken.  | 
      
getSubscriptions(int index)
public abstract Subscription getSubscriptions(int index)The subscriptions that match the request.
 repeated .google.pubsub.v1.Subscription subscriptions = 1;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| Subscription | 
getSubscriptionsCount()
public abstract int getSubscriptionsCount()The subscriptions that match the request.
 repeated .google.pubsub.v1.Subscription subscriptions = 1;
| Type | Description | 
| int | 
getSubscriptionsList()
public abstract List<Subscription> getSubscriptionsList()The subscriptions that match the request.
 repeated .google.pubsub.v1.Subscription subscriptions = 1;
| Type | Description | 
| List<Subscription> | 
getSubscriptionsOrBuilder(int index)
public abstract SubscriptionOrBuilder getSubscriptionsOrBuilder(int index)The subscriptions that match the request.
 repeated .google.pubsub.v1.Subscription subscriptions = 1;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| SubscriptionOrBuilder | 
getSubscriptionsOrBuilderList()
public abstract List<? extends SubscriptionOrBuilder> getSubscriptionsOrBuilderList()The subscriptions that match the request.
 repeated .google.pubsub.v1.Subscription subscriptions = 1;
| Type | Description | 
| List<? extends com.google.pubsub.v1.SubscriptionOrBuilder> |