Class BatchingConfigProto
BatchingConfigProto defines the batching configuration for an API method.
Implements
Inherited Members
Namespace: Google.Apis.ServiceNetworking.v1.Data
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class BatchingConfigProto : IDirectResponseSchemaProperties
BatchDescriptor
The request and response fields used in batching.
Declaration
[JsonProperty("batchDescriptor")]
public virtual BatchingDescriptorProto BatchDescriptor { get; set; }Property Value
| Type | Description | 
|---|---|
| BatchingDescriptorProto | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Thresholds
The thresholds which trigger a batched request to be sent.
Declaration
[JsonProperty("thresholds")]
public virtual BatchingSettingsProto Thresholds { get; set; }Property Value
| Type | Description | 
|---|---|
| BatchingSettingsProto |