Class ExtProcOverrides.Builder

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

public static final class ExtProcOverrides.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExtProcOverrides.Builder> implements ExtProcOverridesOrBuilder
 Overrides that may be set on a per-route basis
 [#next-free-field: 10]
 
Protobuf type envoy.extensions.filters.http.ext_proc.v3.ExtProcOverrides
  • Method Details

    • 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<ExtProcOverrides.Builder>
    • clear

      public ExtProcOverrides.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<ExtProcOverrides.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<ExtProcOverrides.Builder>
    • getDefaultInstanceForType

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

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

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

      public ExtProcOverrides.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<ExtProcOverrides.Builder>
    • setField

      public ExtProcOverrides.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<ExtProcOverrides.Builder>
    • clearField

      public ExtProcOverrides.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<ExtProcOverrides.Builder>
    • clearOneof

      public ExtProcOverrides.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<ExtProcOverrides.Builder>
    • setRepeatedField

      public ExtProcOverrides.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<ExtProcOverrides.Builder>
    • addRepeatedField

      public ExtProcOverrides.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<ExtProcOverrides.Builder>
    • mergeFrom

      public ExtProcOverrides.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<ExtProcOverrides.Builder>
    • mergeFrom

      public ExtProcOverrides.Builder mergeFrom(ExtProcOverrides other)
    • isInitialized

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

      public ExtProcOverrides.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<ExtProcOverrides.Builder>
      Throws:
      IOException
    • hasProcessingMode

      public boolean hasProcessingMode()
       Set a different processing mode for this route than the default.
       
      .envoy.extensions.filters.http.ext_proc.v3.ProcessingMode processing_mode = 1;
      Specified by:
      hasProcessingMode in interface ExtProcOverridesOrBuilder
      Returns:
      Whether the processingMode field is set.
    • getProcessingMode

      public ProcessingMode getProcessingMode()
       Set a different processing mode for this route than the default.
       
      .envoy.extensions.filters.http.ext_proc.v3.ProcessingMode processing_mode = 1;
      Specified by:
      getProcessingMode in interface ExtProcOverridesOrBuilder
      Returns:
      The processingMode.
    • setProcessingMode

      public ExtProcOverrides.Builder setProcessingMode(ProcessingMode value)
       Set a different processing mode for this route than the default.
       
      .envoy.extensions.filters.http.ext_proc.v3.ProcessingMode processing_mode = 1;
    • setProcessingMode

      public ExtProcOverrides.Builder setProcessingMode(ProcessingMode.Builder builderForValue)
       Set a different processing mode for this route than the default.
       
      .envoy.extensions.filters.http.ext_proc.v3.ProcessingMode processing_mode = 1;
    • mergeProcessingMode

      public ExtProcOverrides.Builder mergeProcessingMode(ProcessingMode value)
       Set a different processing mode for this route than the default.
       
      .envoy.extensions.filters.http.ext_proc.v3.ProcessingMode processing_mode = 1;
    • clearProcessingMode

      public ExtProcOverrides.Builder clearProcessingMode()
       Set a different processing mode for this route than the default.
       
      .envoy.extensions.filters.http.ext_proc.v3.ProcessingMode processing_mode = 1;
    • getProcessingModeBuilder

      public ProcessingMode.Builder getProcessingModeBuilder()
       Set a different processing mode for this route than the default.
       
      .envoy.extensions.filters.http.ext_proc.v3.ProcessingMode processing_mode = 1;
    • getProcessingModeOrBuilder

      public ProcessingModeOrBuilder getProcessingModeOrBuilder()
       Set a different processing mode for this route than the default.
       
      .envoy.extensions.filters.http.ext_proc.v3.ProcessingMode processing_mode = 1;
      Specified by:
      getProcessingModeOrBuilder in interface ExtProcOverridesOrBuilder
    • getAsyncMode

      @Deprecated public boolean getAsyncMode()
      Deprecated.
      envoy.extensions.filters.http.ext_proc.v3.ExtProcOverrides.async_mode is deprecated. See envoy/extensions/filters/http/ext_proc/v3/ext_proc.proto;l=460
       [#not-implemented-hide:]
       Set a different asynchronous processing option than the default.
       Deprecated and not implemented.
       
      bool async_mode = 2 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      Specified by:
      getAsyncMode in interface ExtProcOverridesOrBuilder
      Returns:
      The asyncMode.
    • setAsyncMode

      @Deprecated public ExtProcOverrides.Builder setAsyncMode(boolean value)
      Deprecated.
      envoy.extensions.filters.http.ext_proc.v3.ExtProcOverrides.async_mode is deprecated. See envoy/extensions/filters/http/ext_proc/v3/ext_proc.proto;l=460
       [#not-implemented-hide:]
       Set a different asynchronous processing option than the default.
       Deprecated and not implemented.
       
      bool async_mode = 2 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      Parameters:
      value - The asyncMode to set.
      Returns:
      This builder for chaining.
    • clearAsyncMode

      @Deprecated public ExtProcOverrides.Builder clearAsyncMode()
      Deprecated.
      envoy.extensions.filters.http.ext_proc.v3.ExtProcOverrides.async_mode is deprecated. See envoy/extensions/filters/http/ext_proc/v3/ext_proc.proto;l=460
       [#not-implemented-hide:]
       Set a different asynchronous processing option than the default.
       Deprecated and not implemented.
       
      bool async_mode = 2 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      Returns:
      This builder for chaining.
    • getRequestAttributesList

      public com.google.protobuf.ProtocolStringList getRequestAttributesList()
       [#not-implemented-hide:]
       Set different optional attributes than the default setting of the
       ``request_attributes`` field.
       
      repeated string request_attributes = 3;
      Specified by:
      getRequestAttributesList in interface ExtProcOverridesOrBuilder
      Returns:
      A list containing the requestAttributes.
    • getRequestAttributesCount

      public int getRequestAttributesCount()
       [#not-implemented-hide:]
       Set different optional attributes than the default setting of the
       ``request_attributes`` field.
       
      repeated string request_attributes = 3;
      Specified by:
      getRequestAttributesCount in interface ExtProcOverridesOrBuilder
      Returns:
      The count of requestAttributes.
    • getRequestAttributes

      public String getRequestAttributes(int index)
       [#not-implemented-hide:]
       Set different optional attributes than the default setting of the
       ``request_attributes`` field.
       
      repeated string request_attributes = 3;
      Specified by:
      getRequestAttributes in interface ExtProcOverridesOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The requestAttributes at the given index.
    • getRequestAttributesBytes

      public com.google.protobuf.ByteString getRequestAttributesBytes(int index)
       [#not-implemented-hide:]
       Set different optional attributes than the default setting of the
       ``request_attributes`` field.
       
      repeated string request_attributes = 3;
      Specified by:
      getRequestAttributesBytes in interface ExtProcOverridesOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the requestAttributes at the given index.
    • setRequestAttributes

      public ExtProcOverrides.Builder setRequestAttributes(int index, String value)
       [#not-implemented-hide:]
       Set different optional attributes than the default setting of the
       ``request_attributes`` field.
       
      repeated string request_attributes = 3;
      Parameters:
      index - The index to set the value at.
      value - The requestAttributes to set.
      Returns:
      This builder for chaining.
    • addRequestAttributes

      public ExtProcOverrides.Builder addRequestAttributes(String value)
       [#not-implemented-hide:]
       Set different optional attributes than the default setting of the
       ``request_attributes`` field.
       
      repeated string request_attributes = 3;
      Parameters:
      value - The requestAttributes to add.
      Returns:
      This builder for chaining.
    • addAllRequestAttributes

      public ExtProcOverrides.Builder addAllRequestAttributes(Iterable<String> values)
       [#not-implemented-hide:]
       Set different optional attributes than the default setting of the
       ``request_attributes`` field.
       
      repeated string request_attributes = 3;
      Parameters:
      values - The requestAttributes to add.
      Returns:
      This builder for chaining.
    • clearRequestAttributes

      public ExtProcOverrides.Builder clearRequestAttributes()
       [#not-implemented-hide:]
       Set different optional attributes than the default setting of the
       ``request_attributes`` field.
       
      repeated string request_attributes = 3;
      Returns:
      This builder for chaining.
    • addRequestAttributesBytes

      public ExtProcOverrides.Builder addRequestAttributesBytes(com.google.protobuf.ByteString value)
       [#not-implemented-hide:]
       Set different optional attributes than the default setting of the
       ``request_attributes`` field.
       
      repeated string request_attributes = 3;
      Parameters:
      value - The bytes of the requestAttributes to add.
      Returns:
      This builder for chaining.
    • getResponseAttributesList

      public com.google.protobuf.ProtocolStringList getResponseAttributesList()
       [#not-implemented-hide:]
       Set different optional properties than the default setting of the
       ``response_attributes`` field.
       
      repeated string response_attributes = 4;
      Specified by:
      getResponseAttributesList in interface ExtProcOverridesOrBuilder
      Returns:
      A list containing the responseAttributes.
    • getResponseAttributesCount

      public int getResponseAttributesCount()
       [#not-implemented-hide:]
       Set different optional properties than the default setting of the
       ``response_attributes`` field.
       
      repeated string response_attributes = 4;
      Specified by:
      getResponseAttributesCount in interface ExtProcOverridesOrBuilder
      Returns:
      The count of responseAttributes.
    • getResponseAttributes

      public String getResponseAttributes(int index)
       [#not-implemented-hide:]
       Set different optional properties than the default setting of the
       ``response_attributes`` field.
       
      repeated string response_attributes = 4;
      Specified by:
      getResponseAttributes in interface ExtProcOverridesOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The responseAttributes at the given index.
    • getResponseAttributesBytes

      public com.google.protobuf.ByteString getResponseAttributesBytes(int index)
       [#not-implemented-hide:]
       Set different optional properties than the default setting of the
       ``response_attributes`` field.
       
      repeated string response_attributes = 4;
      Specified by:
      getResponseAttributesBytes in interface ExtProcOverridesOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the responseAttributes at the given index.
    • setResponseAttributes

      public ExtProcOverrides.Builder setResponseAttributes(int index, String value)
       [#not-implemented-hide:]
       Set different optional properties than the default setting of the
       ``response_attributes`` field.
       
      repeated string response_attributes = 4;
      Parameters:
      index - The index to set the value at.
      value - The responseAttributes to set.
      Returns:
      This builder for chaining.
    • addResponseAttributes

      public ExtProcOverrides.Builder addResponseAttributes(String value)
       [#not-implemented-hide:]
       Set different optional properties than the default setting of the
       ``response_attributes`` field.
       
      repeated string response_attributes = 4;
      Parameters:
      value - The responseAttributes to add.
      Returns:
      This builder for chaining.
    • addAllResponseAttributes

      public ExtProcOverrides.Builder addAllResponseAttributes(Iterable<String> values)
       [#not-implemented-hide:]
       Set different optional properties than the default setting of the
       ``response_attributes`` field.
       
      repeated string response_attributes = 4;
      Parameters:
      values - The responseAttributes to add.
      Returns:
      This builder for chaining.
    • clearResponseAttributes

      public ExtProcOverrides.Builder clearResponseAttributes()
       [#not-implemented-hide:]
       Set different optional properties than the default setting of the
       ``response_attributes`` field.
       
      repeated string response_attributes = 4;
      Returns:
      This builder for chaining.
    • addResponseAttributesBytes

      public ExtProcOverrides.Builder addResponseAttributesBytes(com.google.protobuf.ByteString value)
       [#not-implemented-hide:]
       Set different optional properties than the default setting of the
       ``response_attributes`` field.
       
      repeated string response_attributes = 4;
      Parameters:
      value - The bytes of the responseAttributes to add.
      Returns:
      This builder for chaining.
    • hasGrpcService

      public boolean hasGrpcService()
       Set a different gRPC service for this route than the default.
       
      .envoy.config.core.v3.GrpcService grpc_service = 5;
      Specified by:
      hasGrpcService in interface ExtProcOverridesOrBuilder
      Returns:
      Whether the grpcService field is set.
    • getGrpcService

      public GrpcService getGrpcService()
       Set a different gRPC service for this route than the default.
       
      .envoy.config.core.v3.GrpcService grpc_service = 5;
      Specified by:
      getGrpcService in interface ExtProcOverridesOrBuilder
      Returns:
      The grpcService.
    • setGrpcService

      public ExtProcOverrides.Builder setGrpcService(GrpcService value)
       Set a different gRPC service for this route than the default.
       
      .envoy.config.core.v3.GrpcService grpc_service = 5;
    • setGrpcService

      public ExtProcOverrides.Builder setGrpcService(GrpcService.Builder builderForValue)
       Set a different gRPC service for this route than the default.
       
      .envoy.config.core.v3.GrpcService grpc_service = 5;
    • mergeGrpcService

      public ExtProcOverrides.Builder mergeGrpcService(GrpcService value)
       Set a different gRPC service for this route than the default.
       
      .envoy.config.core.v3.GrpcService grpc_service = 5;
    • clearGrpcService

      public ExtProcOverrides.Builder clearGrpcService()
       Set a different gRPC service for this route than the default.
       
      .envoy.config.core.v3.GrpcService grpc_service = 5;
    • getGrpcServiceBuilder

      public GrpcService.Builder getGrpcServiceBuilder()
       Set a different gRPC service for this route than the default.
       
      .envoy.config.core.v3.GrpcService grpc_service = 5;
    • getGrpcServiceOrBuilder

      public GrpcServiceOrBuilder getGrpcServiceOrBuilder()
       Set a different gRPC service for this route than the default.
       
      .envoy.config.core.v3.GrpcService grpc_service = 5;
      Specified by:
      getGrpcServiceOrBuilder in interface ExtProcOverridesOrBuilder
    • hasMetadataOptions

      public boolean hasMetadataOptions()
       Options related to the sending and receiving of dynamic metadata.
       Lists of forwarding and receiving namespaces will be overridden in their entirety,
       meaning the most-specific config that specifies this override will be the final
       config used. It is the prerogative of the control plane to ensure this
       most-specific config contains the correct final overrides.
       
      .envoy.extensions.filters.http.ext_proc.v3.MetadataOptions metadata_options = 6;
      Specified by:
      hasMetadataOptions in interface ExtProcOverridesOrBuilder
      Returns:
      Whether the metadataOptions field is set.
    • getMetadataOptions

      public MetadataOptions getMetadataOptions()
       Options related to the sending and receiving of dynamic metadata.
       Lists of forwarding and receiving namespaces will be overridden in their entirety,
       meaning the most-specific config that specifies this override will be the final
       config used. It is the prerogative of the control plane to ensure this
       most-specific config contains the correct final overrides.
       
      .envoy.extensions.filters.http.ext_proc.v3.MetadataOptions metadata_options = 6;
      Specified by:
      getMetadataOptions in interface ExtProcOverridesOrBuilder
      Returns:
      The metadataOptions.
    • setMetadataOptions

      public ExtProcOverrides.Builder setMetadataOptions(MetadataOptions value)
       Options related to the sending and receiving of dynamic metadata.
       Lists of forwarding and receiving namespaces will be overridden in their entirety,
       meaning the most-specific config that specifies this override will be the final
       config used. It is the prerogative of the control plane to ensure this
       most-specific config contains the correct final overrides.
       
      .envoy.extensions.filters.http.ext_proc.v3.MetadataOptions metadata_options = 6;
    • setMetadataOptions

      public ExtProcOverrides.Builder setMetadataOptions(MetadataOptions.Builder builderForValue)
       Options related to the sending and receiving of dynamic metadata.
       Lists of forwarding and receiving namespaces will be overridden in their entirety,
       meaning the most-specific config that specifies this override will be the final
       config used. It is the prerogative of the control plane to ensure this
       most-specific config contains the correct final overrides.
       
      .envoy.extensions.filters.http.ext_proc.v3.MetadataOptions metadata_options = 6;
    • mergeMetadataOptions

      public ExtProcOverrides.Builder mergeMetadataOptions(MetadataOptions value)
       Options related to the sending and receiving of dynamic metadata.
       Lists of forwarding and receiving namespaces will be overridden in their entirety,
       meaning the most-specific config that specifies this override will be the final
       config used. It is the prerogative of the control plane to ensure this
       most-specific config contains the correct final overrides.
       
      .envoy.extensions.filters.http.ext_proc.v3.MetadataOptions metadata_options = 6;
    • clearMetadataOptions

      public ExtProcOverrides.Builder clearMetadataOptions()
       Options related to the sending and receiving of dynamic metadata.
       Lists of forwarding and receiving namespaces will be overridden in their entirety,
       meaning the most-specific config that specifies this override will be the final
       config used. It is the prerogative of the control plane to ensure this
       most-specific config contains the correct final overrides.
       
      .envoy.extensions.filters.http.ext_proc.v3.MetadataOptions metadata_options = 6;
    • getMetadataOptionsBuilder

      public MetadataOptions.Builder getMetadataOptionsBuilder()
       Options related to the sending and receiving of dynamic metadata.
       Lists of forwarding and receiving namespaces will be overridden in their entirety,
       meaning the most-specific config that specifies this override will be the final
       config used. It is the prerogative of the control plane to ensure this
       most-specific config contains the correct final overrides.
       
      .envoy.extensions.filters.http.ext_proc.v3.MetadataOptions metadata_options = 6;
    • getMetadataOptionsOrBuilder

      public MetadataOptionsOrBuilder getMetadataOptionsOrBuilder()
       Options related to the sending and receiving of dynamic metadata.
       Lists of forwarding and receiving namespaces will be overridden in their entirety,
       meaning the most-specific config that specifies this override will be the final
       config used. It is the prerogative of the control plane to ensure this
       most-specific config contains the correct final overrides.
       
      .envoy.extensions.filters.http.ext_proc.v3.MetadataOptions metadata_options = 6;
      Specified by:
      getMetadataOptionsOrBuilder in interface ExtProcOverridesOrBuilder
    • getGrpcInitialMetadataList

      public List<HeaderValue> getGrpcInitialMetadataList()
       Additional metadata to include into streams initiated to the ``ext_proc`` gRPC
       service. This can be used for scenarios in which additional ad hoc
       authorization headers (e.g. ``x-foo-bar: baz-key``) are to be injected or
       when a route needs to partially override inherited metadata.
       
      repeated .envoy.config.core.v3.HeaderValue grpc_initial_metadata = 7;
      Specified by:
      getGrpcInitialMetadataList in interface ExtProcOverridesOrBuilder
    • getGrpcInitialMetadataCount

      public int getGrpcInitialMetadataCount()
       Additional metadata to include into streams initiated to the ``ext_proc`` gRPC
       service. This can be used for scenarios in which additional ad hoc
       authorization headers (e.g. ``x-foo-bar: baz-key``) are to be injected or
       when a route needs to partially override inherited metadata.
       
      repeated .envoy.config.core.v3.HeaderValue grpc_initial_metadata = 7;
      Specified by:
      getGrpcInitialMetadataCount in interface ExtProcOverridesOrBuilder
    • getGrpcInitialMetadata

      public HeaderValue getGrpcInitialMetadata(int index)
       Additional metadata to include into streams initiated to the ``ext_proc`` gRPC
       service. This can be used for scenarios in which additional ad hoc
       authorization headers (e.g. ``x-foo-bar: baz-key``) are to be injected or
       when a route needs to partially override inherited metadata.
       
      repeated .envoy.config.core.v3.HeaderValue grpc_initial_metadata = 7;
      Specified by:
      getGrpcInitialMetadata in interface ExtProcOverridesOrBuilder
    • setGrpcInitialMetadata

      public ExtProcOverrides.Builder setGrpcInitialMetadata(int index, HeaderValue value)
       Additional metadata to include into streams initiated to the ``ext_proc`` gRPC
       service. This can be used for scenarios in which additional ad hoc
       authorization headers (e.g. ``x-foo-bar: baz-key``) are to be injected or
       when a route needs to partially override inherited metadata.
       
      repeated .envoy.config.core.v3.HeaderValue grpc_initial_metadata = 7;
    • setGrpcInitialMetadata

      public ExtProcOverrides.Builder setGrpcInitialMetadata(int index, HeaderValue.Builder builderForValue)
       Additional metadata to include into streams initiated to the ``ext_proc`` gRPC
       service. This can be used for scenarios in which additional ad hoc
       authorization headers (e.g. ``x-foo-bar: baz-key``) are to be injected or
       when a route needs to partially override inherited metadata.
       
      repeated .envoy.config.core.v3.HeaderValue grpc_initial_metadata = 7;
    • addGrpcInitialMetadata

      public ExtProcOverrides.Builder addGrpcInitialMetadata(HeaderValue value)
       Additional metadata to include into streams initiated to the ``ext_proc`` gRPC
       service. This can be used for scenarios in which additional ad hoc
       authorization headers (e.g. ``x-foo-bar: baz-key``) are to be injected or
       when a route needs to partially override inherited metadata.
       
      repeated .envoy.config.core.v3.HeaderValue grpc_initial_metadata = 7;
    • addGrpcInitialMetadata

      public ExtProcOverrides.Builder addGrpcInitialMetadata(int index, HeaderValue value)
       Additional metadata to include into streams initiated to the ``ext_proc`` gRPC
       service. This can be used for scenarios in which additional ad hoc
       authorization headers (e.g. ``x-foo-bar: baz-key``) are to be injected or
       when a route needs to partially override inherited metadata.
       
      repeated .envoy.config.core.v3.HeaderValue grpc_initial_metadata = 7;
    • addGrpcInitialMetadata

      public ExtProcOverrides.Builder addGrpcInitialMetadata(HeaderValue.Builder builderForValue)
       Additional metadata to include into streams initiated to the ``ext_proc`` gRPC
       service. This can be used for scenarios in which additional ad hoc
       authorization headers (e.g. ``x-foo-bar: baz-key``) are to be injected or
       when a route needs to partially override inherited metadata.
       
      repeated .envoy.config.core.v3.HeaderValue grpc_initial_metadata = 7;
    • addGrpcInitialMetadata

      public ExtProcOverrides.Builder addGrpcInitialMetadata(int index, HeaderValue.Builder builderForValue)
       Additional metadata to include into streams initiated to the ``ext_proc`` gRPC
       service. This can be used for scenarios in which additional ad hoc
       authorization headers (e.g. ``x-foo-bar: baz-key``) are to be injected or
       when a route needs to partially override inherited metadata.
       
      repeated .envoy.config.core.v3.HeaderValue grpc_initial_metadata = 7;
    • addAllGrpcInitialMetadata

      public ExtProcOverrides.Builder addAllGrpcInitialMetadata(Iterable<? extends HeaderValue> values)
       Additional metadata to include into streams initiated to the ``ext_proc`` gRPC
       service. This can be used for scenarios in which additional ad hoc
       authorization headers (e.g. ``x-foo-bar: baz-key``) are to be injected or
       when a route needs to partially override inherited metadata.
       
      repeated .envoy.config.core.v3.HeaderValue grpc_initial_metadata = 7;
    • clearGrpcInitialMetadata

      public ExtProcOverrides.Builder clearGrpcInitialMetadata()
       Additional metadata to include into streams initiated to the ``ext_proc`` gRPC
       service. This can be used for scenarios in which additional ad hoc
       authorization headers (e.g. ``x-foo-bar: baz-key``) are to be injected or
       when a route needs to partially override inherited metadata.
       
      repeated .envoy.config.core.v3.HeaderValue grpc_initial_metadata = 7;
    • removeGrpcInitialMetadata

      public ExtProcOverrides.Builder removeGrpcInitialMetadata(int index)
       Additional metadata to include into streams initiated to the ``ext_proc`` gRPC
       service. This can be used for scenarios in which additional ad hoc
       authorization headers (e.g. ``x-foo-bar: baz-key``) are to be injected or
       when a route needs to partially override inherited metadata.
       
      repeated .envoy.config.core.v3.HeaderValue grpc_initial_metadata = 7;
    • getGrpcInitialMetadataBuilder

      public HeaderValue.Builder getGrpcInitialMetadataBuilder(int index)
       Additional metadata to include into streams initiated to the ``ext_proc`` gRPC
       service. This can be used for scenarios in which additional ad hoc
       authorization headers (e.g. ``x-foo-bar: baz-key``) are to be injected or
       when a route needs to partially override inherited metadata.
       
      repeated .envoy.config.core.v3.HeaderValue grpc_initial_metadata = 7;
    • getGrpcInitialMetadataOrBuilder

      public HeaderValueOrBuilder getGrpcInitialMetadataOrBuilder(int index)
       Additional metadata to include into streams initiated to the ``ext_proc`` gRPC
       service. This can be used for scenarios in which additional ad hoc
       authorization headers (e.g. ``x-foo-bar: baz-key``) are to be injected or
       when a route needs to partially override inherited metadata.
       
      repeated .envoy.config.core.v3.HeaderValue grpc_initial_metadata = 7;
      Specified by:
      getGrpcInitialMetadataOrBuilder in interface ExtProcOverridesOrBuilder
    • getGrpcInitialMetadataOrBuilderList

      public List<? extends HeaderValueOrBuilder> getGrpcInitialMetadataOrBuilderList()
       Additional metadata to include into streams initiated to the ``ext_proc`` gRPC
       service. This can be used for scenarios in which additional ad hoc
       authorization headers (e.g. ``x-foo-bar: baz-key``) are to be injected or
       when a route needs to partially override inherited metadata.
       
      repeated .envoy.config.core.v3.HeaderValue grpc_initial_metadata = 7;
      Specified by:
      getGrpcInitialMetadataOrBuilderList in interface ExtProcOverridesOrBuilder
    • addGrpcInitialMetadataBuilder

      public HeaderValue.Builder addGrpcInitialMetadataBuilder()
       Additional metadata to include into streams initiated to the ``ext_proc`` gRPC
       service. This can be used for scenarios in which additional ad hoc
       authorization headers (e.g. ``x-foo-bar: baz-key``) are to be injected or
       when a route needs to partially override inherited metadata.
       
      repeated .envoy.config.core.v3.HeaderValue grpc_initial_metadata = 7;
    • addGrpcInitialMetadataBuilder

      public HeaderValue.Builder addGrpcInitialMetadataBuilder(int index)
       Additional metadata to include into streams initiated to the ``ext_proc`` gRPC
       service. This can be used for scenarios in which additional ad hoc
       authorization headers (e.g. ``x-foo-bar: baz-key``) are to be injected or
       when a route needs to partially override inherited metadata.
       
      repeated .envoy.config.core.v3.HeaderValue grpc_initial_metadata = 7;
    • getGrpcInitialMetadataBuilderList

      public List<HeaderValue.Builder> getGrpcInitialMetadataBuilderList()
       Additional metadata to include into streams initiated to the ``ext_proc`` gRPC
       service. This can be used for scenarios in which additional ad hoc
       authorization headers (e.g. ``x-foo-bar: baz-key``) are to be injected or
       when a route needs to partially override inherited metadata.
       
      repeated .envoy.config.core.v3.HeaderValue grpc_initial_metadata = 7;
    • hasFailureModeAllow

      public boolean hasFailureModeAllow()
       If true, the filter will not fail closed if the gRPC stream is prematurely closed
       or could not be opened. This field is the per-route override of
       :ref:`failure_mode_allow <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.failure_mode_allow>`.
       
      .google.protobuf.BoolValue failure_mode_allow = 8;
      Specified by:
      hasFailureModeAllow in interface ExtProcOverridesOrBuilder
      Returns:
      Whether the failureModeAllow field is set.
    • getFailureModeAllow

      public com.google.protobuf.BoolValue getFailureModeAllow()
       If true, the filter will not fail closed if the gRPC stream is prematurely closed
       or could not be opened. This field is the per-route override of
       :ref:`failure_mode_allow <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.failure_mode_allow>`.
       
      .google.protobuf.BoolValue failure_mode_allow = 8;
      Specified by:
      getFailureModeAllow in interface ExtProcOverridesOrBuilder
      Returns:
      The failureModeAllow.
    • setFailureModeAllow

      public ExtProcOverrides.Builder setFailureModeAllow(com.google.protobuf.BoolValue value)
       If true, the filter will not fail closed if the gRPC stream is prematurely closed
       or could not be opened. This field is the per-route override of
       :ref:`failure_mode_allow <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.failure_mode_allow>`.
       
      .google.protobuf.BoolValue failure_mode_allow = 8;
    • setFailureModeAllow

      public ExtProcOverrides.Builder setFailureModeAllow(com.google.protobuf.BoolValue.Builder builderForValue)
       If true, the filter will not fail closed if the gRPC stream is prematurely closed
       or could not be opened. This field is the per-route override of
       :ref:`failure_mode_allow <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.failure_mode_allow>`.
       
      .google.protobuf.BoolValue failure_mode_allow = 8;
    • mergeFailureModeAllow

      public ExtProcOverrides.Builder mergeFailureModeAllow(com.google.protobuf.BoolValue value)
       If true, the filter will not fail closed if the gRPC stream is prematurely closed
       or could not be opened. This field is the per-route override of
       :ref:`failure_mode_allow <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.failure_mode_allow>`.
       
      .google.protobuf.BoolValue failure_mode_allow = 8;
    • clearFailureModeAllow

      public ExtProcOverrides.Builder clearFailureModeAllow()
       If true, the filter will not fail closed if the gRPC stream is prematurely closed
       or could not be opened. This field is the per-route override of
       :ref:`failure_mode_allow <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.failure_mode_allow>`.
       
      .google.protobuf.BoolValue failure_mode_allow = 8;
    • getFailureModeAllowBuilder

      public com.google.protobuf.BoolValue.Builder getFailureModeAllowBuilder()
       If true, the filter will not fail closed if the gRPC stream is prematurely closed
       or could not be opened. This field is the per-route override of
       :ref:`failure_mode_allow <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.failure_mode_allow>`.
       
      .google.protobuf.BoolValue failure_mode_allow = 8;
    • getFailureModeAllowOrBuilder

      public com.google.protobuf.BoolValueOrBuilder getFailureModeAllowOrBuilder()
       If true, the filter will not fail closed if the gRPC stream is prematurely closed
       or could not be opened. This field is the per-route override of
       :ref:`failure_mode_allow <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.failure_mode_allow>`.
       
      .google.protobuf.BoolValue failure_mode_allow = 8;
      Specified by:
      getFailureModeAllowOrBuilder in interface ExtProcOverridesOrBuilder
    • hasProcessingRequestModifier

      public boolean hasProcessingRequestModifier()
       Decorator to introduce custom logic that runs after the ``ProcessingRequest`` is constructed, but
       before it is sent to the External Processor. The ``ProcessingRequest`` may be modified.
       This is a per-route override of
       :ref:`processing_request_modifier <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.processing_request_modifier>`.
       
      .envoy.config.core.v3.TypedExtensionConfig processing_request_modifier = 9 [(.xds.annotations.v3.field_status) = { ... }
      Specified by:
      hasProcessingRequestModifier in interface ExtProcOverridesOrBuilder
      Returns:
      Whether the processingRequestModifier field is set.
    • getProcessingRequestModifier

      public TypedExtensionConfig getProcessingRequestModifier()
       Decorator to introduce custom logic that runs after the ``ProcessingRequest`` is constructed, but
       before it is sent to the External Processor. The ``ProcessingRequest`` may be modified.
       This is a per-route override of
       :ref:`processing_request_modifier <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.processing_request_modifier>`.
       
      .envoy.config.core.v3.TypedExtensionConfig processing_request_modifier = 9 [(.xds.annotations.v3.field_status) = { ... }
      Specified by:
      getProcessingRequestModifier in interface ExtProcOverridesOrBuilder
      Returns:
      The processingRequestModifier.
    • setProcessingRequestModifier

      public ExtProcOverrides.Builder setProcessingRequestModifier(TypedExtensionConfig value)
       Decorator to introduce custom logic that runs after the ``ProcessingRequest`` is constructed, but
       before it is sent to the External Processor. The ``ProcessingRequest`` may be modified.
       This is a per-route override of
       :ref:`processing_request_modifier <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.processing_request_modifier>`.
       
      .envoy.config.core.v3.TypedExtensionConfig processing_request_modifier = 9 [(.xds.annotations.v3.field_status) = { ... }
    • setProcessingRequestModifier

      public ExtProcOverrides.Builder setProcessingRequestModifier(TypedExtensionConfig.Builder builderForValue)
       Decorator to introduce custom logic that runs after the ``ProcessingRequest`` is constructed, but
       before it is sent to the External Processor. The ``ProcessingRequest`` may be modified.
       This is a per-route override of
       :ref:`processing_request_modifier <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.processing_request_modifier>`.
       
      .envoy.config.core.v3.TypedExtensionConfig processing_request_modifier = 9 [(.xds.annotations.v3.field_status) = { ... }
    • mergeProcessingRequestModifier

      public ExtProcOverrides.Builder mergeProcessingRequestModifier(TypedExtensionConfig value)
       Decorator to introduce custom logic that runs after the ``ProcessingRequest`` is constructed, but
       before it is sent to the External Processor. The ``ProcessingRequest`` may be modified.
       This is a per-route override of
       :ref:`processing_request_modifier <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.processing_request_modifier>`.
       
      .envoy.config.core.v3.TypedExtensionConfig processing_request_modifier = 9 [(.xds.annotations.v3.field_status) = { ... }
    • clearProcessingRequestModifier

      public ExtProcOverrides.Builder clearProcessingRequestModifier()
       Decorator to introduce custom logic that runs after the ``ProcessingRequest`` is constructed, but
       before it is sent to the External Processor. The ``ProcessingRequest`` may be modified.
       This is a per-route override of
       :ref:`processing_request_modifier <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.processing_request_modifier>`.
       
      .envoy.config.core.v3.TypedExtensionConfig processing_request_modifier = 9 [(.xds.annotations.v3.field_status) = { ... }
    • getProcessingRequestModifierBuilder

      public TypedExtensionConfig.Builder getProcessingRequestModifierBuilder()
       Decorator to introduce custom logic that runs after the ``ProcessingRequest`` is constructed, but
       before it is sent to the External Processor. The ``ProcessingRequest`` may be modified.
       This is a per-route override of
       :ref:`processing_request_modifier <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.processing_request_modifier>`.
       
      .envoy.config.core.v3.TypedExtensionConfig processing_request_modifier = 9 [(.xds.annotations.v3.field_status) = { ... }
    • getProcessingRequestModifierOrBuilder

      public TypedExtensionConfigOrBuilder getProcessingRequestModifierOrBuilder()
       Decorator to introduce custom logic that runs after the ``ProcessingRequest`` is constructed, but
       before it is sent to the External Processor. The ``ProcessingRequest`` may be modified.
       This is a per-route override of
       :ref:`processing_request_modifier <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.processing_request_modifier>`.
       
      .envoy.config.core.v3.TypedExtensionConfig processing_request_modifier = 9 [(.xds.annotations.v3.field_status) = { ... }
      Specified by:
      getProcessingRequestModifierOrBuilder in interface ExtProcOverridesOrBuilder
    • setUnknownFields

      public final ExtProcOverrides.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<ExtProcOverrides.Builder>
    • mergeUnknownFields

      public final ExtProcOverrides.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<ExtProcOverrides.Builder>