Package com.google.cloud.compute.v1
Class Allowed.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Allowed.Builder>
-
- com.google.cloud.compute.v1.Allowed.Builder
-
- All Implemented Interfaces:
AllowedOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- Allowed
public static final class Allowed.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Allowed.Builder> implements AllowedOrBuilder
Protobuf typegoogle.cloud.compute.v1.Allowed
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Allowed.BuilderaddAllPorts(Iterable<String> values)An optional list of ports to which this rule applies.Allowed.BuilderaddPorts(String value)An optional list of ports to which this rule applies.Allowed.BuilderaddPortsBytes(com.google.protobuf.ByteString value)An optional list of ports to which this rule applies.Allowed.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Allowedbuild()AllowedbuildPartial()Allowed.Builderclear()Allowed.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Allowed.BuilderclearIPProtocol()The IP protocol to which this rule applies.Allowed.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Allowed.BuilderclearPorts()An optional list of ports to which this rule applies.Allowed.Builderclone()AllowedgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetIPProtocol()The IP protocol to which this rule applies.com.google.protobuf.ByteStringgetIPProtocolBytes()The IP protocol to which this rule applies.StringgetPorts(int index)An optional list of ports to which this rule applies.com.google.protobuf.ByteStringgetPortsBytes(int index)An optional list of ports to which this rule applies.intgetPortsCount()An optional list of ports to which this rule applies.com.google.protobuf.ProtocolStringListgetPortsList()An optional list of ports to which this rule applies.booleanhasIPProtocol()The IP protocol to which this rule applies.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Allowed.BuildermergeFrom(Allowed other)Allowed.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Allowed.BuildermergeFrom(com.google.protobuf.Message other)Allowed.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Allowed.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Allowed.BuildersetIPProtocol(String value)The IP protocol to which this rule applies.Allowed.BuildersetIPProtocolBytes(com.google.protobuf.ByteString value)The IP protocol to which this rule applies.Allowed.BuildersetPorts(int index, String value)An optional list of ports to which this rule applies.Allowed.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Allowed.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, internalGetMutableMapField, 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<Allowed.Builder>
-
clear
public Allowed.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<Allowed.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<Allowed.Builder>
-
getDefaultInstanceForType
public Allowed getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Allowed build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Allowed buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Allowed.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<Allowed.Builder>
-
setField
public Allowed.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<Allowed.Builder>
-
clearField
public Allowed.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Allowed.Builder>
-
clearOneof
public Allowed.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Allowed.Builder>
-
setRepeatedField
public Allowed.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<Allowed.Builder>
-
addRepeatedField
public Allowed.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<Allowed.Builder>
-
mergeFrom
public Allowed.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Allowed.Builder>
-
mergeFrom
public Allowed.Builder mergeFrom(Allowed other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Allowed.Builder>
-
mergeFrom
public Allowed.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<Allowed.Builder>- Throws:
IOException
-
hasIPProtocol
public boolean hasIPProtocol()
The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp) or the IP protocol number.
optional string I_p_protocol = 488094525;- Specified by:
hasIPProtocolin interfaceAllowedOrBuilder- Returns:
- Whether the iPProtocol field is set.
-
getIPProtocol
public String getIPProtocol()
The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp) or the IP protocol number.
optional string I_p_protocol = 488094525;- Specified by:
getIPProtocolin interfaceAllowedOrBuilder- Returns:
- The iPProtocol.
-
getIPProtocolBytes
public com.google.protobuf.ByteString getIPProtocolBytes()
The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp) or the IP protocol number.
optional string I_p_protocol = 488094525;- Specified by:
getIPProtocolBytesin interfaceAllowedOrBuilder- Returns:
- The bytes for iPProtocol.
-
setIPProtocol
public Allowed.Builder setIPProtocol(String value)
The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp) or the IP protocol number.
optional string I_p_protocol = 488094525;- Parameters:
value- The iPProtocol to set.- Returns:
- This builder for chaining.
-
clearIPProtocol
public Allowed.Builder clearIPProtocol()
The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp) or the IP protocol number.
optional string I_p_protocol = 488094525;- Returns:
- This builder for chaining.
-
setIPProtocolBytes
public Allowed.Builder setIPProtocolBytes(com.google.protobuf.ByteString value)
The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp) or the IP protocol number.
optional string I_p_protocol = 488094525;- Parameters:
value- The bytes for iPProtocol to set.- Returns:
- This builder for chaining.
-
getPortsList
public com.google.protobuf.ProtocolStringList getPortsList()
An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
repeated string ports = 106854418;- Specified by:
getPortsListin interfaceAllowedOrBuilder- Returns:
- A list containing the ports.
-
getPortsCount
public int getPortsCount()
An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
repeated string ports = 106854418;- Specified by:
getPortsCountin interfaceAllowedOrBuilder- Returns:
- The count of ports.
-
getPorts
public String getPorts(int index)
An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
repeated string ports = 106854418;- Specified by:
getPortsin interfaceAllowedOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The ports at the given index.
-
getPortsBytes
public com.google.protobuf.ByteString getPortsBytes(int index)
An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
repeated string ports = 106854418;- Specified by:
getPortsBytesin interfaceAllowedOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the ports at the given index.
-
setPorts
public Allowed.Builder setPorts(int index, String value)
An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
repeated string ports = 106854418;- Parameters:
index- The index to set the value at.value- The ports to set.- Returns:
- This builder for chaining.
-
addPorts
public Allowed.Builder addPorts(String value)
An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
repeated string ports = 106854418;- Parameters:
value- The ports to add.- Returns:
- This builder for chaining.
-
addAllPorts
public Allowed.Builder addAllPorts(Iterable<String> values)
An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
repeated string ports = 106854418;- Parameters:
values- The ports to add.- Returns:
- This builder for chaining.
-
clearPorts
public Allowed.Builder clearPorts()
An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
repeated string ports = 106854418;- Returns:
- This builder for chaining.
-
addPortsBytes
public Allowed.Builder addPortsBytes(com.google.protobuf.ByteString value)
An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
repeated string ports = 106854418;- Parameters:
value- The bytes of the ports to add.- Returns:
- This builder for chaining.
-
setUnknownFields
public final Allowed.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Allowed.Builder>
-
mergeUnknownFields
public final Allowed.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Allowed.Builder>
-
-