Package com.google.api
Interface BatchingConfigProtoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchingConfigProto,BatchingConfigProto.Builder
@Generated
public interface BatchingConfigProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe request and response fields used in batching.The request and response fields used in batching.The thresholds which trigger a batched request to be sent.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
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasThresholds
boolean hasThresholds()The thresholds which trigger a batched request to be sent.
.google.api.BatchingSettingsProto thresholds = 1;- 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;- Returns:
- The thresholds.
-
getThresholdsOrBuilder
BatchingSettingsProtoOrBuilder getThresholdsOrBuilder()The thresholds which trigger a batched request to be sent.
.google.api.BatchingSettingsProto thresholds = 1; -
hasBatchDescriptor
boolean hasBatchDescriptor()The request and response fields used in batching.
.google.api.BatchingDescriptorProto batch_descriptor = 2;- Returns:
- Whether the batchDescriptor field is set.
-
getBatchDescriptor
BatchingDescriptorProto getBatchDescriptor()The request and response fields used in batching.
.google.api.BatchingDescriptorProto batch_descriptor = 2;- Returns:
- The batchDescriptor.
-
getBatchDescriptorOrBuilder
BatchingDescriptorProtoOrBuilder getBatchDescriptorOrBuilder()The request and response fields used in batching.
.google.api.BatchingDescriptorProto batch_descriptor = 2;
-