com.google.pubsub.v1.ListTopicSnapshotsResponseOrBuilder 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 ListTopicSnapshotsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.pubsub.v1.ListTopicSnapshotsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* The names of the snapshots that match the request.
*
*
* repeated string snapshots = 1;
*/
java.util.List
getSnapshotsList();
/**
*
* The names of the snapshots that match the request.
*
*
* repeated string snapshots = 1;
*/
int getSnapshotsCount();
/**
*
* The names of the snapshots that match the request.
*
*
* repeated string snapshots = 1;
*/
java.lang.String getSnapshots(int index);
/**
*
* The names of the snapshots that match the request.
*
*
* repeated string snapshots = 1;
*/
com.google.protobuf.ByteString
getSnapshotsBytes(int index);
/**
*
* If not empty, indicates that there may be more snapshots that match
* the request; this value should be passed in a new
* `ListTopicSnapshotsRequest` to get more snapshots.
*
*
* string next_page_token = 2;
*/
java.lang.String getNextPageToken();
/**
*
* If not empty, indicates that there may be more snapshots that match
* the request; this value should be passed in a new
* `ListTopicSnapshotsRequest` to get more snapshots.
*
*
* string next_page_token = 2;
*/
com.google.protobuf.ByteString
getNextPageTokenBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy