Class TCPAccessLogEntry.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<TCPAccessLogEntry.Builder>
com.google.protobuf.GeneratedMessage.Builder<TCPAccessLogEntry.Builder>
io.envoyproxy.envoy.data.accesslog.v3.TCPAccessLogEntry.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, TCPAccessLogEntryOrBuilder, Cloneable
Enclosing class:
TCPAccessLogEntry

public static final class TCPAccessLogEntry.Builder extends com.google.protobuf.GeneratedMessage.Builder<TCPAccessLogEntry.Builder> implements TCPAccessLogEntryOrBuilder
Protobuf type envoy.data.accesslog.v3.TCPAccessLogEntry
  • Field Details

  • Constructor Details

    • Builder

      private Builder()
    • Builder

      private Builder(com.google.protobuf.AbstractMessage.BuilderParent parent)
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<TCPAccessLogEntry.Builder>
    • maybeForceBuilderInitialization

      private void maybeForceBuilderInitialization()
    • clear

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

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

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

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

      private void buildPartial0(TCPAccessLogEntry result)
    • mergeFrom

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

      public TCPAccessLogEntry.Builder mergeFrom(TCPAccessLogEntry other)
    • isInitialized

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

      public TCPAccessLogEntry.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<TCPAccessLogEntry.Builder>
      Throws:
      IOException
    • hasCommonProperties

      public boolean hasCommonProperties()
       Common properties shared by all Envoy access logs.
       
      .envoy.data.accesslog.v3.AccessLogCommon common_properties = 1;
      Specified by:
      hasCommonProperties in interface TCPAccessLogEntryOrBuilder
      Returns:
      Whether the commonProperties field is set.
    • getCommonProperties

      public AccessLogCommon getCommonProperties()
       Common properties shared by all Envoy access logs.
       
      .envoy.data.accesslog.v3.AccessLogCommon common_properties = 1;
      Specified by:
      getCommonProperties in interface TCPAccessLogEntryOrBuilder
      Returns:
      The commonProperties.
    • setCommonProperties

      public TCPAccessLogEntry.Builder setCommonProperties(AccessLogCommon value)
       Common properties shared by all Envoy access logs.
       
      .envoy.data.accesslog.v3.AccessLogCommon common_properties = 1;
    • setCommonProperties

      public TCPAccessLogEntry.Builder setCommonProperties(AccessLogCommon.Builder builderForValue)
       Common properties shared by all Envoy access logs.
       
      .envoy.data.accesslog.v3.AccessLogCommon common_properties = 1;
    • mergeCommonProperties

      public TCPAccessLogEntry.Builder mergeCommonProperties(AccessLogCommon value)
       Common properties shared by all Envoy access logs.
       
      .envoy.data.accesslog.v3.AccessLogCommon common_properties = 1;
    • clearCommonProperties

      public TCPAccessLogEntry.Builder clearCommonProperties()
       Common properties shared by all Envoy access logs.
       
      .envoy.data.accesslog.v3.AccessLogCommon common_properties = 1;
    • getCommonPropertiesBuilder

      public AccessLogCommon.Builder getCommonPropertiesBuilder()
       Common properties shared by all Envoy access logs.
       
      .envoy.data.accesslog.v3.AccessLogCommon common_properties = 1;
    • getCommonPropertiesOrBuilder

      public AccessLogCommonOrBuilder getCommonPropertiesOrBuilder()
       Common properties shared by all Envoy access logs.
       
      .envoy.data.accesslog.v3.AccessLogCommon common_properties = 1;
      Specified by:
      getCommonPropertiesOrBuilder in interface TCPAccessLogEntryOrBuilder
    • getCommonPropertiesFieldBuilder

      private com.google.protobuf.SingleFieldBuilder<AccessLogCommon,AccessLogCommon.Builder,AccessLogCommonOrBuilder> getCommonPropertiesFieldBuilder()
       Common properties shared by all Envoy access logs.
       
      .envoy.data.accesslog.v3.AccessLogCommon common_properties = 1;
    • hasConnectionProperties

      public boolean hasConnectionProperties()
       Properties of the TCP connection.
       
      .envoy.data.accesslog.v3.ConnectionProperties connection_properties = 2;
      Specified by:
      hasConnectionProperties in interface TCPAccessLogEntryOrBuilder
      Returns:
      Whether the connectionProperties field is set.
    • getConnectionProperties

      public ConnectionProperties getConnectionProperties()
       Properties of the TCP connection.
       
      .envoy.data.accesslog.v3.ConnectionProperties connection_properties = 2;
      Specified by:
      getConnectionProperties in interface TCPAccessLogEntryOrBuilder
      Returns:
      The connectionProperties.
    • setConnectionProperties

      public TCPAccessLogEntry.Builder setConnectionProperties(ConnectionProperties value)
       Properties of the TCP connection.
       
      .envoy.data.accesslog.v3.ConnectionProperties connection_properties = 2;
    • setConnectionProperties

      public TCPAccessLogEntry.Builder setConnectionProperties(ConnectionProperties.Builder builderForValue)
       Properties of the TCP connection.
       
      .envoy.data.accesslog.v3.ConnectionProperties connection_properties = 2;
    • mergeConnectionProperties

      public TCPAccessLogEntry.Builder mergeConnectionProperties(ConnectionProperties value)
       Properties of the TCP connection.
       
      .envoy.data.accesslog.v3.ConnectionProperties connection_properties = 2;
    • clearConnectionProperties

      public TCPAccessLogEntry.Builder clearConnectionProperties()
       Properties of the TCP connection.
       
      .envoy.data.accesslog.v3.ConnectionProperties connection_properties = 2;
    • getConnectionPropertiesBuilder

      public ConnectionProperties.Builder getConnectionPropertiesBuilder()
       Properties of the TCP connection.
       
      .envoy.data.accesslog.v3.ConnectionProperties connection_properties = 2;
    • getConnectionPropertiesOrBuilder

      public ConnectionPropertiesOrBuilder getConnectionPropertiesOrBuilder()
       Properties of the TCP connection.
       
      .envoy.data.accesslog.v3.ConnectionProperties connection_properties = 2;
      Specified by:
      getConnectionPropertiesOrBuilder in interface TCPAccessLogEntryOrBuilder
    • getConnectionPropertiesFieldBuilder

      private com.google.protobuf.SingleFieldBuilder<ConnectionProperties,ConnectionProperties.Builder,ConnectionPropertiesOrBuilder> getConnectionPropertiesFieldBuilder()
       Properties of the TCP connection.
       
      .envoy.data.accesslog.v3.ConnectionProperties connection_properties = 2;