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.1.24
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 {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy