All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.pubsub.v1.ListTopicSubscriptionsResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.116.2
Show newest version
// 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