Interface WebClientUtilsResponseOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
WebClientUtilsResponse, WebClientUtilsResponse.Builder

@Generated public interface WebClientUtilsResponseOrBuilder extends MessageOrBuilder
  • Method Details

    • getRequestId

      String getRequestId()
       Identifier copied from the request.
       
      string request_id = 1;
      Returns:
      The requestId.
    • getRequestIdBytes

      ByteString getRequestIdBytes()
       Identifier copied from the request.
       
      string request_id = 1;
      Returns:
      The bytes for requestId.
    • hasError

      boolean hasError()
       If the request failed (after we were able to parse and extract the request ID), then we return an error to the
       client; otherwise we return the appropriate response type.
       
      .io.deephaven.proto.web.client.utils.ErrorResponse error = 2;
      Returns:
      Whether the error field is set.
    • getError

      ErrorResponse getError()
       If the request failed (after we were able to parse and extract the request ID), then we return an error to the
       client; otherwise we return the appropriate response type.
       
      .io.deephaven.proto.web.client.utils.ErrorResponse error = 2;
      Returns:
      The error.
    • getErrorOrBuilder

      ErrorResponseOrBuilder getErrorOrBuilder()
       If the request failed (after we were able to parse and extract the request ID), then we return an error to the
       client; otherwise we return the appropriate response type.
       
      .io.deephaven.proto.web.client.utils.ErrorResponse error = 2;
    • hasBusinessDates

      boolean hasBusinessDates()
      .io.deephaven.proto.web.client.utils.BusinessDatesResponse business_dates = 3;
      Returns:
      Whether the businessDates field is set.
    • getBusinessDates

      BusinessDatesResponse getBusinessDates()
      .io.deephaven.proto.web.client.utils.BusinessDatesResponse business_dates = 3;
      Returns:
      The businessDates.
    • getBusinessDatesOrBuilder

      BusinessDatesResponseOrBuilder getBusinessDatesOrBuilder()
      .io.deephaven.proto.web.client.utils.BusinessDatesResponse business_dates = 3;
    • getResponseCase