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 proto-google-longrunning-v1 Show documentation
Show all versions of proto-google-longrunning-v1 Show documentation
PROTO library for proto-google-longrunning-v1
// 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 extends com.google.longrunning.OperationOrBuilder>
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();
}