Class ExtProcHttpService.Builder

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

public static final class ExtProcHttpService.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExtProcHttpService.Builder> implements ExtProcHttpServiceOrBuilder
 ExtProcHttpService is used for HTTP communication between the filter and the external processing service.
 
Protobuf type envoy.extensions.filters.http.ext_proc.v3.ExtProcHttpService
  • 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<ExtProcHttpService.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<ExtProcHttpService.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<ExtProcHttpService.Builder>
    • getDefaultInstanceForType

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

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

      public ExtProcHttpService buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.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<ExtProcHttpService.Builder>
    • setField

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

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

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

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

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

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

    • isInitialized

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

      public ExtProcHttpService.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<ExtProcHttpService.Builder>
      Throws:
      IOException
    • hasHttpService

      public boolean hasHttpService()
       Sets the HTTP service which the external processing requests must be sent to.
       
      .envoy.config.core.v3.HttpService http_service = 1;
      Specified by:
      hasHttpService in interface ExtProcHttpServiceOrBuilder
      Returns:
      Whether the httpService field is set.
    • getHttpService

      public HttpService getHttpService()
       Sets the HTTP service which the external processing requests must be sent to.
       
      .envoy.config.core.v3.HttpService http_service = 1;
      Specified by:
      getHttpService in interface ExtProcHttpServiceOrBuilder
      Returns:
      The httpService.
    • setHttpService

      public ExtProcHttpService.Builder setHttpService(HttpService value)
       Sets the HTTP service which the external processing requests must be sent to.
       
      .envoy.config.core.v3.HttpService http_service = 1;
    • setHttpService

      public ExtProcHttpService.Builder setHttpService(HttpService.Builder builderForValue)
       Sets the HTTP service which the external processing requests must be sent to.
       
      .envoy.config.core.v3.HttpService http_service = 1;
    • mergeHttpService

      public ExtProcHttpService.Builder mergeHttpService(HttpService value)
       Sets the HTTP service which the external processing requests must be sent to.
       
      .envoy.config.core.v3.HttpService http_service = 1;
    • clearHttpService

      public ExtProcHttpService.Builder clearHttpService()
       Sets the HTTP service which the external processing requests must be sent to.
       
      .envoy.config.core.v3.HttpService http_service = 1;
    • getHttpServiceBuilder

      public HttpService.Builder getHttpServiceBuilder()
       Sets the HTTP service which the external processing requests must be sent to.
       
      .envoy.config.core.v3.HttpService http_service = 1;
    • getHttpServiceOrBuilder

      public HttpServiceOrBuilder getHttpServiceOrBuilder()
       Sets the HTTP service which the external processing requests must be sent to.
       
      .envoy.config.core.v3.HttpService http_service = 1;
      Specified by:
      getHttpServiceOrBuilder in interface ExtProcHttpServiceOrBuilder
    • setUnknownFields

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

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