Package com.google.api
Interface BatchingConfigProtoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
BatchingConfigProto,BatchingConfigProto.Builder
@Generated
public interface BatchingConfigProtoOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe request and response fields used in batching.The thresholds which trigger a batched request to be sent.booleanThe request and response fields used in batching.booleanThe thresholds which trigger a batched request to be sent.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasThresholds
boolean hasThresholds()The thresholds which trigger a batched request to be sent.
.google.api.BatchingSettingsProto thresholds = 1 [json_name = "thresholds"];- Returns:
- Whether the thresholds field is set.
-
getThresholds
BatchingSettingsProto getThresholds()The thresholds which trigger a batched request to be sent.
.google.api.BatchingSettingsProto thresholds = 1 [json_name = "thresholds"];- Returns:
- The thresholds.
-
hasBatchDescriptor
boolean hasBatchDescriptor()The request and response fields used in batching.
.google.api.BatchingDescriptorProto batch_descriptor = 2 [json_name = "batchDescriptor"];- Returns:
- Whether the batchDescriptor field is set.
-
getBatchDescriptor
BatchingDescriptorProto getBatchDescriptor()The request and response fields used in batching.
.google.api.BatchingDescriptorProto batch_descriptor = 2 [json_name = "batchDescriptor"];- Returns:
- The batchDescriptor.
-