Interface TaskQueueMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TaskQueueMetadata, TaskQueueMetadata.Builder

@Generated(value="protoc", comments="annotations:TaskQueueMetadataOrBuilder.java.pb.meta") public interface TaskQueueMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.DoubleValue
    Allows throttling dispatch of tasks from this queue
    com.google.protobuf.DoubleValueOrBuilder
    Allows throttling dispatch of tasks from this queue
    boolean
    Allows throttling dispatch of tasks from this queue

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasMaxTasksPerSecond

      boolean hasMaxTasksPerSecond()
       Allows throttling dispatch of tasks from this queue
       
      .google.protobuf.DoubleValue max_tasks_per_second = 1;
      Returns:
      Whether the maxTasksPerSecond field is set.
    • getMaxTasksPerSecond

      com.google.protobuf.DoubleValue getMaxTasksPerSecond()
       Allows throttling dispatch of tasks from this queue
       
      .google.protobuf.DoubleValue max_tasks_per_second = 1;
      Returns:
      The maxTasksPerSecond.
    • getMaxTasksPerSecondOrBuilder

      com.google.protobuf.DoubleValueOrBuilder getMaxTasksPerSecondOrBuilder()
       Allows throttling dispatch of tasks from this queue
       
      .google.protobuf.DoubleValue max_tasks_per_second = 1;