Class Generated.ServerAddressByClientCIDR.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Generated.ServerAddressByClientCIDR.Builder>
-
- k8s.io.apimachinery.pkg.apis.meta.v1.Generated.ServerAddressByClientCIDR.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,Generated.ServerAddressByClientCIDROrBuilder
- Enclosing class:
- Generated.ServerAddressByClientCIDR
public static final class Generated.ServerAddressByClientCIDR.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Generated.ServerAddressByClientCIDR.Builder> implements Generated.ServerAddressByClientCIDROrBuilder
ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.
Protobuf typek8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Generated.ServerAddressByClientCIDR.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Generated.ServerAddressByClientCIDRbuild()Generated.ServerAddressByClientCIDRbuildPartial()Generated.ServerAddressByClientCIDR.Builderclear()Generated.ServerAddressByClientCIDR.BuilderclearClientCIDR()The CIDR with which clients can match their IP to figure out the server address that they should use.Generated.ServerAddressByClientCIDR.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Generated.ServerAddressByClientCIDR.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Generated.ServerAddressByClientCIDR.BuilderclearServerAddress()Address of this server, suitable for a client that matches the above CIDR.Generated.ServerAddressByClientCIDR.Builderclone()StringgetClientCIDR()The CIDR with which clients can match their IP to figure out the server address that they should use.com.google.protobuf.ByteStringgetClientCIDRBytes()The CIDR with which clients can match their IP to figure out the server address that they should use.Generated.ServerAddressByClientCIDRgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetServerAddress()Address of this server, suitable for a client that matches the above CIDR.com.google.protobuf.ByteStringgetServerAddressBytes()Address of this server, suitable for a client that matches the above CIDR.booleanhasClientCIDR()The CIDR with which clients can match their IP to figure out the server address that they should use.booleanhasServerAddress()Address of this server, suitable for a client that matches the above CIDR.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Generated.ServerAddressByClientCIDR.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Generated.ServerAddressByClientCIDR.BuildermergeFrom(com.google.protobuf.Message other)Generated.ServerAddressByClientCIDR.BuildermergeFrom(Generated.ServerAddressByClientCIDR other)Generated.ServerAddressByClientCIDR.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Generated.ServerAddressByClientCIDR.BuildersetClientCIDR(String value)The CIDR with which clients can match their IP to figure out the server address that they should use.Generated.ServerAddressByClientCIDR.BuildersetClientCIDRBytes(com.google.protobuf.ByteString value)The CIDR with which clients can match their IP to figure out the server address that they should use.Generated.ServerAddressByClientCIDR.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Generated.ServerAddressByClientCIDR.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Generated.ServerAddressByClientCIDR.BuildersetServerAddress(String value)Address of this server, suitable for a client that matches the above CIDR.Generated.ServerAddressByClientCIDR.BuildersetServerAddressBytes(com.google.protobuf.ByteString value)Address of this server, suitable for a client that matches the above CIDR.Generated.ServerAddressByClientCIDR.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, 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<Generated.ServerAddressByClientCIDR.Builder>
-
clear
public Generated.ServerAddressByClientCIDR.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<Generated.ServerAddressByClientCIDR.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<Generated.ServerAddressByClientCIDR.Builder>
-
getDefaultInstanceForType
public Generated.ServerAddressByClientCIDR getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Generated.ServerAddressByClientCIDR build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Generated.ServerAddressByClientCIDR buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Generated.ServerAddressByClientCIDR.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<Generated.ServerAddressByClientCIDR.Builder>
-
setField
public Generated.ServerAddressByClientCIDR.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<Generated.ServerAddressByClientCIDR.Builder>
-
clearField
public Generated.ServerAddressByClientCIDR.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Generated.ServerAddressByClientCIDR.Builder>
-
clearOneof
public Generated.ServerAddressByClientCIDR.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Generated.ServerAddressByClientCIDR.Builder>
-
setRepeatedField
public Generated.ServerAddressByClientCIDR.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<Generated.ServerAddressByClientCIDR.Builder>
-
addRepeatedField
public Generated.ServerAddressByClientCIDR.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<Generated.ServerAddressByClientCIDR.Builder>
-
mergeFrom
public Generated.ServerAddressByClientCIDR.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Generated.ServerAddressByClientCIDR.Builder>
-
mergeFrom
public Generated.ServerAddressByClientCIDR.Builder mergeFrom(Generated.ServerAddressByClientCIDR other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Generated.ServerAddressByClientCIDR.Builder>
-
mergeFrom
public Generated.ServerAddressByClientCIDR.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<Generated.ServerAddressByClientCIDR.Builder>- Throws:
IOException
-
hasClientCIDR
public boolean hasClientCIDR()
The CIDR with which clients can match their IP to figure out the server address that they should use.
optional string clientCIDR = 1;- Specified by:
hasClientCIDRin interfaceGenerated.ServerAddressByClientCIDROrBuilder- Returns:
- Whether the clientCIDR field is set.
-
getClientCIDR
public String getClientCIDR()
The CIDR with which clients can match their IP to figure out the server address that they should use.
optional string clientCIDR = 1;- Specified by:
getClientCIDRin interfaceGenerated.ServerAddressByClientCIDROrBuilder- Returns:
- The clientCIDR.
-
getClientCIDRBytes
public com.google.protobuf.ByteString getClientCIDRBytes()
The CIDR with which clients can match their IP to figure out the server address that they should use.
optional string clientCIDR = 1;- Specified by:
getClientCIDRBytesin interfaceGenerated.ServerAddressByClientCIDROrBuilder- Returns:
- The bytes for clientCIDR.
-
setClientCIDR
public Generated.ServerAddressByClientCIDR.Builder setClientCIDR(String value)
The CIDR with which clients can match their IP to figure out the server address that they should use.
optional string clientCIDR = 1;- Parameters:
value- The clientCIDR to set.- Returns:
- This builder for chaining.
-
clearClientCIDR
public Generated.ServerAddressByClientCIDR.Builder clearClientCIDR()
The CIDR with which clients can match their IP to figure out the server address that they should use.
optional string clientCIDR = 1;- Returns:
- This builder for chaining.
-
setClientCIDRBytes
public Generated.ServerAddressByClientCIDR.Builder setClientCIDRBytes(com.google.protobuf.ByteString value)
The CIDR with which clients can match their IP to figure out the server address that they should use.
optional string clientCIDR = 1;- Parameters:
value- The bytes for clientCIDR to set.- Returns:
- This builder for chaining.
-
hasServerAddress
public boolean hasServerAddress()
Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.
optional string serverAddress = 2;- Specified by:
hasServerAddressin interfaceGenerated.ServerAddressByClientCIDROrBuilder- Returns:
- Whether the serverAddress field is set.
-
getServerAddress
public String getServerAddress()
Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.
optional string serverAddress = 2;- Specified by:
getServerAddressin interfaceGenerated.ServerAddressByClientCIDROrBuilder- Returns:
- The serverAddress.
-
getServerAddressBytes
public com.google.protobuf.ByteString getServerAddressBytes()
Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.
optional string serverAddress = 2;- Specified by:
getServerAddressBytesin interfaceGenerated.ServerAddressByClientCIDROrBuilder- Returns:
- The bytes for serverAddress.
-
setServerAddress
public Generated.ServerAddressByClientCIDR.Builder setServerAddress(String value)
Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.
optional string serverAddress = 2;- Parameters:
value- The serverAddress to set.- Returns:
- This builder for chaining.
-
clearServerAddress
public Generated.ServerAddressByClientCIDR.Builder clearServerAddress()
Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.
optional string serverAddress = 2;- Returns:
- This builder for chaining.
-
setServerAddressBytes
public Generated.ServerAddressByClientCIDR.Builder setServerAddressBytes(com.google.protobuf.ByteString value)
Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.
optional string serverAddress = 2;- Parameters:
value- The bytes for serverAddress to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final Generated.ServerAddressByClientCIDR.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Generated.ServerAddressByClientCIDR.Builder>
-
mergeUnknownFields
public final Generated.ServerAddressByClientCIDR.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Generated.ServerAddressByClientCIDR.Builder>
-
-