BatchingDescriptorProto class
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.
Constructors
-
BatchingDescriptorProto.new({String? batchedField, List<
String> ? discriminatorFields, String? subresponseField}) - BatchingDescriptorProto.fromJson(Map json_)
Properties
- batchedField ↔ String?
-
The repeated field in the request message to be aggregated by batching.
getter/setter pair
-
discriminatorFields
↔ List<
String> ? -
A list of the fields in the request message.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subresponseField ↔ String?
-
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.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited