Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Api::BatchingDescriptorProto.
BatchingDescriptorProto specifies the fields of the request message to be
used for batching, and, optionally, the fields of the response message to be
used for demultiplexing.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#batched_field
def batched_field() -> ::String
Returns
- (::String) — The repeated field in the request message to be aggregated by batching.
#batched_field=
def batched_field=(value) -> ::String
Parameter
- value (::String) — The repeated field in the request message to be aggregated by batching.
Returns
- (::String) — The repeated field in the request message to be aggregated by batching.
#discriminator_fields
def discriminator_fields() -> ::Array<::String>
Returns
#discriminator_fields=
def discriminator_fields=(value) -> ::Array<::String>
Parameter
Returns
#subresponse_field
def subresponse_field() -> ::String
Returns
- (::String) — Optional. When present, indicates the field in the response message to be used to demultiplex the response into multiple response messages, in correspondence with the multiple request messages originally batched together.
#subresponse_field=
def subresponse_field=(value) -> ::String
Parameter
- value (::String) — Optional. When present, indicates the field in the response message to be used to demultiplex the response into multiple response messages, in correspondence with the multiple request messages originally batched together.
Returns
- (::String) — Optional. When present, indicates the field in the response message to be used to demultiplex the response into multiple response messages, in correspondence with the multiple request messages originally batched together.