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 Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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.
      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 `ListSubscriptionsRequest` to get more subscriptions.
      Subscription getSubscriptions​(int index)
      The subscriptions that match the request.
      int getSubscriptionsCount()
      The subscriptions that match the request.
      List<Subscription> getSubscriptionsList()
      The subscriptions that match the request.
      SubscriptionOrBuilder getSubscriptionsOrBuilder​(int index)
      The subscriptions that match the request.
      List<? extends SubscriptionOrBuilder> getSubscriptionsOrBuilderList()
      The subscriptions that match the request.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getSubscriptionsList

        List<Subscription> getSubscriptionsList()
         The subscriptions that match the request.
         
        repeated .google.pubsub.v1.Subscription subscriptions = 1;
      • getSubscriptions

        Subscription getSubscriptions​(int index)
         The subscriptions that match the request.
         
        repeated .google.pubsub.v1.Subscription subscriptions = 1;
      • getSubscriptionsCount

        int getSubscriptionsCount()
         The subscriptions that match the request.
         
        repeated .google.pubsub.v1.Subscription subscriptions = 1;
      • getSubscriptionsOrBuilderList

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

        SubscriptionOrBuilder getSubscriptionsOrBuilder​(int index)
         The subscriptions that match the request.
         
        repeated .google.pubsub.v1.Subscription subscriptions = 1;
      • getNextPageToken

        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;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        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
         `ListSubscriptionsRequest` to get more subscriptions.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.