Class ZooKeeperProxy.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ZooKeeperProxy.Builder>
-
- io.envoyproxy.envoy.config.filter.network.zookeeper_proxy.v1alpha1.ZooKeeperProxy.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,ZooKeeperProxyOrBuilder,Cloneable
- Enclosing class:
- ZooKeeperProxy
public static final class ZooKeeperProxy.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ZooKeeperProxy.Builder> implements ZooKeeperProxyOrBuilder
Protobuf typeenvoy.config.filter.network.zookeeper_proxy.v1alpha1.ZooKeeperProxy
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ZooKeeperProxy.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ZooKeeperProxybuild()ZooKeeperProxybuildPartial()ZooKeeperProxy.Builderclear()ZooKeeperProxy.BuilderclearAccessLog()[#not-implemented-hide:] The optional path to use for writing ZooKeeper access logs.ZooKeeperProxy.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ZooKeeperProxy.BuilderclearMaxPacketBytes()Messages — requests, responses and events — that are bigger than this value will be ignored.ZooKeeperProxy.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ZooKeeperProxy.BuilderclearStatPrefix()The human readable prefix to use when emitting :ref:`statistics <config_network_filters_zookeeper_proxy_stats>`.ZooKeeperProxy.Builderclone()StringgetAccessLog()[#not-implemented-hide:] The optional path to use for writing ZooKeeper access logs.com.google.protobuf.ByteStringgetAccessLogBytes()[#not-implemented-hide:] The optional path to use for writing ZooKeeper access logs.ZooKeeperProxygetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()com.google.protobuf.UInt32ValuegetMaxPacketBytes()Messages — requests, responses and events — that are bigger than this value will be ignored.com.google.protobuf.UInt32Value.BuildergetMaxPacketBytesBuilder()Messages — requests, responses and events — that are bigger than this value will be ignored.com.google.protobuf.UInt32ValueOrBuildergetMaxPacketBytesOrBuilder()Messages — requests, responses and events — that are bigger than this value will be ignored.StringgetStatPrefix()The human readable prefix to use when emitting :ref:`statistics <config_network_filters_zookeeper_proxy_stats>`.com.google.protobuf.ByteStringgetStatPrefixBytes()The human readable prefix to use when emitting :ref:`statistics <config_network_filters_zookeeper_proxy_stats>`.booleanhasMaxPacketBytes()Messages — requests, responses and events — that are bigger than this value will be ignored.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ZooKeeperProxy.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ZooKeeperProxy.BuildermergeFrom(com.google.protobuf.Message other)ZooKeeperProxy.BuildermergeFrom(ZooKeeperProxy other)ZooKeeperProxy.BuildermergeMaxPacketBytes(com.google.protobuf.UInt32Value value)Messages — requests, responses and events — that are bigger than this value will be ignored.ZooKeeperProxy.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ZooKeeperProxy.BuildersetAccessLog(String value)[#not-implemented-hide:] The optional path to use for writing ZooKeeper access logs.ZooKeeperProxy.BuildersetAccessLogBytes(com.google.protobuf.ByteString value)[#not-implemented-hide:] The optional path to use for writing ZooKeeper access logs.ZooKeeperProxy.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ZooKeeperProxy.BuildersetMaxPacketBytes(com.google.protobuf.UInt32Value value)Messages — requests, responses and events — that are bigger than this value will be ignored.ZooKeeperProxy.BuildersetMaxPacketBytes(com.google.protobuf.UInt32Value.Builder builderForValue)Messages — requests, responses and events — that are bigger than this value will be ignored.ZooKeeperProxy.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ZooKeeperProxy.BuildersetStatPrefix(String value)The human readable prefix to use when emitting :ref:`statistics <config_network_filters_zookeeper_proxy_stats>`.ZooKeeperProxy.BuildersetStatPrefixBytes(com.google.protobuf.ByteString value)The human readable prefix to use when emitting :ref:`statistics <config_network_filters_zookeeper_proxy_stats>`.ZooKeeperProxy.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ZooKeeperProxy.Builder>
-
clear
public ZooKeeperProxy.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ZooKeeperProxy.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ZooKeeperProxy.Builder>
-
getDefaultInstanceForType
public ZooKeeperProxy getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ZooKeeperProxy build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ZooKeeperProxy buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ZooKeeperProxy.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ZooKeeperProxy.Builder>
-
setField
public ZooKeeperProxy.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ZooKeeperProxy.Builder>
-
clearField
public ZooKeeperProxy.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ZooKeeperProxy.Builder>
-
clearOneof
public ZooKeeperProxy.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ZooKeeperProxy.Builder>
-
setRepeatedField
public ZooKeeperProxy.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ZooKeeperProxy.Builder>
-
addRepeatedField
public ZooKeeperProxy.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ZooKeeperProxy.Builder>
-
mergeFrom
public ZooKeeperProxy.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ZooKeeperProxy.Builder>
-
mergeFrom
public ZooKeeperProxy.Builder mergeFrom(ZooKeeperProxy other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ZooKeeperProxy.Builder>
-
mergeFrom
public ZooKeeperProxy.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ZooKeeperProxy.Builder>- Throws:
IOException
-
getStatPrefix
public String getStatPrefix()
The human readable prefix to use when emitting :ref:`statistics <config_network_filters_zookeeper_proxy_stats>`.
string stat_prefix = 1 [(.validate.rules) = { ... }- Specified by:
getStatPrefixin interfaceZooKeeperProxyOrBuilder- Returns:
- The statPrefix.
-
getStatPrefixBytes
public com.google.protobuf.ByteString getStatPrefixBytes()
The human readable prefix to use when emitting :ref:`statistics <config_network_filters_zookeeper_proxy_stats>`.
string stat_prefix = 1 [(.validate.rules) = { ... }- Specified by:
getStatPrefixBytesin interfaceZooKeeperProxyOrBuilder- Returns:
- The bytes for statPrefix.
-
setStatPrefix
public ZooKeeperProxy.Builder setStatPrefix(String value)
The human readable prefix to use when emitting :ref:`statistics <config_network_filters_zookeeper_proxy_stats>`.
string stat_prefix = 1 [(.validate.rules) = { ... }- Parameters:
value- The statPrefix to set.- Returns:
- This builder for chaining.
-
clearStatPrefix
public ZooKeeperProxy.Builder clearStatPrefix()
The human readable prefix to use when emitting :ref:`statistics <config_network_filters_zookeeper_proxy_stats>`.
string stat_prefix = 1 [(.validate.rules) = { ... }- Returns:
- This builder for chaining.
-
setStatPrefixBytes
public ZooKeeperProxy.Builder setStatPrefixBytes(com.google.protobuf.ByteString value)
The human readable prefix to use when emitting :ref:`statistics <config_network_filters_zookeeper_proxy_stats>`.
string stat_prefix = 1 [(.validate.rules) = { ... }- Parameters:
value- The bytes for statPrefix to set.- Returns:
- This builder for chaining.
-
getAccessLog
public String getAccessLog()
[#not-implemented-hide:] The optional path to use for writing ZooKeeper access logs. If the access log field is empty, access logs will not be written.
string access_log = 2;- Specified by:
getAccessLogin interfaceZooKeeperProxyOrBuilder- Returns:
- The accessLog.
-
getAccessLogBytes
public com.google.protobuf.ByteString getAccessLogBytes()
[#not-implemented-hide:] The optional path to use for writing ZooKeeper access logs. If the access log field is empty, access logs will not be written.
string access_log = 2;- Specified by:
getAccessLogBytesin interfaceZooKeeperProxyOrBuilder- Returns:
- The bytes for accessLog.
-
setAccessLog
public ZooKeeperProxy.Builder setAccessLog(String value)
[#not-implemented-hide:] The optional path to use for writing ZooKeeper access logs. If the access log field is empty, access logs will not be written.
string access_log = 2;- Parameters:
value- The accessLog to set.- Returns:
- This builder for chaining.
-
clearAccessLog
public ZooKeeperProxy.Builder clearAccessLog()
[#not-implemented-hide:] The optional path to use for writing ZooKeeper access logs. If the access log field is empty, access logs will not be written.
string access_log = 2;- Returns:
- This builder for chaining.
-
setAccessLogBytes
public ZooKeeperProxy.Builder setAccessLogBytes(com.google.protobuf.ByteString value)
[#not-implemented-hide:] The optional path to use for writing ZooKeeper access logs. If the access log field is empty, access logs will not be written.
string access_log = 2;- Parameters:
value- The bytes for accessLog to set.- Returns:
- This builder for chaining.
-
hasMaxPacketBytes
public boolean hasMaxPacketBytes()
Messages — requests, responses and events — that are bigger than this value will be ignored. If it is not set, the default value is 1Mb. The value here should match the jute.maxbuffer property in your cluster configuration: https://zookeeper.apache.org/doc/r3.4.10/zookeeperAdmin.html#Unsafe+Options if that is set. If it isn't, ZooKeeper's default is also 1Mb.
.google.protobuf.UInt32Value max_packet_bytes = 3;- Specified by:
hasMaxPacketBytesin interfaceZooKeeperProxyOrBuilder- Returns:
- Whether the maxPacketBytes field is set.
-
getMaxPacketBytes
public com.google.protobuf.UInt32Value getMaxPacketBytes()
Messages — requests, responses and events — that are bigger than this value will be ignored. If it is not set, the default value is 1Mb. The value here should match the jute.maxbuffer property in your cluster configuration: https://zookeeper.apache.org/doc/r3.4.10/zookeeperAdmin.html#Unsafe+Options if that is set. If it isn't, ZooKeeper's default is also 1Mb.
.google.protobuf.UInt32Value max_packet_bytes = 3;- Specified by:
getMaxPacketBytesin interfaceZooKeeperProxyOrBuilder- Returns:
- The maxPacketBytes.
-
setMaxPacketBytes
public ZooKeeperProxy.Builder setMaxPacketBytes(com.google.protobuf.UInt32Value value)
Messages — requests, responses and events — that are bigger than this value will be ignored. If it is not set, the default value is 1Mb. The value here should match the jute.maxbuffer property in your cluster configuration: https://zookeeper.apache.org/doc/r3.4.10/zookeeperAdmin.html#Unsafe+Options if that is set. If it isn't, ZooKeeper's default is also 1Mb.
.google.protobuf.UInt32Value max_packet_bytes = 3;
-
setMaxPacketBytes
public ZooKeeperProxy.Builder setMaxPacketBytes(com.google.protobuf.UInt32Value.Builder builderForValue)
Messages — requests, responses and events — that are bigger than this value will be ignored. If it is not set, the default value is 1Mb. The value here should match the jute.maxbuffer property in your cluster configuration: https://zookeeper.apache.org/doc/r3.4.10/zookeeperAdmin.html#Unsafe+Options if that is set. If it isn't, ZooKeeper's default is also 1Mb.
.google.protobuf.UInt32Value max_packet_bytes = 3;
-
mergeMaxPacketBytes
public ZooKeeperProxy.Builder mergeMaxPacketBytes(com.google.protobuf.UInt32Value value)
Messages — requests, responses and events — that are bigger than this value will be ignored. If it is not set, the default value is 1Mb. The value here should match the jute.maxbuffer property in your cluster configuration: https://zookeeper.apache.org/doc/r3.4.10/zookeeperAdmin.html#Unsafe+Options if that is set. If it isn't, ZooKeeper's default is also 1Mb.
.google.protobuf.UInt32Value max_packet_bytes = 3;
-
clearMaxPacketBytes
public ZooKeeperProxy.Builder clearMaxPacketBytes()
Messages — requests, responses and events — that are bigger than this value will be ignored. If it is not set, the default value is 1Mb. The value here should match the jute.maxbuffer property in your cluster configuration: https://zookeeper.apache.org/doc/r3.4.10/zookeeperAdmin.html#Unsafe+Options if that is set. If it isn't, ZooKeeper's default is also 1Mb.
.google.protobuf.UInt32Value max_packet_bytes = 3;
-
getMaxPacketBytesBuilder
public com.google.protobuf.UInt32Value.Builder getMaxPacketBytesBuilder()
Messages — requests, responses and events — that are bigger than this value will be ignored. If it is not set, the default value is 1Mb. The value here should match the jute.maxbuffer property in your cluster configuration: https://zookeeper.apache.org/doc/r3.4.10/zookeeperAdmin.html#Unsafe+Options if that is set. If it isn't, ZooKeeper's default is also 1Mb.
.google.protobuf.UInt32Value max_packet_bytes = 3;
-
getMaxPacketBytesOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getMaxPacketBytesOrBuilder()
Messages — requests, responses and events — that are bigger than this value will be ignored. If it is not set, the default value is 1Mb. The value here should match the jute.maxbuffer property in your cluster configuration: https://zookeeper.apache.org/doc/r3.4.10/zookeeperAdmin.html#Unsafe+Options if that is set. If it isn't, ZooKeeper's default is also 1Mb.
.google.protobuf.UInt32Value max_packet_bytes = 3;- Specified by:
getMaxPacketBytesOrBuilderin interfaceZooKeeperProxyOrBuilder
-
setUnknownFields
public final ZooKeeperProxy.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ZooKeeperProxy.Builder>
-
mergeUnknownFields
public final ZooKeeperProxy.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ZooKeeperProxy.Builder>
-
-