Class RateLimitConfig.Override.DynamicMetadata.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<RateLimitConfig.Override.DynamicMetadata.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<RateLimitConfig.Override.DynamicMetadata.Builder>
      • getDefaultInstanceForType

        public RateLimitConfig.Override.DynamicMetadata getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public RateLimitConfig.Override.DynamicMetadata build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public RateLimitConfig.Override.DynamicMetadata buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<RateLimitConfig.Override.DynamicMetadata.Builder>
      • hasMetadataKey

        public boolean hasMetadataKey()
         Metadata struct that defines the key and path to retrieve the struct value.
         The value must be a struct containing an integer "requests_per_unit" property
         and a "unit" property with a value parseable to :ref:`RateLimitUnit
         enum <envoy_v3_api_enum_type.v3.RateLimitUnit>`
         
        .envoy.type.metadata.v3.MetadataKey metadata_key = 1 [(.validate.rules) = { ... }
        Specified by:
        hasMetadataKey in interface RateLimitConfig.Override.DynamicMetadataOrBuilder
        Returns:
        Whether the metadataKey field is set.
      • getMetadataKey

        public MetadataKey getMetadataKey()
         Metadata struct that defines the key and path to retrieve the struct value.
         The value must be a struct containing an integer "requests_per_unit" property
         and a "unit" property with a value parseable to :ref:`RateLimitUnit
         enum <envoy_v3_api_enum_type.v3.RateLimitUnit>`
         
        .envoy.type.metadata.v3.MetadataKey metadata_key = 1 [(.validate.rules) = { ... }
        Specified by:
        getMetadataKey in interface RateLimitConfig.Override.DynamicMetadataOrBuilder
        Returns:
        The metadataKey.
      • setMetadataKey

        public RateLimitConfig.Override.DynamicMetadata.Builder setMetadataKey​(MetadataKey value)
         Metadata struct that defines the key and path to retrieve the struct value.
         The value must be a struct containing an integer "requests_per_unit" property
         and a "unit" property with a value parseable to :ref:`RateLimitUnit
         enum <envoy_v3_api_enum_type.v3.RateLimitUnit>`
         
        .envoy.type.metadata.v3.MetadataKey metadata_key = 1 [(.validate.rules) = { ... }
      • setMetadataKey

        public RateLimitConfig.Override.DynamicMetadata.Builder setMetadataKey​(MetadataKey.Builder builderForValue)
         Metadata struct that defines the key and path to retrieve the struct value.
         The value must be a struct containing an integer "requests_per_unit" property
         and a "unit" property with a value parseable to :ref:`RateLimitUnit
         enum <envoy_v3_api_enum_type.v3.RateLimitUnit>`
         
        .envoy.type.metadata.v3.MetadataKey metadata_key = 1 [(.validate.rules) = { ... }
      • mergeMetadataKey

        public RateLimitConfig.Override.DynamicMetadata.Builder mergeMetadataKey​(MetadataKey value)
         Metadata struct that defines the key and path to retrieve the struct value.
         The value must be a struct containing an integer "requests_per_unit" property
         and a "unit" property with a value parseable to :ref:`RateLimitUnit
         enum <envoy_v3_api_enum_type.v3.RateLimitUnit>`
         
        .envoy.type.metadata.v3.MetadataKey metadata_key = 1 [(.validate.rules) = { ... }
      • clearMetadataKey

        public RateLimitConfig.Override.DynamicMetadata.Builder clearMetadataKey()
         Metadata struct that defines the key and path to retrieve the struct value.
         The value must be a struct containing an integer "requests_per_unit" property
         and a "unit" property with a value parseable to :ref:`RateLimitUnit
         enum <envoy_v3_api_enum_type.v3.RateLimitUnit>`
         
        .envoy.type.metadata.v3.MetadataKey metadata_key = 1 [(.validate.rules) = { ... }
      • getMetadataKeyBuilder

        public MetadataKey.Builder getMetadataKeyBuilder()
         Metadata struct that defines the key and path to retrieve the struct value.
         The value must be a struct containing an integer "requests_per_unit" property
         and a "unit" property with a value parseable to :ref:`RateLimitUnit
         enum <envoy_v3_api_enum_type.v3.RateLimitUnit>`
         
        .envoy.type.metadata.v3.MetadataKey metadata_key = 1 [(.validate.rules) = { ... }
      • getMetadataKeyOrBuilder

        public MetadataKeyOrBuilder getMetadataKeyOrBuilder()
         Metadata struct that defines the key and path to retrieve the struct value.
         The value must be a struct containing an integer "requests_per_unit" property
         and a "unit" property with a value parseable to :ref:`RateLimitUnit
         enum <envoy_v3_api_enum_type.v3.RateLimitUnit>`
         
        .envoy.type.metadata.v3.MetadataKey metadata_key = 1 [(.validate.rules) = { ... }
        Specified by:
        getMetadataKeyOrBuilder in interface RateLimitConfig.Override.DynamicMetadataOrBuilder