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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RateLimitgetRateLimit()Rate Limit to be updatedRateLimitOrBuildergetRateLimitOrBuilder()Rate Limit to be updatedjava.lang.StringgetReason()Reason for why the rate limit was set.com.google.protobuf.ByteStringgetReasonBytes()Reason for why the rate limit was set.booleanhasRateLimit()Rate Limit to be updated-
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.
-
-