Interface UpdateTaskQueueConfigRequest.RateLimitUpdateOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      RateLimit getRateLimit()
      Rate Limit to be updated
      RateLimitOrBuilder getRateLimitOrBuilder()
      Rate Limit to be updated
      java.lang.String getReason()
      Reason for why the rate limit was set.
      com.google.protobuf.ByteString getReasonBytes()
      Reason for why the rate limit was set.
      boolean hasRateLimit()
      Rate Limit to be updated
      • 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 Detail

      • hasRateLimit

        boolean hasRateLimit()
         Rate Limit to be updated
         
        .temporal.api.taskqueue.v1.RateLimit rate_limit = 1;
        Returns:
        Whether the rateLimit field is set.
      • getRateLimit

        RateLimit getRateLimit()
         Rate Limit to be updated
         
        .temporal.api.taskqueue.v1.RateLimit rate_limit = 1;
        Returns:
        The rateLimit.
      • getRateLimitOrBuilder

        RateLimitOrBuilder getRateLimitOrBuilder()
         Rate Limit to be updated
         
        .temporal.api.taskqueue.v1.RateLimit rate_limit = 1;
      • getReason

        java.lang.String getReason()
         Reason for why the rate limit was set.
         
        string reason = 2;
        Returns:
        The reason.
      • getReasonBytes

        com.google.protobuf.ByteString getReasonBytes()
         Reason for why the rate limit was set.
         
        string reason = 2;
        Returns:
        The bytes for reason.