public interface ListSubscriptionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() A token that can be sent as page_token to retrieve the next page of
 results. If this field is omitted, there are no more results.
 string next_page_token = 2;
| Type | Description | 
| String | The nextPageToken.  | 
      
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token that can be sent as page_token to retrieve the next page of
 results. If this field is omitted, there are no more results.
 string next_page_token = 2;
| Type | Description | 
| ByteString | The bytes for nextPageToken.  | 
      
getSubscriptions(int index)
public abstract Subscription getSubscriptions(int index)The list of subscriptions in the requested parent. The order of the subscriptions is unspecified.
 repeated .google.cloud.pubsublite.v1.Subscription subscriptions = 1;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| Subscription | 
getSubscriptionsCount()
public abstract int getSubscriptionsCount()The list of subscriptions in the requested parent. The order of the subscriptions is unspecified.
 repeated .google.cloud.pubsublite.v1.Subscription subscriptions = 1;
| Type | Description | 
| int | 
getSubscriptionsList()
public abstract List<Subscription> getSubscriptionsList()The list of subscriptions in the requested parent. The order of the subscriptions is unspecified.
 repeated .google.cloud.pubsublite.v1.Subscription subscriptions = 1;
| Type | Description | 
| List<Subscription> | 
getSubscriptionsOrBuilder(int index)
public abstract SubscriptionOrBuilder getSubscriptionsOrBuilder(int index)The list of subscriptions in the requested parent. The order of the subscriptions is unspecified.
 repeated .google.cloud.pubsublite.v1.Subscription subscriptions = 1;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| SubscriptionOrBuilder | 
getSubscriptionsOrBuilderList()
public abstract List<? extends SubscriptionOrBuilder> getSubscriptionsOrBuilderList()The list of subscriptions in the requested parent. The order of the subscriptions is unspecified.
 repeated .google.cloud.pubsublite.v1.Subscription subscriptions = 1;
| Type | Description | 
| List<? extends com.google.cloud.pubsublite.proto.SubscriptionOrBuilder> |