Interface OperationResponseOrBuilder

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

public interface OperationResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.longrunning.Operation
    List of operations returned by ListOperationsAction.
    int
    List of operations returned by ListOperationsAction.
    List<com.google.longrunning.Operation>
    List of operations returned by ListOperationsAction.
    com.google.longrunning.OperationOrBuilder
    List of operations returned by ListOperationsAction.
    List<? extends com.google.longrunning.OperationOrBuilder>
    List of operations returned by ListOperationsAction.
    "next_page_token" can be sent in a subsequent list action to fetch more of the matching data.
    com.google.protobuf.ByteString
    "next_page_token" can be sent in a subsequent list action to fetch more of the matching data.
    com.google.longrunning.Operation
    Operation returned by GetOperationAction.
    com.google.longrunning.OperationOrBuilder
    Operation returned by GetOperationAction.
    boolean
    Operation returned by GetOperationAction.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getListedOperationsList

      List<com.google.longrunning.Operation> getListedOperationsList()
       List of operations returned by ListOperationsAction.
       
      repeated .google.longrunning.Operation listed_operations = 1;
    • getListedOperations

      com.google.longrunning.Operation getListedOperations(int index)
       List of operations returned by ListOperationsAction.
       
      repeated .google.longrunning.Operation listed_operations = 1;
    • getListedOperationsCount

      int getListedOperationsCount()
       List of operations returned by ListOperationsAction.
       
      repeated .google.longrunning.Operation listed_operations = 1;
    • getListedOperationsOrBuilderList

      List<? extends com.google.longrunning.OperationOrBuilder> getListedOperationsOrBuilderList()
       List of operations returned by ListOperationsAction.
       
      repeated .google.longrunning.Operation listed_operations = 1;
    • getListedOperationsOrBuilder

      com.google.longrunning.OperationOrBuilder getListedOperationsOrBuilder(int index)
       List of operations returned by ListOperationsAction.
       
      repeated .google.longrunning.Operation listed_operations = 1;
    • getNextPageToken

      String getNextPageToken()
       "next_page_token" can be sent in a subsequent list action
       to fetch more of the matching data.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       "next_page_token" can be sent in a subsequent list action
       to fetch more of the matching data.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.
    • hasOperation

      boolean hasOperation()
       Operation returned by GetOperationAction.
       
      .google.longrunning.Operation operation = 3;
      Returns:
      Whether the operation field is set.
    • getOperation

      com.google.longrunning.Operation getOperation()
       Operation returned by GetOperationAction.
       
      .google.longrunning.Operation operation = 3;
      Returns:
      The operation.
    • getOperationOrBuilder

      com.google.longrunning.OperationOrBuilder getOperationOrBuilder()
       Operation returned by GetOperationAction.
       
      .google.longrunning.Operation operation = 3;