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

com.google.longrunning.ListOperationsResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.0.6
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/longrunning/operations.proto

package com.google.longrunning;

public interface ListOperationsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.longrunning.ListOperationsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .google.longrunning.Operation operations = 1;
   *
   * 
   * A list of operations that match the specified filter in the request.
   * 
*/ java.util.List getOperationsList(); /** * repeated .google.longrunning.Operation operations = 1; * *
   * A list of operations that match the specified filter in the request.
   * 
*/ com.google.longrunning.Operation getOperations(int index); /** * repeated .google.longrunning.Operation operations = 1; * *
   * A list of operations that match the specified filter in the request.
   * 
*/ int getOperationsCount(); /** * repeated .google.longrunning.Operation operations = 1; * *
   * A list of operations that match the specified filter in the request.
   * 
*/ java.util.List getOperationsOrBuilderList(); /** * repeated .google.longrunning.Operation operations = 1; * *
   * A list of operations that match the specified filter in the request.
   * 
*/ com.google.longrunning.OperationOrBuilder getOperationsOrBuilder( int index); /** * optional string next_page_token = 2; * *
   * The standard List next-page token.
   * 
*/ java.lang.String getNextPageToken(); /** * optional string next_page_token = 2; * *
   * The standard List next-page token.
   * 
*/ com.google.protobuf.ByteString getNextPageTokenBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy