Show / Hide Table of Contents

Class BatchingConfigProto

BatchingConfigProto defines the batching configuration for an API method.

Inheritance
object
BatchingConfigProto
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ServiceConsumerManagement.v1beta1.Data
Assembly: Google.Apis.ServiceConsumerManagement.v1beta1.dll
Syntax
public class BatchingConfigProto : IDirectResponseSchema

Properties

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX