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 googleapis-common-protos Show documentation
Show all versions of googleapis-common-protos 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 {
/**
*
* A list of operations that match the specified filter in the request.
*
*
* repeated .google.longrunning.Operation operations = 1;
*/
java.util.List
getOperationsList();
/**
*
* A list of operations that match the specified filter in the request.
*
*
* repeated .google.longrunning.Operation operations = 1;
*/
com.google.longrunning.Operation getOperations(int index);
/**
*
* A list of operations that match the specified filter in the request.
*
*
* repeated .google.longrunning.Operation operations = 1;
*/
int getOperationsCount();
/**
*
* A list of operations that match 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 match 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.
*
*
* optional string next_page_token = 2;
*/
java.lang.String getNextPageToken();
/**
*
* The standard List next-page token.
*
*
* optional string next_page_token = 2;
*/
com.google.protobuf.ByteString
getNextPageTokenBytes();
}