
com.google.pubsub.v1.ListSubscriptionsResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/pubsub/v1/pubsub.proto
package com.google.pubsub.v1;
public interface ListSubscriptionsResponseOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.pubsub.v1.ListSubscriptionsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The subscriptions that match the request.
*
*
* repeated .google.pubsub.v1.Subscription subscriptions = 1;
*/
java.util.List getSubscriptionsList();
/**
*
*
*
* The subscriptions that match the request.
*
*
* repeated .google.pubsub.v1.Subscription subscriptions = 1;
*/
com.google.pubsub.v1.Subscription getSubscriptions(int index);
/**
*
*
*
* The subscriptions that match the request.
*
*
* repeated .google.pubsub.v1.Subscription subscriptions = 1;
*/
int getSubscriptionsCount();
/**
*
*
*
* The subscriptions that match the request.
*
*
* repeated .google.pubsub.v1.Subscription subscriptions = 1;
*/
java.util.List extends com.google.pubsub.v1.SubscriptionOrBuilder>
getSubscriptionsOrBuilderList();
/**
*
*
*
* The subscriptions that match the request.
*
*
* repeated .google.pubsub.v1.Subscription subscriptions = 1;
*/
com.google.pubsub.v1.SubscriptionOrBuilder getSubscriptionsOrBuilder(int index);
/**
*
*
*
* 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;
*/
java.lang.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;
*/
com.google.protobuf.ByteString getNextPageTokenBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy