Class TaskQueueConfig

  • All Implemented Interfaces:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, TaskQueueConfigOrBuilder, java.io.Serializable

    @Generated(value="protoc",
               comments="annotations:TaskQueueConfig.java.pb.meta")
    public final class TaskQueueConfig
    extends com.google.protobuf.GeneratedMessageV3
    implements TaskQueueConfigOrBuilder
    Protobuf type temporal.api.taskqueue.v1.TaskQueueConfig
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  TaskQueueConfig.Builder
      Protobuf type temporal.api.taskqueue.v1.TaskQueueConfig
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,​BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,​BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Field Detail

      • QUEUE_RATE_LIMIT_FIELD_NUMBER

        public static final int QUEUE_RATE_LIMIT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • FAIRNESS_KEYS_RATE_LIMIT_DEFAULT_FIELD_NUMBER

        public static final int FAIRNESS_KEYS_RATE_LIMIT_DEFAULT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • FAIRNESS_WEIGHT_OVERRIDES_FIELD_NUMBER

        public static final int FAIRNESS_WEIGHT_OVERRIDES_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected java.lang.Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetMapFieldReflection

        protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection​(int number)
        Overrides:
        internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • hasQueueRateLimit

        public boolean hasQueueRateLimit()
         Unless modified, this is the system-defined rate limit.
         
        .temporal.api.taskqueue.v1.RateLimitConfig queue_rate_limit = 1;
        Specified by:
        hasQueueRateLimit in interface TaskQueueConfigOrBuilder
        Returns:
        Whether the queueRateLimit field is set.
      • getQueueRateLimit

        public RateLimitConfig getQueueRateLimit()
         Unless modified, this is the system-defined rate limit.
         
        .temporal.api.taskqueue.v1.RateLimitConfig queue_rate_limit = 1;
        Specified by:
        getQueueRateLimit in interface TaskQueueConfigOrBuilder
        Returns:
        The queueRateLimit.
      • hasFairnessKeysRateLimitDefault

        public boolean hasFairnessKeysRateLimitDefault()
         If set, each individual fairness key will be limited to this rate, scaled by the weight of the fairness key.
         
        .temporal.api.taskqueue.v1.RateLimitConfig fairness_keys_rate_limit_default = 2;
        Specified by:
        hasFairnessKeysRateLimitDefault in interface TaskQueueConfigOrBuilder
        Returns:
        Whether the fairnessKeysRateLimitDefault field is set.
      • getFairnessKeysRateLimitDefault

        public RateLimitConfig getFairnessKeysRateLimitDefault()
         If set, each individual fairness key will be limited to this rate, scaled by the weight of the fairness key.
         
        .temporal.api.taskqueue.v1.RateLimitConfig fairness_keys_rate_limit_default = 2;
        Specified by:
        getFairnessKeysRateLimitDefault in interface TaskQueueConfigOrBuilder
        Returns:
        The fairnessKeysRateLimitDefault.
      • containsFairnessWeightOverrides

        public boolean containsFairnessWeightOverrides​(java.lang.String key)
         If set, overrides the fairness weights for the corresponding fairness keys.
         
        map<string, float> fairness_weight_overrides = 3;
        Specified by:
        containsFairnessWeightOverrides in interface TaskQueueConfigOrBuilder
      • getFairnessWeightOverridesMap

        public java.util.Map<java.lang.String,​java.lang.Float> getFairnessWeightOverridesMap()
         If set, overrides the fairness weights for the corresponding fairness keys.
         
        map<string, float> fairness_weight_overrides = 3;
        Specified by:
        getFairnessWeightOverridesMap in interface TaskQueueConfigOrBuilder
      • getFairnessWeightOverridesOrDefault

        public float getFairnessWeightOverridesOrDefault​(java.lang.String key,
                                                         float defaultValue)
         If set, overrides the fairness weights for the corresponding fairness keys.
         
        map<string, float> fairness_weight_overrides = 3;
        Specified by:
        getFairnessWeightOverridesOrDefault in interface TaskQueueConfigOrBuilder
      • getFairnessWeightOverridesOrThrow

        public float getFairnessWeightOverridesOrThrow​(java.lang.String key)
         If set, overrides the fairness weights for the corresponding fairness keys.
         
        map<string, float> fairness_weight_overrides = 3;
        Specified by:
        getFairnessWeightOverridesOrThrow in interface TaskQueueConfigOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws java.io.IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        java.io.IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static TaskQueueConfig parseFrom​(java.nio.ByteBuffer data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TaskQueueConfig parseFrom​(java.nio.ByteBuffer data,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TaskQueueConfig parseFrom​(com.google.protobuf.ByteString data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TaskQueueConfig parseFrom​(com.google.protobuf.ByteString data,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TaskQueueConfig parseFrom​(byte[] data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TaskQueueConfig parseFrom​(byte[] data,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TaskQueueConfig parseFrom​(java.io.InputStream input)
                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static TaskQueueConfig parseFrom​(java.io.InputStream input,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static TaskQueueConfig parseDelimitedFrom​(java.io.InputStream input)
                                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static TaskQueueConfig parseDelimitedFrom​(java.io.InputStream input,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static TaskQueueConfig parseFrom​(com.google.protobuf.CodedInputStream input)
                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static TaskQueueConfig parseFrom​(com.google.protobuf.CodedInputStream input,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • newBuilderForType

        public TaskQueueConfig.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public TaskQueueConfig.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected TaskQueueConfig.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • parser

        public static com.google.protobuf.Parser<TaskQueueConfig> parser()
      • getParserForType

        public com.google.protobuf.Parser<TaskQueueConfig> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public TaskQueueConfig getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder