com.google.pubsub.v1.ListTopicSnapshotsRequestOrBuilder 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 ListTopicSnapshotsRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.pubsub.v1.ListTopicSnapshotsRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The name of the topic that snapshots are attached to.
* Format is `projects/{project}/topics/{topic}`.
*
*
* string topic = 1;
*/
java.lang.String getTopic();
/**
*
*
*
* The name of the topic that snapshots are attached to.
* Format is `projects/{project}/topics/{topic}`.
*
*
* string topic = 1;
*/
com.google.protobuf.ByteString getTopicBytes();
/**
*
*
*
* Maximum number of snapshot names to return.
*
*
* int32 page_size = 2;
*/
int getPageSize();
/**
*
*
*
* The value returned by the last `ListTopicSnapshotsResponse`; indicates
* that this is a continuation of a prior `ListTopicSnapshots` 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 `ListTopicSnapshotsResponse`; indicates
* that this is a continuation of a prior `ListTopicSnapshots` 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