Class 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.
Implements
Inherited Members
Namespace: Google.Apis.ServiceConsumerManagement.v1beta1.Data
Assembly: Google.Apis.ServiceConsumerManagement.v1beta1.dll
Syntax
public class BatchingDescriptorProto : IDirectResponseSchema
Properties
BatchedField
The repeated field in the request message to be aggregated by batching.
Declaration
[JsonProperty("batchedField")]
public virtual string BatchedField { get; set; }
Property Value
Type | Description |
---|---|
string |
DiscriminatorFields
A list of the fields in the request message. Two requests will be batched together only if the values of
every field specified in request_discriminator_fields
is equal between the two requests.
Declaration
[JsonProperty("discriminatorFields")]
public virtual IList<string> DiscriminatorFields { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SubresponseField
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.
Declaration
[JsonProperty("subresponseField")]
public virtual string SubresponseField { get; set; }
Property Value
Type | Description |
---|---|
string |