-
Method Summary
.io.deephaven.proto.web.client.utils.BusinessDatesRequest business_dates = 2;
.io.deephaven.proto.web.client.utils.BusinessDatesRequest business_dates = 2;
A client-specified identifier used to identify the response for this request when multiple requests are in flight.
A client-specified identifier used to identify the response for this request when multiple requests are in flight.
boolean
.io.deephaven.proto.web.client.utils.BusinessDatesRequest business_dates = 2;
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRequestId
A client-specified identifier used to identify the response for this request when multiple requests are in flight.
This must be set to a unique value.
string request_id = 1;
- Returns:
- The requestId.
-
getRequestIdBytes
A client-specified identifier used to identify the response for this request when multiple requests are in flight.
This must be set to a unique value.
string request_id = 1;
- Returns:
- The bytes for requestId.
-
hasBusinessDates
boolean hasBusinessDates()
.io.deephaven.proto.web.client.utils.BusinessDatesRequest business_dates = 2;
- Returns:
- Whether the businessDates field is set.
-
getBusinessDates
.io.deephaven.proto.web.client.utils.BusinessDatesRequest business_dates = 2;
- Returns:
- The businessDates.
-
getBusinessDatesOrBuilder
.io.deephaven.proto.web.client.utils.BusinessDatesRequest business_dates = 2;
-