java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.envoyproxy.envoy.extensions.filters.http.proto_api_scrubber.v3.ProtoApiScrubberConfig
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ProtoApiScrubberConfigOrBuilder, Serializable

public final class ProtoApiScrubberConfig extends com.google.protobuf.GeneratedMessageV3 implements ProtoApiScrubberConfigOrBuilder
Protobuf type envoy.extensions.filters.http.proto_api_scrubber.v3.ProtoApiScrubberConfig
See Also:
  • Field Details

    • DESCRIPTOR_SET_FIELD_NUMBER

      public static final int DESCRIPTOR_SET_FIELD_NUMBER
      See Also:
    • RESTRICTIONS_FIELD_NUMBER

      public static final int RESTRICTIONS_FIELD_NUMBER
      See Also:
    • FILTERING_MODE_FIELD_NUMBER

      public static final int FILTERING_MODE_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • 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
    • hasDescriptorSet

      public boolean hasDescriptorSet()
       The proto descriptor set for the proto services.
       
      .envoy.extensions.filters.http.proto_api_scrubber.v3.DescriptorSet descriptor_set = 1;
      Specified by:
      hasDescriptorSet in interface ProtoApiScrubberConfigOrBuilder
      Returns:
      Whether the descriptorSet field is set.
    • getDescriptorSet

      public DescriptorSet getDescriptorSet()
       The proto descriptor set for the proto services.
       
      .envoy.extensions.filters.http.proto_api_scrubber.v3.DescriptorSet descriptor_set = 1;
      Specified by:
      getDescriptorSet in interface ProtoApiScrubberConfigOrBuilder
      Returns:
      The descriptorSet.
    • getDescriptorSetOrBuilder

      public DescriptorSetOrBuilder getDescriptorSetOrBuilder()
       The proto descriptor set for the proto services.
       
      .envoy.extensions.filters.http.proto_api_scrubber.v3.DescriptorSet descriptor_set = 1;
      Specified by:
      getDescriptorSetOrBuilder in interface ProtoApiScrubberConfigOrBuilder
    • hasRestrictions

      public boolean hasRestrictions()
       Contains the restrictions for the supported proto elements.
       
      .envoy.extensions.filters.http.proto_api_scrubber.v3.Restrictions restrictions = 2;
      Specified by:
      hasRestrictions in interface ProtoApiScrubberConfigOrBuilder
      Returns:
      Whether the restrictions field is set.
    • getRestrictions

      public Restrictions getRestrictions()
       Contains the restrictions for the supported proto elements.
       
      .envoy.extensions.filters.http.proto_api_scrubber.v3.Restrictions restrictions = 2;
      Specified by:
      getRestrictions in interface ProtoApiScrubberConfigOrBuilder
      Returns:
      The restrictions.
    • getRestrictionsOrBuilder

      public RestrictionsOrBuilder getRestrictionsOrBuilder()
       Contains the restrictions for the supported proto elements.
       
      .envoy.extensions.filters.http.proto_api_scrubber.v3.Restrictions restrictions = 2;
      Specified by:
      getRestrictionsOrBuilder in interface ProtoApiScrubberConfigOrBuilder
    • getFilteringModeValue

      public int getFilteringModeValue()
       Specifies the filtering mode of this filter.
       
      .envoy.extensions.filters.http.proto_api_scrubber.v3.ProtoApiScrubberConfig.FilteringMode filtering_mode = 3;
      Specified by:
      getFilteringModeValue in interface ProtoApiScrubberConfigOrBuilder
      Returns:
      The enum numeric value on the wire for filteringMode.
    • getFilteringMode

      public ProtoApiScrubberConfig.FilteringMode getFilteringMode()
       Specifies the filtering mode of this filter.
       
      .envoy.extensions.filters.http.proto_api_scrubber.v3.ProtoApiScrubberConfig.FilteringMode filtering_mode = 3;
      Specified by:
      getFilteringMode in interface ProtoApiScrubberConfigOrBuilder
      Returns:
      The filteringMode.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ProtoApiScrubberConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ProtoApiScrubberConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ProtoApiScrubberConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ProtoApiScrubberConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ProtoApiScrubberConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ProtoApiScrubberConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ProtoApiScrubberConfig parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ProtoApiScrubberConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ProtoApiScrubberConfig parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ProtoApiScrubberConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ProtoApiScrubberConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ProtoApiScrubberConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ProtoApiScrubberConfig.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static ProtoApiScrubberConfig.Builder newBuilder()
    • newBuilder

      public static ProtoApiScrubberConfig.Builder newBuilder(ProtoApiScrubberConfig prototype)
    • toBuilder

      public ProtoApiScrubberConfig.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected ProtoApiScrubberConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static ProtoApiScrubberConfig getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ProtoApiScrubberConfig> parser()
    • getParserForType

      public com.google.protobuf.Parser<ProtoApiScrubberConfig> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public ProtoApiScrubberConfig getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder