Class TCPAccessLogEntry.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, TCPAccessLogEntryOrBuilder, java.lang.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
    • Constructor Detail

      • Builder

        private Builder()
      • Builder

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

      • 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
      • 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>
      • 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 java.io.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:
        java.io.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.
      • setCommonProperties

        public TCPAccessLogEntry.Builder setCommonProperties​(AccessLogCommon value)
         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;
      • 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.
      • 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;