com.google.longrunning.ListOperationsResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grpc-core-proto Show documentation
Show all versions of grpc-core-proto Show documentation
GoogleAPI classes generated from core protos
// 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 extends com.google.longrunning.OperationOrBuilder>
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();
}