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 TypeMethodDescriptioncom.google.protobuf.DoubleValueAllows throttling dispatch of tasks from this queuecom.google.protobuf.DoubleValueOrBuilderAllows throttling dispatch of tasks from this queuebooleanAllows throttling dispatch of tasks from this queueMethods 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
-
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;
-