Package io.envoyproxy.envoy.api.v2.route
Interface RateLimit.Action.GenericKeyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RateLimit.Action.GenericKey,RateLimit.Action.GenericKey.Builder
- Enclosing class:
- RateLimit.Action
public static interface RateLimit.Action.GenericKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe value to use in the descriptor entry.com.google.protobuf.ByteStringThe value to use in the descriptor entry.Methods 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
-
getDescriptorValue
String getDescriptorValue()The value to use in the descriptor entry.
string descriptor_value = 1 [(.validate.rules) = { ... }- Returns:
- The descriptorValue.
-
getDescriptorValueBytes
com.google.protobuf.ByteString getDescriptorValueBytes()The value to use in the descriptor entry.
string descriptor_value = 1 [(.validate.rules) = { ... }- Returns:
- The bytes for descriptorValue.
-