Interface ListOperationsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListOperationsResponse, ListOperationsResponse.Builder

public interface ListOperationsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getOperationsList

      List<Operation> getOperationsList()
       A list of operations that matches the specified filter in the request.
       
      repeated .google.longrunning.Operation operations = 1;
    • getOperations

      Operation getOperations(int index)
       A list of operations that matches the specified filter in the request.
       
      repeated .google.longrunning.Operation operations = 1;
    • getOperationsCount

      int getOperationsCount()
       A list of operations that matches the specified filter in the request.
       
      repeated .google.longrunning.Operation operations = 1;
    • getOperationsOrBuilderList

      List<? extends OperationOrBuilder> getOperationsOrBuilderList()
       A list of operations that matches the specified filter in the request.
       
      repeated .google.longrunning.Operation operations = 1;
    • getOperationsOrBuilder

      OperationOrBuilder getOperationsOrBuilder(int index)
       A list of operations that matches the specified filter in the request.
       
      repeated .google.longrunning.Operation operations = 1;
    • getNextPageToken

      String getNextPageToken()
       The standard List next-page token.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       The standard List next-page token.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.
    • getUnreachableList

      List<String> getUnreachableList()
       Unordered list. Unreachable resources. Populated when the request sets
       `ListOperationsRequest.return_partial_success` and reads across
       collections e.g. when attempting to list all resources across all supported
       locations.
       
      repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
      Returns:
      A list containing the unreachable.
    • getUnreachableCount

      int getUnreachableCount()
       Unordered list. Unreachable resources. Populated when the request sets
       `ListOperationsRequest.return_partial_success` and reads across
       collections e.g. when attempting to list all resources across all supported
       locations.
       
      repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
      Returns:
      The count of unreachable.
    • getUnreachable

      String getUnreachable(int index)
       Unordered list. Unreachable resources. Populated when the request sets
       `ListOperationsRequest.return_partial_success` and reads across
       collections e.g. when attempting to list all resources across all supported
       locations.
       
      repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
      Parameters:
      index - The index of the element to return.
      Returns:
      The unreachable at the given index.
    • getUnreachableBytes

      com.google.protobuf.ByteString getUnreachableBytes(int index)
       Unordered list. Unreachable resources. Populated when the request sets
       `ListOperationsRequest.return_partial_success` and reads across
       collections e.g. when attempting to list all resources across all supported
       locations.
       
      repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the unreachable at the given index.