com.google.pubsub.v1.ListTopicSubscriptionsResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-pubsub-v1 Show documentation
Show all versions of proto-google-cloud-pubsub-v1 Show documentation
PROTO library for proto-google-cloud-pubsub-v1
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/pubsub/v1/pubsub.proto
package com.google.pubsub.v1;
public interface ListTopicSubscriptionsResponseOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.pubsub.v1.ListTopicSubscriptionsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The names of the subscriptions that match the request.
*
*
* repeated string subscriptions = 1;
*/
java.util.List getSubscriptionsList();
/**
*
*
*
* The names of the subscriptions that match the request.
*
*
* repeated string subscriptions = 1;
*/
int getSubscriptionsCount();
/**
*
*
*
* The names of the subscriptions that match the request.
*
*
* repeated string subscriptions = 1;
*/
java.lang.String getSubscriptions(int index);
/**
*
*
*
* The names of the subscriptions that match the request.
*
*
* repeated string subscriptions = 1;
*/
com.google.protobuf.ByteString getSubscriptionsBytes(int index);
/**
*
*
*
* If not empty, indicates that there may be more subscriptions that match
* the request; this value should be passed in a new
* `ListTopicSubscriptionsRequest` 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
* `ListTopicSubscriptionsRequest` to get more subscriptions.
*
*
* string next_page_token = 2;
*/
com.google.protobuf.ByteString getNextPageTokenBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy