Interface UpdateTaskQueueConfigRequest.RateLimitUpdateOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UpdateTaskQueueConfigRequest.RateLimitUpdate, UpdateTaskQueueConfigRequest.RateLimitUpdate.Builder
Enclosing class:
UpdateTaskQueueConfigRequest

public static interface UpdateTaskQueueConfigRequest.RateLimitUpdateOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Rate Limit to be updated
    Rate Limit to be updated
    Reason for why the rate limit was set.
    com.google.protobuf.ByteString
    Reason for why the rate limit was set.
    boolean
    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 Details

    • 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

      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.