java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<MethodMatch.Builder>
io.envoyproxy.envoy.extensions.filters.network.dubbo_proxy.v3.MethodMatch.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, MethodMatchOrBuilder, Cloneable
Enclosing class:
MethodMatch

public static final class MethodMatch.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MethodMatch.Builder> implements MethodMatchOrBuilder
Protobuf type envoy.extensions.filters.network.dubbo_proxy.v3.MethodMatch
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<MethodMatch.Builder>
    • internalGetMutableMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
      Overrides:
      internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<MethodMatch.Builder>
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<MethodMatch.Builder>
    • clear

      public MethodMatch.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<MethodMatch.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<MethodMatch.Builder>
    • getDefaultInstanceForType

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

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

      public MethodMatch buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public MethodMatch.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<MethodMatch.Builder>
    • setField

      public MethodMatch.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<MethodMatch.Builder>
    • clearField

      public MethodMatch.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<MethodMatch.Builder>
    • clearOneof

      public MethodMatch.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<MethodMatch.Builder>
    • setRepeatedField

      public MethodMatch.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<MethodMatch.Builder>
    • addRepeatedField

      public MethodMatch.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<MethodMatch.Builder>
    • mergeFrom

      public MethodMatch.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<MethodMatch.Builder>
    • mergeFrom

      public MethodMatch.Builder mergeFrom(MethodMatch other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<MethodMatch.Builder>
    • mergeFrom

      public MethodMatch.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<MethodMatch.Builder>
      Throws:
      IOException
    • hasName

      public boolean hasName()
       The name of the method.
       
      .envoy.type.matcher.v3.StringMatcher name = 1;
      Specified by:
      hasName in interface MethodMatchOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public StringMatcher getName()
       The name of the method.
       
      .envoy.type.matcher.v3.StringMatcher name = 1;
      Specified by:
      getName in interface MethodMatchOrBuilder
      Returns:
      The name.
    • setName

      public MethodMatch.Builder setName(StringMatcher value)
       The name of the method.
       
      .envoy.type.matcher.v3.StringMatcher name = 1;
    • setName

      public MethodMatch.Builder setName(StringMatcher.Builder builderForValue)
       The name of the method.
       
      .envoy.type.matcher.v3.StringMatcher name = 1;
    • mergeName

      public MethodMatch.Builder mergeName(StringMatcher value)
       The name of the method.
       
      .envoy.type.matcher.v3.StringMatcher name = 1;
    • clearName

      public MethodMatch.Builder clearName()
       The name of the method.
       
      .envoy.type.matcher.v3.StringMatcher name = 1;
    • getNameBuilder

      public StringMatcher.Builder getNameBuilder()
       The name of the method.
       
      .envoy.type.matcher.v3.StringMatcher name = 1;
    • getNameOrBuilder

      public StringMatcherOrBuilder getNameOrBuilder()
       The name of the method.
       
      .envoy.type.matcher.v3.StringMatcher name = 1;
      Specified by:
      getNameOrBuilder in interface MethodMatchOrBuilder
    • getParamsMatchCount

      public int getParamsMatchCount()
      Description copied from interface: MethodMatchOrBuilder
       Method parameter definition.
       The key is the parameter index, starting from 0.
       The value is the parameter matching type.
       
      map<uint32, .envoy.extensions.filters.network.dubbo_proxy.v3.MethodMatch.ParameterMatchSpecifier> params_match = 2;
      Specified by:
      getParamsMatchCount in interface MethodMatchOrBuilder
    • containsParamsMatch

      public boolean containsParamsMatch(int key)
       Method parameter definition.
       The key is the parameter index, starting from 0.
       The value is the parameter matching type.
       
      map<uint32, .envoy.extensions.filters.network.dubbo_proxy.v3.MethodMatch.ParameterMatchSpecifier> params_match = 2;
      Specified by:
      containsParamsMatch in interface MethodMatchOrBuilder
    • getParamsMatch

      Deprecated.
      Use getParamsMatchMap() instead.
      Specified by:
      getParamsMatch in interface MethodMatchOrBuilder
    • getParamsMatchMap

      public Map<Integer,MethodMatch.ParameterMatchSpecifier> getParamsMatchMap()
       Method parameter definition.
       The key is the parameter index, starting from 0.
       The value is the parameter matching type.
       
      map<uint32, .envoy.extensions.filters.network.dubbo_proxy.v3.MethodMatch.ParameterMatchSpecifier> params_match = 2;
      Specified by:
      getParamsMatchMap in interface MethodMatchOrBuilder
    • getParamsMatchOrDefault

      public MethodMatch.ParameterMatchSpecifier getParamsMatchOrDefault(int key, MethodMatch.ParameterMatchSpecifier defaultValue)
       Method parameter definition.
       The key is the parameter index, starting from 0.
       The value is the parameter matching type.
       
      map<uint32, .envoy.extensions.filters.network.dubbo_proxy.v3.MethodMatch.ParameterMatchSpecifier> params_match = 2;
      Specified by:
      getParamsMatchOrDefault in interface MethodMatchOrBuilder
    • getParamsMatchOrThrow

      public MethodMatch.ParameterMatchSpecifier getParamsMatchOrThrow(int key)
       Method parameter definition.
       The key is the parameter index, starting from 0.
       The value is the parameter matching type.
       
      map<uint32, .envoy.extensions.filters.network.dubbo_proxy.v3.MethodMatch.ParameterMatchSpecifier> params_match = 2;
      Specified by:
      getParamsMatchOrThrow in interface MethodMatchOrBuilder
    • clearParamsMatch

      public MethodMatch.Builder clearParamsMatch()
    • removeParamsMatch

      public MethodMatch.Builder removeParamsMatch(int key)
       Method parameter definition.
       The key is the parameter index, starting from 0.
       The value is the parameter matching type.
       
      map<uint32, .envoy.extensions.filters.network.dubbo_proxy.v3.MethodMatch.ParameterMatchSpecifier> params_match = 2;
    • getMutableParamsMatch

      Deprecated.
      Use alternate mutation accessors instead.
    • putParamsMatch

      public MethodMatch.Builder putParamsMatch(int key, MethodMatch.ParameterMatchSpecifier value)
       Method parameter definition.
       The key is the parameter index, starting from 0.
       The value is the parameter matching type.
       
      map<uint32, .envoy.extensions.filters.network.dubbo_proxy.v3.MethodMatch.ParameterMatchSpecifier> params_match = 2;
    • putAllParamsMatch

       Method parameter definition.
       The key is the parameter index, starting from 0.
       The value is the parameter matching type.
       
      map<uint32, .envoy.extensions.filters.network.dubbo_proxy.v3.MethodMatch.ParameterMatchSpecifier> params_match = 2;
    • putParamsMatchBuilderIfAbsent

      public MethodMatch.ParameterMatchSpecifier.Builder putParamsMatchBuilderIfAbsent(int key)
       Method parameter definition.
       The key is the parameter index, starting from 0.
       The value is the parameter matching type.
       
      map<uint32, .envoy.extensions.filters.network.dubbo_proxy.v3.MethodMatch.ParameterMatchSpecifier> params_match = 2;
    • setUnknownFields

      public final MethodMatch.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MethodMatch.Builder>
    • mergeUnknownFields

      public final MethodMatch.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MethodMatch.Builder>