Interface ListSubscriptionsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListSubscriptionsResponse, ListSubscriptionsResponse.Builder

public interface ListSubscriptionsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getSubscriptionsList

      List<Subscription> getSubscriptionsList()
       Optional. The subscriptions that match the request.
       
      repeated .google.pubsub.v1.Subscription subscriptions = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getSubscriptions

      Subscription getSubscriptions(int index)
       Optional. The subscriptions that match the request.
       
      repeated .google.pubsub.v1.Subscription subscriptions = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getSubscriptionsCount

      int getSubscriptionsCount()
       Optional. The subscriptions that match the request.
       
      repeated .google.pubsub.v1.Subscription subscriptions = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getSubscriptionsOrBuilderList

      List<? extends SubscriptionOrBuilder> getSubscriptionsOrBuilderList()
       Optional. The subscriptions that match the request.
       
      repeated .google.pubsub.v1.Subscription subscriptions = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getSubscriptionsOrBuilder

      SubscriptionOrBuilder getSubscriptionsOrBuilder(int index)
       Optional. The subscriptions that match the request.
       
      repeated .google.pubsub.v1.Subscription subscriptions = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getNextPageToken

      String getNextPageToken()
       Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for nextPageToken.