Package com.google.cloud.compute.v1
Class FirewallPolicyRuleMatcherLayer4Config.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<FirewallPolicyRuleMatcherLayer4Config.Builder>
-
- com.google.cloud.compute.v1.FirewallPolicyRuleMatcherLayer4Config.Builder
-
- All Implemented Interfaces:
FirewallPolicyRuleMatcherLayer4ConfigOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- FirewallPolicyRuleMatcherLayer4Config
public static final class FirewallPolicyRuleMatcherLayer4Config.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FirewallPolicyRuleMatcherLayer4Config.Builder> implements FirewallPolicyRuleMatcherLayer4ConfigOrBuilder
google.cloud.compute.v1.FirewallPolicyRuleMatcherLayer4Config
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FirewallPolicyRuleMatcherLayer4Config.Builder
addAllPorts(Iterable<String> values)
An optional list of ports to which this rule applies.FirewallPolicyRuleMatcherLayer4Config.Builder
addPorts(String value)
An optional list of ports to which this rule applies.FirewallPolicyRuleMatcherLayer4Config.Builder
addPortsBytes(com.google.protobuf.ByteString value)
An optional list of ports to which this rule applies.FirewallPolicyRuleMatcherLayer4Config.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
FirewallPolicyRuleMatcherLayer4Config
build()
FirewallPolicyRuleMatcherLayer4Config
buildPartial()
FirewallPolicyRuleMatcherLayer4Config.Builder
clear()
FirewallPolicyRuleMatcherLayer4Config.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
FirewallPolicyRuleMatcherLayer4Config.Builder
clearIpProtocol()
The IP protocol to which this rule applies.FirewallPolicyRuleMatcherLayer4Config.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
FirewallPolicyRuleMatcherLayer4Config.Builder
clearPorts()
An optional list of ports to which this rule applies.FirewallPolicyRuleMatcherLayer4Config.Builder
clone()
FirewallPolicyRuleMatcherLayer4Config
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getIpProtocol()
The IP protocol to which this rule applies.com.google.protobuf.ByteString
getIpProtocolBytes()
The IP protocol to which this rule applies.String
getPorts(int index)
An optional list of ports to which this rule applies.com.google.protobuf.ByteString
getPortsBytes(int index)
An optional list of ports to which this rule applies.int
getPortsCount()
An optional list of ports to which this rule applies.com.google.protobuf.ProtocolStringList
getPortsList()
An optional list of ports to which this rule applies.boolean
hasIpProtocol()
The IP protocol to which this rule applies.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
FirewallPolicyRuleMatcherLayer4Config.Builder
mergeFrom(FirewallPolicyRuleMatcherLayer4Config other)
FirewallPolicyRuleMatcherLayer4Config.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
FirewallPolicyRuleMatcherLayer4Config.Builder
mergeFrom(com.google.protobuf.Message other)
FirewallPolicyRuleMatcherLayer4Config.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
FirewallPolicyRuleMatcherLayer4Config.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
FirewallPolicyRuleMatcherLayer4Config.Builder
setIpProtocol(String value)
The IP protocol to which this rule applies.FirewallPolicyRuleMatcherLayer4Config.Builder
setIpProtocolBytes(com.google.protobuf.ByteString value)
The IP protocol to which this rule applies.FirewallPolicyRuleMatcherLayer4Config.Builder
setPorts(int index, String value)
An optional list of ports to which this rule applies.FirewallPolicyRuleMatcherLayer4Config.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
FirewallPolicyRuleMatcherLayer4Config.Builder
setUnknownFields(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:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<FirewallPolicyRuleMatcherLayer4Config.Builder>
-
clear
public FirewallPolicyRuleMatcherLayer4Config.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<FirewallPolicyRuleMatcherLayer4Config.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<FirewallPolicyRuleMatcherLayer4Config.Builder>
-
getDefaultInstanceForType
public FirewallPolicyRuleMatcherLayer4Config getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public FirewallPolicyRuleMatcherLayer4Config build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public FirewallPolicyRuleMatcherLayer4Config buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public FirewallPolicyRuleMatcherLayer4Config.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<FirewallPolicyRuleMatcherLayer4Config.Builder>
-
setField
public FirewallPolicyRuleMatcherLayer4Config.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<FirewallPolicyRuleMatcherLayer4Config.Builder>
-
clearField
public FirewallPolicyRuleMatcherLayer4Config.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<FirewallPolicyRuleMatcherLayer4Config.Builder>
-
clearOneof
public FirewallPolicyRuleMatcherLayer4Config.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<FirewallPolicyRuleMatcherLayer4Config.Builder>
-
setRepeatedField
public FirewallPolicyRuleMatcherLayer4Config.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<FirewallPolicyRuleMatcherLayer4Config.Builder>
-
addRepeatedField
public FirewallPolicyRuleMatcherLayer4Config.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<FirewallPolicyRuleMatcherLayer4Config.Builder>
-
mergeFrom
public FirewallPolicyRuleMatcherLayer4Config.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<FirewallPolicyRuleMatcherLayer4Config.Builder>
-
mergeFrom
public FirewallPolicyRuleMatcherLayer4Config.Builder mergeFrom(FirewallPolicyRuleMatcherLayer4Config other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<FirewallPolicyRuleMatcherLayer4Config.Builder>
-
mergeFrom
public FirewallPolicyRuleMatcherLayer4Config.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<FirewallPolicyRuleMatcherLayer4Config.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 ip_protocol = 475958960;
- Specified by:
hasIpProtocol
in interfaceFirewallPolicyRuleMatcherLayer4ConfigOrBuilder
- 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 ip_protocol = 475958960;
- Specified by:
getIpProtocol
in interfaceFirewallPolicyRuleMatcherLayer4ConfigOrBuilder
- 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 ip_protocol = 475958960;
- Specified by:
getIpProtocolBytes
in interfaceFirewallPolicyRuleMatcherLayer4ConfigOrBuilder
- Returns:
- The bytes for ipProtocol.
-
setIpProtocol
public FirewallPolicyRuleMatcherLayer4Config.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 ip_protocol = 475958960;
- Parameters:
value
- The ipProtocol to set.- Returns:
- This builder for chaining.
-
clearIpProtocol
public FirewallPolicyRuleMatcherLayer4Config.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 ip_protocol = 475958960;
- Returns:
- This builder for chaining.
-
setIpProtocolBytes
public FirewallPolicyRuleMatcherLayer4Config.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 ip_protocol = 475958960;
- 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 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:
getPortsList
in interfaceFirewallPolicyRuleMatcherLayer4ConfigOrBuilder
- 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 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:
getPortsCount
in interfaceFirewallPolicyRuleMatcherLayer4ConfigOrBuilder
- 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 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:
getPorts
in interfaceFirewallPolicyRuleMatcherLayer4ConfigOrBuilder
- 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 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:
getPortsBytes
in interfaceFirewallPolicyRuleMatcherLayer4ConfigOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the ports at the given index.
-
setPorts
public FirewallPolicyRuleMatcherLayer4Config.Builder setPorts(int index, String value)
An optional list of ports to which this rule applies. This field is only applicable for 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 FirewallPolicyRuleMatcherLayer4Config.Builder addPorts(String value)
An optional list of ports to which this rule applies. This field is only applicable for 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 FirewallPolicyRuleMatcherLayer4Config.Builder addAllPorts(Iterable<String> values)
An optional list of ports to which this rule applies. This field is only applicable for 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 FirewallPolicyRuleMatcherLayer4Config.Builder clearPorts()
An optional list of ports to which this rule applies. This field is only applicable for 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 FirewallPolicyRuleMatcherLayer4Config.Builder addPortsBytes(com.google.protobuf.ByteString value)
An optional list of ports to which this rule applies. This field is only applicable for 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 FirewallPolicyRuleMatcherLayer4Config.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<FirewallPolicyRuleMatcherLayer4Config.Builder>
-
mergeUnknownFields
public final FirewallPolicyRuleMatcherLayer4Config.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<FirewallPolicyRuleMatcherLayer4Config.Builder>
-
-