Class UdpProxyConfig.UdpTunnelingConfig.BufferOptions.Builder

    • Method Detail

      • 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<UdpProxyConfig.UdpTunnelingConfig.BufferOptions.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<UdpProxyConfig.UdpTunnelingConfig.BufferOptions.Builder>
      • getDefaultInstanceForType

        public UdpProxyConfig.UdpTunnelingConfig.BufferOptions getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • buildPartial

        public UdpProxyConfig.UdpTunnelingConfig.BufferOptions buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<UdpProxyConfig.UdpTunnelingConfig.BufferOptions.Builder>
      • hasMaxBufferedDatagrams

        public boolean hasMaxBufferedDatagrams()
         If set, the filter will only buffer datagrams up to the requested limit, and will drop
         new UDP datagrams if the buffer contains the max_buffered_datagrams value at the time
         of a new datagram arrival. If not set, the default value is 1024 datagrams.
         
        .google.protobuf.UInt32Value max_buffered_datagrams = 1;
        Specified by:
        hasMaxBufferedDatagrams in interface UdpProxyConfig.UdpTunnelingConfig.BufferOptionsOrBuilder
        Returns:
        Whether the maxBufferedDatagrams field is set.
      • getMaxBufferedDatagrams

        public com.google.protobuf.UInt32Value getMaxBufferedDatagrams()
         If set, the filter will only buffer datagrams up to the requested limit, and will drop
         new UDP datagrams if the buffer contains the max_buffered_datagrams value at the time
         of a new datagram arrival. If not set, the default value is 1024 datagrams.
         
        .google.protobuf.UInt32Value max_buffered_datagrams = 1;
        Specified by:
        getMaxBufferedDatagrams in interface UdpProxyConfig.UdpTunnelingConfig.BufferOptionsOrBuilder
        Returns:
        The maxBufferedDatagrams.
      • setMaxBufferedDatagrams

        public UdpProxyConfig.UdpTunnelingConfig.BufferOptions.Builder setMaxBufferedDatagrams​(com.google.protobuf.UInt32Value value)
         If set, the filter will only buffer datagrams up to the requested limit, and will drop
         new UDP datagrams if the buffer contains the max_buffered_datagrams value at the time
         of a new datagram arrival. If not set, the default value is 1024 datagrams.
         
        .google.protobuf.UInt32Value max_buffered_datagrams = 1;
      • setMaxBufferedDatagrams

        public UdpProxyConfig.UdpTunnelingConfig.BufferOptions.Builder setMaxBufferedDatagrams​(com.google.protobuf.UInt32Value.Builder builderForValue)
         If set, the filter will only buffer datagrams up to the requested limit, and will drop
         new UDP datagrams if the buffer contains the max_buffered_datagrams value at the time
         of a new datagram arrival. If not set, the default value is 1024 datagrams.
         
        .google.protobuf.UInt32Value max_buffered_datagrams = 1;
      • mergeMaxBufferedDatagrams

        public UdpProxyConfig.UdpTunnelingConfig.BufferOptions.Builder mergeMaxBufferedDatagrams​(com.google.protobuf.UInt32Value value)
         If set, the filter will only buffer datagrams up to the requested limit, and will drop
         new UDP datagrams if the buffer contains the max_buffered_datagrams value at the time
         of a new datagram arrival. If not set, the default value is 1024 datagrams.
         
        .google.protobuf.UInt32Value max_buffered_datagrams = 1;
      • clearMaxBufferedDatagrams

        public UdpProxyConfig.UdpTunnelingConfig.BufferOptions.Builder clearMaxBufferedDatagrams()
         If set, the filter will only buffer datagrams up to the requested limit, and will drop
         new UDP datagrams if the buffer contains the max_buffered_datagrams value at the time
         of a new datagram arrival. If not set, the default value is 1024 datagrams.
         
        .google.protobuf.UInt32Value max_buffered_datagrams = 1;
      • getMaxBufferedDatagramsBuilder

        public com.google.protobuf.UInt32Value.Builder getMaxBufferedDatagramsBuilder()
         If set, the filter will only buffer datagrams up to the requested limit, and will drop
         new UDP datagrams if the buffer contains the max_buffered_datagrams value at the time
         of a new datagram arrival. If not set, the default value is 1024 datagrams.
         
        .google.protobuf.UInt32Value max_buffered_datagrams = 1;
      • getMaxBufferedDatagramsOrBuilder

        public com.google.protobuf.UInt32ValueOrBuilder getMaxBufferedDatagramsOrBuilder()
         If set, the filter will only buffer datagrams up to the requested limit, and will drop
         new UDP datagrams if the buffer contains the max_buffered_datagrams value at the time
         of a new datagram arrival. If not set, the default value is 1024 datagrams.
         
        .google.protobuf.UInt32Value max_buffered_datagrams = 1;
        Specified by:
        getMaxBufferedDatagramsOrBuilder in interface UdpProxyConfig.UdpTunnelingConfig.BufferOptionsOrBuilder
      • hasMaxBufferedBytes

        public boolean hasMaxBufferedBytes()
         If set, the filter will only buffer datagrams up to the requested total buffered bytes limit,
         and will drop new UDP datagrams if the buffer contains the max_buffered_datagrams value
         at the time of a new datagram arrival. If not set, the default value is 16,384 (16KB).
         
        .google.protobuf.UInt64Value max_buffered_bytes = 2;
        Specified by:
        hasMaxBufferedBytes in interface UdpProxyConfig.UdpTunnelingConfig.BufferOptionsOrBuilder
        Returns:
        Whether the maxBufferedBytes field is set.
      • getMaxBufferedBytes

        public com.google.protobuf.UInt64Value getMaxBufferedBytes()
         If set, the filter will only buffer datagrams up to the requested total buffered bytes limit,
         and will drop new UDP datagrams if the buffer contains the max_buffered_datagrams value
         at the time of a new datagram arrival. If not set, the default value is 16,384 (16KB).
         
        .google.protobuf.UInt64Value max_buffered_bytes = 2;
        Specified by:
        getMaxBufferedBytes in interface UdpProxyConfig.UdpTunnelingConfig.BufferOptionsOrBuilder
        Returns:
        The maxBufferedBytes.
      • setMaxBufferedBytes

        public UdpProxyConfig.UdpTunnelingConfig.BufferOptions.Builder setMaxBufferedBytes​(com.google.protobuf.UInt64Value value)
         If set, the filter will only buffer datagrams up to the requested total buffered bytes limit,
         and will drop new UDP datagrams if the buffer contains the max_buffered_datagrams value
         at the time of a new datagram arrival. If not set, the default value is 16,384 (16KB).
         
        .google.protobuf.UInt64Value max_buffered_bytes = 2;
      • setMaxBufferedBytes

        public UdpProxyConfig.UdpTunnelingConfig.BufferOptions.Builder setMaxBufferedBytes​(com.google.protobuf.UInt64Value.Builder builderForValue)
         If set, the filter will only buffer datagrams up to the requested total buffered bytes limit,
         and will drop new UDP datagrams if the buffer contains the max_buffered_datagrams value
         at the time of a new datagram arrival. If not set, the default value is 16,384 (16KB).
         
        .google.protobuf.UInt64Value max_buffered_bytes = 2;
      • mergeMaxBufferedBytes

        public UdpProxyConfig.UdpTunnelingConfig.BufferOptions.Builder mergeMaxBufferedBytes​(com.google.protobuf.UInt64Value value)
         If set, the filter will only buffer datagrams up to the requested total buffered bytes limit,
         and will drop new UDP datagrams if the buffer contains the max_buffered_datagrams value
         at the time of a new datagram arrival. If not set, the default value is 16,384 (16KB).
         
        .google.protobuf.UInt64Value max_buffered_bytes = 2;
      • clearMaxBufferedBytes

        public UdpProxyConfig.UdpTunnelingConfig.BufferOptions.Builder clearMaxBufferedBytes()
         If set, the filter will only buffer datagrams up to the requested total buffered bytes limit,
         and will drop new UDP datagrams if the buffer contains the max_buffered_datagrams value
         at the time of a new datagram arrival. If not set, the default value is 16,384 (16KB).
         
        .google.protobuf.UInt64Value max_buffered_bytes = 2;
      • getMaxBufferedBytesBuilder

        public com.google.protobuf.UInt64Value.Builder getMaxBufferedBytesBuilder()
         If set, the filter will only buffer datagrams up to the requested total buffered bytes limit,
         and will drop new UDP datagrams if the buffer contains the max_buffered_datagrams value
         at the time of a new datagram arrival. If not set, the default value is 16,384 (16KB).
         
        .google.protobuf.UInt64Value max_buffered_bytes = 2;
      • getMaxBufferedBytesOrBuilder

        public com.google.protobuf.UInt64ValueOrBuilder getMaxBufferedBytesOrBuilder()
         If set, the filter will only buffer datagrams up to the requested total buffered bytes limit,
         and will drop new UDP datagrams if the buffer contains the max_buffered_datagrams value
         at the time of a new datagram arrival. If not set, the default value is 16,384 (16KB).
         
        .google.protobuf.UInt64Value max_buffered_bytes = 2;
        Specified by:
        getMaxBufferedBytesOrBuilder in interface UdpProxyConfig.UdpTunnelingConfig.BufferOptionsOrBuilder