Uses of Interface
com.google.longrunning.OperationOrBuilder
-
Packages that use OperationOrBuilder Package Description com.google.longrunning -
-
Uses of OperationOrBuilder in com.google.longrunning
Classes in com.google.longrunning that implement OperationOrBuilder Modifier and Type Class Description class
Operation
This resource represents a long-running operation that is the result of a network API call.static class
Operation.Builder
This resource represents a long-running operation that is the result of a network API call.Methods in com.google.longrunning that return OperationOrBuilder Modifier and Type Method Description OperationOrBuilder
ListOperationsResponse.Builder. getOperationsOrBuilder(int index)
A list of operations that matches the specified filter in the request.OperationOrBuilder
ListOperationsResponse. getOperationsOrBuilder(int index)
A list of operations that matches the specified filter in the request.OperationOrBuilder
ListOperationsResponseOrBuilder. getOperationsOrBuilder(int index)
A list of operations that matches the specified filter in the request.Methods in com.google.longrunning that return types with arguments of type OperationOrBuilder Modifier and Type Method Description java.util.List<? extends OperationOrBuilder>
ListOperationsResponse.Builder. getOperationsOrBuilderList()
A list of operations that matches the specified filter in the request.java.util.List<? extends OperationOrBuilder>
ListOperationsResponse. getOperationsOrBuilderList()
A list of operations that matches the specified filter in the request.java.util.List<? extends OperationOrBuilder>
ListOperationsResponseOrBuilder. getOperationsOrBuilderList()
A list of operations that matches the specified filter in the request.
-