Uses of Class
com.google.api.BatchingConfigProto.Builder
Packages that use BatchingConfigProto.Builder
-
Uses of BatchingConfigProto.Builder in com.google.api
Methods in com.google.api that return BatchingConfigProto.BuilderModifier and TypeMethodDescriptionBatchingConfigProto.Builder.clear()BatchingConfigProto.Builder.clearBatchDescriptor()The request and response fields used in batching.BatchingConfigProto.Builder.clearThresholds()The thresholds which trigger a batched request to be sent.MethodSettings.Builder.getBatchingBuilder()Batching configuration for an API method in client libraries.BatchingConfigProto.Builder.mergeBatchDescriptor(BatchingDescriptorProto value) The request and response fields used in batching.BatchingConfigProto.Builder.mergeFrom(BatchingConfigProto other) BatchingConfigProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BatchingConfigProto.Builder.mergeFrom(com.google.protobuf.Message other) BatchingConfigProto.Builder.mergeThresholds(BatchingSettingsProto value) The thresholds which trigger a batched request to be sent.static BatchingConfigProto.BuilderBatchingConfigProto.newBuilder()static BatchingConfigProto.BuilderBatchingConfigProto.newBuilder(BatchingConfigProto prototype) BatchingConfigProto.newBuilderForType()protected BatchingConfigProto.BuilderBatchingConfigProto.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BatchingConfigProto.Builder.setBatchDescriptor(BatchingDescriptorProto value) The request and response fields used in batching.BatchingConfigProto.Builder.setBatchDescriptor(BatchingDescriptorProto.Builder builderForValue) The request and response fields used in batching.BatchingConfigProto.Builder.setThresholds(BatchingSettingsProto value) The thresholds which trigger a batched request to be sent.BatchingConfigProto.Builder.setThresholds(BatchingSettingsProto.Builder builderForValue) The thresholds which trigger a batched request to be sent.BatchingConfigProto.toBuilder()Methods in com.google.api with parameters of type BatchingConfigProto.BuilderModifier and TypeMethodDescriptionMethodSettings.Builder.setBatching(BatchingConfigProto.Builder builderForValue) Batching configuration for an API method in client libraries.