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 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;