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 Detail

      • getSubscriptionsList

        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;
      • getSubscriptions

        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;
      • getSubscriptionsCount

        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;
      • getSubscriptionsOrBuilderList

        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;
      • getSubscriptionsOrBuilder

        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;
      • getNextPageToken

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

        com.google.protobuf.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;
        Returns:
        The bytes for nextPageToken.