com.google.pubsub.v1.ListTopicsRequestOrBuilder 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 ListTopicsRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.pubsub.v1.ListTopicsRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The name of the project in which to list topics.
* Format is `projects/{project-id}`.
*
*
* string project = 1;
*/
java.lang.String getProject();
/**
*
*
*
* The name of the project in which to list topics.
* Format is `projects/{project-id}`.
*
*
* string project = 1;
*/
com.google.protobuf.ByteString getProjectBytes();
/**
*
*
*
* Maximum number of topics to return.
*
*
* int32 page_size = 2;
*/
int getPageSize();
/**
*
*
*
* The value returned by the last `ListTopicsResponse`; indicates that this is
* a continuation of a prior `ListTopics` call, and that the system should
* return the next page of data.
*
*
* string page_token = 3;
*/
java.lang.String getPageToken();
/**
*
*
*
* The value returned by the last `ListTopicsResponse`; indicates that this is
* a continuation of a prior `ListTopics` call, and that the system should
* return the next page of data.
*
*
* string page_token = 3;
*/
com.google.protobuf.ByteString getPageTokenBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy