Interface CommandRequestOuterClass.BatchOrBuilder

    • Method Detail

      • getIsAtomic

        boolean getIsAtomic()
        bool is_atomic = 1;
        Returns:
        The isAtomic.
      • getCommandsCount

        int getCommandsCount()
        repeated .command_request.Command commands = 2;
      • hasRaiseOnError

        boolean hasRaiseOnError()
        optional bool raise_on_error = 3;
        Returns:
        Whether the raiseOnError field is set.
      • getRaiseOnError

        boolean getRaiseOnError()
        optional bool raise_on_error = 3;
        Returns:
        The raiseOnError.
      • hasTimeout

        boolean hasTimeout()
        optional uint32 timeout = 4;
        Returns:
        Whether the timeout field is set.
      • getTimeout

        int getTimeout()
        optional uint32 timeout = 4;
        Returns:
        The timeout.
      • hasRetryServerError

        boolean hasRetryServerError()
        optional bool retry_server_error = 5;
        Returns:
        Whether the retryServerError field is set.
      • getRetryServerError

        boolean getRetryServerError()
        optional bool retry_server_error = 5;
        Returns:
        The retryServerError.
      • hasRetryConnectionError

        boolean hasRetryConnectionError()
        optional bool retry_connection_error = 6;
        Returns:
        Whether the retryConnectionError field is set.
      • getRetryConnectionError

        boolean getRetryConnectionError()
        optional bool retry_connection_error = 6;
        Returns:
        The retryConnectionError.