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

com.google.pubsub.v1.ListSnapshotsResponseOrBuilder 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 ListSnapshotsResponseOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.pubsub.v1.ListSnapshotsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The resulting snapshots.
   * 
* * repeated .google.pubsub.v1.Snapshot snapshots = 1; */ java.util.List getSnapshotsList(); /** * * *
   * The resulting snapshots.
   * 
* * repeated .google.pubsub.v1.Snapshot snapshots = 1; */ com.google.pubsub.v1.Snapshot getSnapshots(int index); /** * * *
   * The resulting snapshots.
   * 
* * repeated .google.pubsub.v1.Snapshot snapshots = 1; */ int getSnapshotsCount(); /** * * *
   * The resulting snapshots.
   * 
* * repeated .google.pubsub.v1.Snapshot snapshots = 1; */ java.util.List getSnapshotsOrBuilderList(); /** * * *
   * The resulting snapshots.
   * 
* * repeated .google.pubsub.v1.Snapshot snapshots = 1; */ com.google.pubsub.v1.SnapshotOrBuilder getSnapshotsOrBuilder(int index); /** * * *
   * If not empty, indicates that there may be more snapshot that match the
   * request; this value should be passed in a new `ListSnapshotsRequest`.
   * 
* * string next_page_token = 2; */ java.lang.String getNextPageToken(); /** * * *
   * If not empty, indicates that there may be more snapshot that match the
   * request; this value should be passed in a new `ListSnapshotsRequest`.
   * 
* * string next_page_token = 2; */ com.google.protobuf.ByteString getNextPageTokenBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy