Package com.google.cloud.compute.v1
Class Firewall.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Firewall.Builder>
-
- com.google.cloud.compute.v1.Firewall.Builder
-
- All Implemented Interfaces:
FirewallOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- Firewall
public static final class Firewall.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Firewall.Builder> implements FirewallOrBuilder
Represents a Firewall Rule resource. Firewall rules allow or deny ingress traffic to, and egress traffic from your instances. For more information, read Firewall rules.
Protobuf typegoogle.cloud.compute.v1.Firewall
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Firewall.BuilderaddAllAllowed(Iterable<? extends Allowed> values)The list of ALLOW rules specified by this firewall.Firewall.BuilderaddAllDenied(Iterable<? extends Denied> values)The list of DENY rules specified by this firewall.Firewall.BuilderaddAllDestinationRanges(Iterable<String> values)If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges.Firewall.BuilderaddAllowed(int index, Allowed value)The list of ALLOW rules specified by this firewall.Firewall.BuilderaddAllowed(int index, Allowed.Builder builderForValue)The list of ALLOW rules specified by this firewall.Firewall.BuilderaddAllowed(Allowed value)The list of ALLOW rules specified by this firewall.Firewall.BuilderaddAllowed(Allowed.Builder builderForValue)The list of ALLOW rules specified by this firewall.Allowed.BuilderaddAllowedBuilder()The list of ALLOW rules specified by this firewall.Allowed.BuilderaddAllowedBuilder(int index)The list of ALLOW rules specified by this firewall.Firewall.BuilderaddAllSourceRanges(Iterable<String> values)If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges.Firewall.BuilderaddAllSourceServiceAccounts(Iterable<String> values)If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list.Firewall.BuilderaddAllSourceTags(Iterable<String> values)If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network.Firewall.BuilderaddAllTargetServiceAccounts(Iterable<String> values)A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[].Firewall.BuilderaddAllTargetTags(Iterable<String> values)A list of tags that controls which instances the firewall rule applies to.Firewall.BuilderaddDenied(int index, Denied value)The list of DENY rules specified by this firewall.Firewall.BuilderaddDenied(int index, Denied.Builder builderForValue)The list of DENY rules specified by this firewall.Firewall.BuilderaddDenied(Denied value)The list of DENY rules specified by this firewall.Firewall.BuilderaddDenied(Denied.Builder builderForValue)The list of DENY rules specified by this firewall.Denied.BuilderaddDeniedBuilder()The list of DENY rules specified by this firewall.Denied.BuilderaddDeniedBuilder(int index)The list of DENY rules specified by this firewall.Firewall.BuilderaddDestinationRanges(String value)If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges.Firewall.BuilderaddDestinationRangesBytes(com.google.protobuf.ByteString value)If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges.Firewall.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Firewall.BuilderaddSourceRanges(String value)If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges.Firewall.BuilderaddSourceRangesBytes(com.google.protobuf.ByteString value)If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges.Firewall.BuilderaddSourceServiceAccounts(String value)If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list.Firewall.BuilderaddSourceServiceAccountsBytes(com.google.protobuf.ByteString value)If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list.Firewall.BuilderaddSourceTags(String value)If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network.Firewall.BuilderaddSourceTagsBytes(com.google.protobuf.ByteString value)If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network.Firewall.BuilderaddTargetServiceAccounts(String value)A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[].Firewall.BuilderaddTargetServiceAccountsBytes(com.google.protobuf.ByteString value)A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[].Firewall.BuilderaddTargetTags(String value)A list of tags that controls which instances the firewall rule applies to.Firewall.BuilderaddTargetTagsBytes(com.google.protobuf.ByteString value)A list of tags that controls which instances the firewall rule applies to.Firewallbuild()FirewallbuildPartial()Firewall.Builderclear()Firewall.BuilderclearAllowed()The list of ALLOW rules specified by this firewall.Firewall.BuilderclearCreationTimestamp()[Output Only] Creation timestamp in RFC3339 text format.Firewall.BuilderclearDenied()The list of DENY rules specified by this firewall.Firewall.BuilderclearDescription()An optional description of this resource.Firewall.BuilderclearDestinationRanges()If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges.Firewall.BuilderclearDirection()Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`.Firewall.BuilderclearDisabled()Denotes whether the firewall rule is disabled.Firewall.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Firewall.BuilderclearId()[Output Only] The unique identifier for the resource.Firewall.BuilderclearKind()[Output Only] Type of the resource.Firewall.BuilderclearLogConfig()This field denotes the logging options for a particular firewall rule.Firewall.BuilderclearName()Name of the resource; provided by the client when the resource is created.Firewall.BuilderclearNetwork()URL of the network resource for this firewall rule.Firewall.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Firewall.BuilderclearPriority()Priority for this rule.Firewall.BuilderclearSelfLink()[Output Only] Server-defined URL for the resource.Firewall.BuilderclearSourceRanges()If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges.Firewall.BuilderclearSourceServiceAccounts()If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list.Firewall.BuilderclearSourceTags()If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network.Firewall.BuilderclearTargetServiceAccounts()A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[].Firewall.BuilderclearTargetTags()A list of tags that controls which instances the firewall rule applies to.Firewall.Builderclone()AllowedgetAllowed(int index)The list of ALLOW rules specified by this firewall.Allowed.BuildergetAllowedBuilder(int index)The list of ALLOW rules specified by this firewall.List<Allowed.Builder>getAllowedBuilderList()The list of ALLOW rules specified by this firewall.intgetAllowedCount()The list of ALLOW rules specified by this firewall.List<Allowed>getAllowedList()The list of ALLOW rules specified by this firewall.AllowedOrBuildergetAllowedOrBuilder(int index)The list of ALLOW rules specified by this firewall.List<? extends AllowedOrBuilder>getAllowedOrBuilderList()The list of ALLOW rules specified by this firewall.StringgetCreationTimestamp()[Output Only] Creation timestamp in RFC3339 text format.com.google.protobuf.ByteStringgetCreationTimestampBytes()[Output Only] Creation timestamp in RFC3339 text format.FirewallgetDefaultInstanceForType()DeniedgetDenied(int index)The list of DENY rules specified by this firewall.Denied.BuildergetDeniedBuilder(int index)The list of DENY rules specified by this firewall.List<Denied.Builder>getDeniedBuilderList()The list of DENY rules specified by this firewall.intgetDeniedCount()The list of DENY rules specified by this firewall.List<Denied>getDeniedList()The list of DENY rules specified by this firewall.DeniedOrBuildergetDeniedOrBuilder(int index)The list of DENY rules specified by this firewall.List<? extends DeniedOrBuilder>getDeniedOrBuilderList()The list of DENY rules specified by this firewall.StringgetDescription()An optional description of this resource.com.google.protobuf.ByteStringgetDescriptionBytes()An optional description of this resource.static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetDestinationRanges(int index)If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges.com.google.protobuf.ByteStringgetDestinationRangesBytes(int index)If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges.intgetDestinationRangesCount()If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges.com.google.protobuf.ProtocolStringListgetDestinationRangesList()If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges.StringgetDirection()Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`.com.google.protobuf.ByteStringgetDirectionBytes()Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`.booleangetDisabled()Denotes whether the firewall rule is disabled.longgetId()[Output Only] The unique identifier for the resource.StringgetKind()[Output Only] Type of the resource.com.google.protobuf.ByteStringgetKindBytes()[Output Only] Type of the resource.FirewallLogConfiggetLogConfig()This field denotes the logging options for a particular firewall rule.FirewallLogConfig.BuildergetLogConfigBuilder()This field denotes the logging options for a particular firewall rule.FirewallLogConfigOrBuildergetLogConfigOrBuilder()This field denotes the logging options for a particular firewall rule.StringgetName()Name of the resource; provided by the client when the resource is created.com.google.protobuf.ByteStringgetNameBytes()Name of the resource; provided by the client when the resource is created.StringgetNetwork()URL of the network resource for this firewall rule.com.google.protobuf.ByteStringgetNetworkBytes()URL of the network resource for this firewall rule.intgetPriority()Priority for this rule.StringgetSelfLink()[Output Only] Server-defined URL for the resource.com.google.protobuf.ByteStringgetSelfLinkBytes()[Output Only] Server-defined URL for the resource.StringgetSourceRanges(int index)If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges.com.google.protobuf.ByteStringgetSourceRangesBytes(int index)If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges.intgetSourceRangesCount()If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges.com.google.protobuf.ProtocolStringListgetSourceRangesList()If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges.StringgetSourceServiceAccounts(int index)If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list.com.google.protobuf.ByteStringgetSourceServiceAccountsBytes(int index)If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list.intgetSourceServiceAccountsCount()If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list.com.google.protobuf.ProtocolStringListgetSourceServiceAccountsList()If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list.StringgetSourceTags(int index)If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network.com.google.protobuf.ByteStringgetSourceTagsBytes(int index)If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network.intgetSourceTagsCount()If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network.com.google.protobuf.ProtocolStringListgetSourceTagsList()If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network.StringgetTargetServiceAccounts(int index)A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[].com.google.protobuf.ByteStringgetTargetServiceAccountsBytes(int index)A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[].intgetTargetServiceAccountsCount()A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[].com.google.protobuf.ProtocolStringListgetTargetServiceAccountsList()A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[].StringgetTargetTags(int index)A list of tags that controls which instances the firewall rule applies to.com.google.protobuf.ByteStringgetTargetTagsBytes(int index)A list of tags that controls which instances the firewall rule applies to.intgetTargetTagsCount()A list of tags that controls which instances the firewall rule applies to.com.google.protobuf.ProtocolStringListgetTargetTagsList()A list of tags that controls which instances the firewall rule applies to.booleanhasCreationTimestamp()[Output Only] Creation timestamp in RFC3339 text format.booleanhasDescription()An optional description of this resource.booleanhasDirection()Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`.booleanhasDisabled()Denotes whether the firewall rule is disabled.booleanhasId()[Output Only] The unique identifier for the resource.booleanhasKind()[Output Only] Type of the resource.booleanhasLogConfig()This field denotes the logging options for a particular firewall rule.booleanhasName()Name of the resource; provided by the client when the resource is created.booleanhasNetwork()URL of the network resource for this firewall rule.booleanhasPriority()Priority for this rule.booleanhasSelfLink()[Output Only] Server-defined URL for the resource.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Firewall.BuildermergeFrom(Firewall other)Firewall.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Firewall.BuildermergeFrom(com.google.protobuf.Message other)Firewall.BuildermergeLogConfig(FirewallLogConfig value)This field denotes the logging options for a particular firewall rule.Firewall.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Firewall.BuilderremoveAllowed(int index)The list of ALLOW rules specified by this firewall.Firewall.BuilderremoveDenied(int index)The list of DENY rules specified by this firewall.Firewall.BuildersetAllowed(int index, Allowed value)The list of ALLOW rules specified by this firewall.Firewall.BuildersetAllowed(int index, Allowed.Builder builderForValue)The list of ALLOW rules specified by this firewall.Firewall.BuildersetCreationTimestamp(String value)[Output Only] Creation timestamp in RFC3339 text format.Firewall.BuildersetCreationTimestampBytes(com.google.protobuf.ByteString value)[Output Only] Creation timestamp in RFC3339 text format.Firewall.BuildersetDenied(int index, Denied value)The list of DENY rules specified by this firewall.Firewall.BuildersetDenied(int index, Denied.Builder builderForValue)The list of DENY rules specified by this firewall.Firewall.BuildersetDescription(String value)An optional description of this resource.Firewall.BuildersetDescriptionBytes(com.google.protobuf.ByteString value)An optional description of this resource.Firewall.BuildersetDestinationRanges(int index, String value)If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges.Firewall.BuildersetDirection(String value)Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`.Firewall.BuildersetDirectionBytes(com.google.protobuf.ByteString value)Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`.Firewall.BuildersetDisabled(boolean value)Denotes whether the firewall rule is disabled.Firewall.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Firewall.BuildersetId(long value)[Output Only] The unique identifier for the resource.Firewall.BuildersetKind(String value)[Output Only] Type of the resource.Firewall.BuildersetKindBytes(com.google.protobuf.ByteString value)[Output Only] Type of the resource.Firewall.BuildersetLogConfig(FirewallLogConfig value)This field denotes the logging options for a particular firewall rule.Firewall.BuildersetLogConfig(FirewallLogConfig.Builder builderForValue)This field denotes the logging options for a particular firewall rule.Firewall.BuildersetName(String value)Name of the resource; provided by the client when the resource is created.Firewall.BuildersetNameBytes(com.google.protobuf.ByteString value)Name of the resource; provided by the client when the resource is created.Firewall.BuildersetNetwork(String value)URL of the network resource for this firewall rule.Firewall.BuildersetNetworkBytes(com.google.protobuf.ByteString value)URL of the network resource for this firewall rule.Firewall.BuildersetPriority(int value)Priority for this rule.Firewall.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Firewall.BuildersetSelfLink(String value)[Output Only] Server-defined URL for the resource.Firewall.BuildersetSelfLinkBytes(com.google.protobuf.ByteString value)[Output Only] Server-defined URL for the resource.Firewall.BuildersetSourceRanges(int index, String value)If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges.Firewall.BuildersetSourceServiceAccounts(int index, String value)If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list.Firewall.BuildersetSourceTags(int index, String value)If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network.Firewall.BuildersetTargetServiceAccounts(int index, String value)A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[].Firewall.BuildersetTargetTags(int index, String value)A list of tags that controls which instances the firewall rule applies to.Firewall.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<Firewall.Builder>
-
clear
public Firewall.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<Firewall.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<Firewall.Builder>
-
getDefaultInstanceForType
public Firewall getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Firewall build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Firewall buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Firewall.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<Firewall.Builder>
-
setField
public Firewall.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<Firewall.Builder>
-
clearField
public Firewall.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Firewall.Builder>
-
clearOneof
public Firewall.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Firewall.Builder>
-
setRepeatedField
public Firewall.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<Firewall.Builder>
-
addRepeatedField
public Firewall.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<Firewall.Builder>
-
mergeFrom
public Firewall.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Firewall.Builder>
-
mergeFrom
public Firewall.Builder mergeFrom(Firewall other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Firewall.Builder>
-
mergeFrom
public Firewall.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<Firewall.Builder>- Throws:
IOException
-
getAllowedList
public List<Allowed> getAllowedList()
The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
repeated .google.cloud.compute.v1.Allowed allowed = 162398632;- Specified by:
getAllowedListin interfaceFirewallOrBuilder
-
getAllowedCount
public int getAllowedCount()
The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
repeated .google.cloud.compute.v1.Allowed allowed = 162398632;- Specified by:
getAllowedCountin interfaceFirewallOrBuilder
-
getAllowed
public Allowed getAllowed(int index)
The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
repeated .google.cloud.compute.v1.Allowed allowed = 162398632;- Specified by:
getAllowedin interfaceFirewallOrBuilder
-
setAllowed
public Firewall.Builder setAllowed(int index, Allowed value)
The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
repeated .google.cloud.compute.v1.Allowed allowed = 162398632;
-
setAllowed
public Firewall.Builder setAllowed(int index, Allowed.Builder builderForValue)
The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
repeated .google.cloud.compute.v1.Allowed allowed = 162398632;
-
addAllowed
public Firewall.Builder addAllowed(Allowed value)
The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
repeated .google.cloud.compute.v1.Allowed allowed = 162398632;
-
addAllowed
public Firewall.Builder addAllowed(int index, Allowed value)
The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
repeated .google.cloud.compute.v1.Allowed allowed = 162398632;
-
addAllowed
public Firewall.Builder addAllowed(Allowed.Builder builderForValue)
The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
repeated .google.cloud.compute.v1.Allowed allowed = 162398632;
-
addAllowed
public Firewall.Builder addAllowed(int index, Allowed.Builder builderForValue)
The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
repeated .google.cloud.compute.v1.Allowed allowed = 162398632;
-
addAllAllowed
public Firewall.Builder addAllAllowed(Iterable<? extends Allowed> values)
The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
repeated .google.cloud.compute.v1.Allowed allowed = 162398632;
-
clearAllowed
public Firewall.Builder clearAllowed()
The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
repeated .google.cloud.compute.v1.Allowed allowed = 162398632;
-
removeAllowed
public Firewall.Builder removeAllowed(int index)
The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
repeated .google.cloud.compute.v1.Allowed allowed = 162398632;
-
getAllowedBuilder
public Allowed.Builder getAllowedBuilder(int index)
The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
repeated .google.cloud.compute.v1.Allowed allowed = 162398632;
-
getAllowedOrBuilder
public AllowedOrBuilder getAllowedOrBuilder(int index)
The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
repeated .google.cloud.compute.v1.Allowed allowed = 162398632;- Specified by:
getAllowedOrBuilderin interfaceFirewallOrBuilder
-
getAllowedOrBuilderList
public List<? extends AllowedOrBuilder> getAllowedOrBuilderList()
The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
repeated .google.cloud.compute.v1.Allowed allowed = 162398632;- Specified by:
getAllowedOrBuilderListin interfaceFirewallOrBuilder
-
addAllowedBuilder
public Allowed.Builder addAllowedBuilder()
The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
repeated .google.cloud.compute.v1.Allowed allowed = 162398632;
-
addAllowedBuilder
public Allowed.Builder addAllowedBuilder(int index)
The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
repeated .google.cloud.compute.v1.Allowed allowed = 162398632;
-
getAllowedBuilderList
public List<Allowed.Builder> getAllowedBuilderList()
The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
repeated .google.cloud.compute.v1.Allowed allowed = 162398632;
-
hasCreationTimestamp
public boolean hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;- Specified by:
hasCreationTimestampin interfaceFirewallOrBuilder- Returns:
- Whether the creationTimestamp field is set.
-
getCreationTimestamp
public String getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;- Specified by:
getCreationTimestampin interfaceFirewallOrBuilder- Returns:
- The creationTimestamp.
-
getCreationTimestampBytes
public com.google.protobuf.ByteString getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;- Specified by:
getCreationTimestampBytesin interfaceFirewallOrBuilder- Returns:
- The bytes for creationTimestamp.
-
setCreationTimestamp
public Firewall.Builder setCreationTimestamp(String value)
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;- Parameters:
value- The creationTimestamp to set.- Returns:
- This builder for chaining.
-
clearCreationTimestamp
public Firewall.Builder clearCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;- Returns:
- This builder for chaining.
-
setCreationTimestampBytes
public Firewall.Builder setCreationTimestampBytes(com.google.protobuf.ByteString value)
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;- Parameters:
value- The bytes for creationTimestamp to set.- Returns:
- This builder for chaining.
-
getDeniedList
public List<Denied> getDeniedList()
The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.
repeated .google.cloud.compute.v1.Denied denied = 275217307;- Specified by:
getDeniedListin interfaceFirewallOrBuilder
-
getDeniedCount
public int getDeniedCount()
The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.
repeated .google.cloud.compute.v1.Denied denied = 275217307;- Specified by:
getDeniedCountin interfaceFirewallOrBuilder
-
getDenied
public Denied getDenied(int index)
The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.
repeated .google.cloud.compute.v1.Denied denied = 275217307;- Specified by:
getDeniedin interfaceFirewallOrBuilder
-
setDenied
public Firewall.Builder setDenied(int index, Denied value)
The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.
repeated .google.cloud.compute.v1.Denied denied = 275217307;
-
setDenied
public Firewall.Builder setDenied(int index, Denied.Builder builderForValue)
The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.
repeated .google.cloud.compute.v1.Denied denied = 275217307;
-
addDenied
public Firewall.Builder addDenied(Denied value)
The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.
repeated .google.cloud.compute.v1.Denied denied = 275217307;
-
addDenied
public Firewall.Builder addDenied(int index, Denied value)
The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.
repeated .google.cloud.compute.v1.Denied denied = 275217307;
-
addDenied
public Firewall.Builder addDenied(Denied.Builder builderForValue)
The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.
repeated .google.cloud.compute.v1.Denied denied = 275217307;
-
addDenied
public Firewall.Builder addDenied(int index, Denied.Builder builderForValue)
The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.
repeated .google.cloud.compute.v1.Denied denied = 275217307;
-
addAllDenied
public Firewall.Builder addAllDenied(Iterable<? extends Denied> values)
The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.
repeated .google.cloud.compute.v1.Denied denied = 275217307;
-
clearDenied
public Firewall.Builder clearDenied()
The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.
repeated .google.cloud.compute.v1.Denied denied = 275217307;
-
removeDenied
public Firewall.Builder removeDenied(int index)
The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.
repeated .google.cloud.compute.v1.Denied denied = 275217307;
-
getDeniedBuilder
public Denied.Builder getDeniedBuilder(int index)
The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.
repeated .google.cloud.compute.v1.Denied denied = 275217307;
-
getDeniedOrBuilder
public DeniedOrBuilder getDeniedOrBuilder(int index)
The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.
repeated .google.cloud.compute.v1.Denied denied = 275217307;- Specified by:
getDeniedOrBuilderin interfaceFirewallOrBuilder
-
getDeniedOrBuilderList
public List<? extends DeniedOrBuilder> getDeniedOrBuilderList()
The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.
repeated .google.cloud.compute.v1.Denied denied = 275217307;- Specified by:
getDeniedOrBuilderListin interfaceFirewallOrBuilder
-
addDeniedBuilder
public Denied.Builder addDeniedBuilder()
The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.
repeated .google.cloud.compute.v1.Denied denied = 275217307;
-
addDeniedBuilder
public Denied.Builder addDeniedBuilder(int index)
The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.
repeated .google.cloud.compute.v1.Denied denied = 275217307;
-
getDeniedBuilderList
public List<Denied.Builder> getDeniedBuilderList()
The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.
repeated .google.cloud.compute.v1.Denied denied = 275217307;
-
hasDescription
public boolean hasDescription()
An optional description of this resource. Provide this field when you create the resource.
optional string description = 422937596;- Specified by:
hasDescriptionin interfaceFirewallOrBuilder- Returns:
- Whether the description field is set.
-
getDescription
public String getDescription()
An optional description of this resource. Provide this field when you create the resource.
optional string description = 422937596;- Specified by:
getDescriptionin interfaceFirewallOrBuilder- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
An optional description of this resource. Provide this field when you create the resource.
optional string description = 422937596;- Specified by:
getDescriptionBytesin interfaceFirewallOrBuilder- Returns:
- The bytes for description.
-
setDescription
public Firewall.Builder setDescription(String value)
An optional description of this resource. Provide this field when you create the resource.
optional string description = 422937596;- Parameters:
value- The description to set.- Returns:
- This builder for chaining.
-
clearDescription
public Firewall.Builder clearDescription()
An optional description of this resource. Provide this field when you create the resource.
optional string description = 422937596;- Returns:
- This builder for chaining.
-
setDescriptionBytes
public Firewall.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
An optional description of this resource. Provide this field when you create the resource.
optional string description = 422937596;- Parameters:
value- The bytes for description to set.- Returns:
- This builder for chaining.
-
getDestinationRangesList
public com.google.protobuf.ProtocolStringList getDestinationRangesList()
If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges. These ranges must be expressed in CIDR format. Both IPv4 and IPv6 are supported.
repeated string destination_ranges = 305699879;- Specified by:
getDestinationRangesListin interfaceFirewallOrBuilder- Returns:
- A list containing the destinationRanges.
-
getDestinationRangesCount
public int getDestinationRangesCount()
If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges. These ranges must be expressed in CIDR format. Both IPv4 and IPv6 are supported.
repeated string destination_ranges = 305699879;- Specified by:
getDestinationRangesCountin interfaceFirewallOrBuilder- Returns:
- The count of destinationRanges.
-
getDestinationRanges
public String getDestinationRanges(int index)
If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges. These ranges must be expressed in CIDR format. Both IPv4 and IPv6 are supported.
repeated string destination_ranges = 305699879;- Specified by:
getDestinationRangesin interfaceFirewallOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The destinationRanges at the given index.
-
getDestinationRangesBytes
public com.google.protobuf.ByteString getDestinationRangesBytes(int index)
If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges. These ranges must be expressed in CIDR format. Both IPv4 and IPv6 are supported.
repeated string destination_ranges = 305699879;- Specified by:
getDestinationRangesBytesin interfaceFirewallOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the destinationRanges at the given index.
-
setDestinationRanges
public Firewall.Builder setDestinationRanges(int index, String value)
If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges. These ranges must be expressed in CIDR format. Both IPv4 and IPv6 are supported.
repeated string destination_ranges = 305699879;- Parameters:
index- The index to set the value at.value- The destinationRanges to set.- Returns:
- This builder for chaining.
-
addDestinationRanges
public Firewall.Builder addDestinationRanges(String value)
If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges. These ranges must be expressed in CIDR format. Both IPv4 and IPv6 are supported.
repeated string destination_ranges = 305699879;- Parameters:
value- The destinationRanges to add.- Returns:
- This builder for chaining.
-
addAllDestinationRanges
public Firewall.Builder addAllDestinationRanges(Iterable<String> values)
If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges. These ranges must be expressed in CIDR format. Both IPv4 and IPv6 are supported.
repeated string destination_ranges = 305699879;- Parameters:
values- The destinationRanges to add.- Returns:
- This builder for chaining.
-
clearDestinationRanges
public Firewall.Builder clearDestinationRanges()
If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges. These ranges must be expressed in CIDR format. Both IPv4 and IPv6 are supported.
repeated string destination_ranges = 305699879;- Returns:
- This builder for chaining.
-
addDestinationRangesBytes
public Firewall.Builder addDestinationRangesBytes(com.google.protobuf.ByteString value)
If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges. These ranges must be expressed in CIDR format. Both IPv4 and IPv6 are supported.
repeated string destination_ranges = 305699879;- Parameters:
value- The bytes of the destinationRanges to add.- Returns:
- This builder for chaining.
-
hasDirection
public boolean hasDirection()
Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`. The default is `INGRESS`. For `EGRESS` traffic, you cannot specify the sourceTags fields. Check the Direction enum for the list of possible values.
optional string direction = 111150975;- Specified by:
hasDirectionin interfaceFirewallOrBuilder- Returns:
- Whether the direction field is set.
-
getDirection
public String getDirection()
Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`. The default is `INGRESS`. For `EGRESS` traffic, you cannot specify the sourceTags fields. Check the Direction enum for the list of possible values.
optional string direction = 111150975;- Specified by:
getDirectionin interfaceFirewallOrBuilder- Returns:
- The direction.
-
getDirectionBytes
public com.google.protobuf.ByteString getDirectionBytes()
Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`. The default is `INGRESS`. For `EGRESS` traffic, you cannot specify the sourceTags fields. Check the Direction enum for the list of possible values.
optional string direction = 111150975;- Specified by:
getDirectionBytesin interfaceFirewallOrBuilder- Returns:
- The bytes for direction.
-
setDirection
public Firewall.Builder setDirection(String value)
Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`. The default is `INGRESS`. For `EGRESS` traffic, you cannot specify the sourceTags fields. Check the Direction enum for the list of possible values.
optional string direction = 111150975;- Parameters:
value- The direction to set.- Returns:
- This builder for chaining.
-
clearDirection
public Firewall.Builder clearDirection()
Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`. The default is `INGRESS`. For `EGRESS` traffic, you cannot specify the sourceTags fields. Check the Direction enum for the list of possible values.
optional string direction = 111150975;- Returns:
- This builder for chaining.
-
setDirectionBytes
public Firewall.Builder setDirectionBytes(com.google.protobuf.ByteString value)
Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`. The default is `INGRESS`. For `EGRESS` traffic, you cannot specify the sourceTags fields. Check the Direction enum for the list of possible values.
optional string direction = 111150975;- Parameters:
value- The bytes for direction to set.- Returns:
- This builder for chaining.
-
hasDisabled
public boolean hasDisabled()
Denotes whether the firewall rule is disabled. When set to true, the firewall rule is not enforced and the network behaves as if it did not exist. If this is unspecified, the firewall rule will be enabled.
optional bool disabled = 270940796;- Specified by:
hasDisabledin interfaceFirewallOrBuilder- Returns:
- Whether the disabled field is set.
-
getDisabled
public boolean getDisabled()
Denotes whether the firewall rule is disabled. When set to true, the firewall rule is not enforced and the network behaves as if it did not exist. If this is unspecified, the firewall rule will be enabled.
optional bool disabled = 270940796;- Specified by:
getDisabledin interfaceFirewallOrBuilder- Returns:
- The disabled.
-
setDisabled
public Firewall.Builder setDisabled(boolean value)
Denotes whether the firewall rule is disabled. When set to true, the firewall rule is not enforced and the network behaves as if it did not exist. If this is unspecified, the firewall rule will be enabled.
optional bool disabled = 270940796;- Parameters:
value- The disabled to set.- Returns:
- This builder for chaining.
-
clearDisabled
public Firewall.Builder clearDisabled()
Denotes whether the firewall rule is disabled. When set to true, the firewall rule is not enforced and the network behaves as if it did not exist. If this is unspecified, the firewall rule will be enabled.
optional bool disabled = 270940796;- Returns:
- This builder for chaining.
-
hasId
public boolean hasId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;- Specified by:
hasIdin interfaceFirewallOrBuilder- Returns:
- Whether the id field is set.
-
getId
public long getId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;- Specified by:
getIdin interfaceFirewallOrBuilder- Returns:
- The id.
-
setId
public Firewall.Builder setId(long value)
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;- Parameters:
value- The id to set.- Returns:
- This builder for chaining.
-
clearId
public Firewall.Builder clearId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;- Returns:
- This builder for chaining.
-
hasKind
public boolean hasKind()
[Output Only] Type of the resource. Always compute#firewall for firewall rules.
optional string kind = 3292052;- Specified by:
hasKindin interfaceFirewallOrBuilder- Returns:
- Whether the kind field is set.
-
getKind
public String getKind()
[Output Only] Type of the resource. Always compute#firewall for firewall rules.
optional string kind = 3292052;- Specified by:
getKindin interfaceFirewallOrBuilder- Returns:
- The kind.
-
getKindBytes
public com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of the resource. Always compute#firewall for firewall rules.
optional string kind = 3292052;- Specified by:
getKindBytesin interfaceFirewallOrBuilder- Returns:
- The bytes for kind.
-
setKind
public Firewall.Builder setKind(String value)
[Output Only] Type of the resource. Always compute#firewall for firewall rules.
optional string kind = 3292052;- Parameters:
value- The kind to set.- Returns:
- This builder for chaining.
-
clearKind
public Firewall.Builder clearKind()
[Output Only] Type of the resource. Always compute#firewall for firewall rules.
optional string kind = 3292052;- Returns:
- This builder for chaining.
-
setKindBytes
public Firewall.Builder setKindBytes(com.google.protobuf.ByteString value)
[Output Only] Type of the resource. Always compute#firewall for firewall rules.
optional string kind = 3292052;- Parameters:
value- The bytes for kind to set.- Returns:
- This builder for chaining.
-
hasLogConfig
public boolean hasLogConfig()
This field denotes the logging options for a particular firewall rule. If logging is enabled, logs will be exported to Cloud Logging.
optional .google.cloud.compute.v1.FirewallLogConfig log_config = 351299741;- Specified by:
hasLogConfigin interfaceFirewallOrBuilder- Returns:
- Whether the logConfig field is set.
-
getLogConfig
public FirewallLogConfig getLogConfig()
This field denotes the logging options for a particular firewall rule. If logging is enabled, logs will be exported to Cloud Logging.
optional .google.cloud.compute.v1.FirewallLogConfig log_config = 351299741;- Specified by:
getLogConfigin interfaceFirewallOrBuilder- Returns:
- The logConfig.
-
setLogConfig
public Firewall.Builder setLogConfig(FirewallLogConfig value)
This field denotes the logging options for a particular firewall rule. If logging is enabled, logs will be exported to Cloud Logging.
optional .google.cloud.compute.v1.FirewallLogConfig log_config = 351299741;
-
setLogConfig
public Firewall.Builder setLogConfig(FirewallLogConfig.Builder builderForValue)
This field denotes the logging options for a particular firewall rule. If logging is enabled, logs will be exported to Cloud Logging.
optional .google.cloud.compute.v1.FirewallLogConfig log_config = 351299741;
-
mergeLogConfig
public Firewall.Builder mergeLogConfig(FirewallLogConfig value)
This field denotes the logging options for a particular firewall rule. If logging is enabled, logs will be exported to Cloud Logging.
optional .google.cloud.compute.v1.FirewallLogConfig log_config = 351299741;
-
clearLogConfig
public Firewall.Builder clearLogConfig()
This field denotes the logging options for a particular firewall rule. If logging is enabled, logs will be exported to Cloud Logging.
optional .google.cloud.compute.v1.FirewallLogConfig log_config = 351299741;
-
getLogConfigBuilder
public FirewallLogConfig.Builder getLogConfigBuilder()
This field denotes the logging options for a particular firewall rule. If logging is enabled, logs will be exported to Cloud Logging.
optional .google.cloud.compute.v1.FirewallLogConfig log_config = 351299741;
-
getLogConfigOrBuilder
public FirewallLogConfigOrBuilder getLogConfigOrBuilder()
This field denotes the logging options for a particular firewall rule. If logging is enabled, logs will be exported to Cloud Logging.
optional .google.cloud.compute.v1.FirewallLogConfig log_config = 351299741;- Specified by:
getLogConfigOrBuilderin interfaceFirewallOrBuilder
-
hasName
public boolean hasName()
Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
optional string name = 3373707;- Specified by:
hasNamein interfaceFirewallOrBuilder- Returns:
- Whether the name field is set.
-
getName
public String getName()
Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
optional string name = 3373707;- Specified by:
getNamein interfaceFirewallOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
optional string name = 3373707;- Specified by:
getNameBytesin interfaceFirewallOrBuilder- Returns:
- The bytes for name.
-
setName
public Firewall.Builder setName(String value)
Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
optional string name = 3373707;- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
public Firewall.Builder clearName()
Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
optional string name = 3373707;- Returns:
- This builder for chaining.
-
setNameBytes
public Firewall.Builder setNameBytes(com.google.protobuf.ByteString value)
Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
optional string name = 3373707;- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
hasNetwork
public boolean hasNetwork()
URL of the network resource for this firewall rule. If not specified when creating a firewall rule, the default network is used: global/networks/default If you choose to specify this field, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/myproject/global/networks/my-network - projects/myproject/global/networks/my-network - global/networks/default
optional string network = 232872494;- Specified by:
hasNetworkin interfaceFirewallOrBuilder- Returns:
- Whether the network field is set.
-
getNetwork
public String getNetwork()
URL of the network resource for this firewall rule. If not specified when creating a firewall rule, the default network is used: global/networks/default If you choose to specify this field, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/myproject/global/networks/my-network - projects/myproject/global/networks/my-network - global/networks/default
optional string network = 232872494;- Specified by:
getNetworkin interfaceFirewallOrBuilder- Returns:
- The network.
-
getNetworkBytes
public com.google.protobuf.ByteString getNetworkBytes()
URL of the network resource for this firewall rule. If not specified when creating a firewall rule, the default network is used: global/networks/default If you choose to specify this field, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/myproject/global/networks/my-network - projects/myproject/global/networks/my-network - global/networks/default
optional string network = 232872494;- Specified by:
getNetworkBytesin interfaceFirewallOrBuilder- Returns:
- The bytes for network.
-
setNetwork
public Firewall.Builder setNetwork(String value)
URL of the network resource for this firewall rule. If not specified when creating a firewall rule, the default network is used: global/networks/default If you choose to specify this field, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/myproject/global/networks/my-network - projects/myproject/global/networks/my-network - global/networks/default
optional string network = 232872494;- Parameters:
value- The network to set.- Returns:
- This builder for chaining.
-
clearNetwork
public Firewall.Builder clearNetwork()
URL of the network resource for this firewall rule. If not specified when creating a firewall rule, the default network is used: global/networks/default If you choose to specify this field, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/myproject/global/networks/my-network - projects/myproject/global/networks/my-network - global/networks/default
optional string network = 232872494;- Returns:
- This builder for chaining.
-
setNetworkBytes
public Firewall.Builder setNetworkBytes(com.google.protobuf.ByteString value)
URL of the network resource for this firewall rule. If not specified when creating a firewall rule, the default network is used: global/networks/default If you choose to specify this field, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/myproject/global/networks/my-network - projects/myproject/global/networks/my-network - global/networks/default
optional string network = 232872494;- Parameters:
value- The bytes for network to set.- Returns:
- This builder for chaining.
-
hasPriority
public boolean hasPriority()
Priority for this rule. This is an integer between `0` and `65535`, both inclusive. The default value is `1000`. Relative priorities determine which rule takes effect if multiple rules apply. Lower values indicate higher priority. For example, a rule with priority `0` has higher precedence than a rule with priority `1`. DENY rules take precedence over ALLOW rules if they have equal priority. Note that VPC networks have implied rules with a priority of `65535`. To avoid conflicts with the implied rules, use a priority number less than `65535`.
optional int32 priority = 445151652;- Specified by:
hasPriorityin interfaceFirewallOrBuilder- Returns:
- Whether the priority field is set.
-
getPriority
public int getPriority()
Priority for this rule. This is an integer between `0` and `65535`, both inclusive. The default value is `1000`. Relative priorities determine which rule takes effect if multiple rules apply. Lower values indicate higher priority. For example, a rule with priority `0` has higher precedence than a rule with priority `1`. DENY rules take precedence over ALLOW rules if they have equal priority. Note that VPC networks have implied rules with a priority of `65535`. To avoid conflicts with the implied rules, use a priority number less than `65535`.
optional int32 priority = 445151652;- Specified by:
getPriorityin interfaceFirewallOrBuilder- Returns:
- The priority.
-
setPriority
public Firewall.Builder setPriority(int value)
Priority for this rule. This is an integer between `0` and `65535`, both inclusive. The default value is `1000`. Relative priorities determine which rule takes effect if multiple rules apply. Lower values indicate higher priority. For example, a rule with priority `0` has higher precedence than a rule with priority `1`. DENY rules take precedence over ALLOW rules if they have equal priority. Note that VPC networks have implied rules with a priority of `65535`. To avoid conflicts with the implied rules, use a priority number less than `65535`.
optional int32 priority = 445151652;- Parameters:
value- The priority to set.- Returns:
- This builder for chaining.
-
clearPriority
public Firewall.Builder clearPriority()
Priority for this rule. This is an integer between `0` and `65535`, both inclusive. The default value is `1000`. Relative priorities determine which rule takes effect if multiple rules apply. Lower values indicate higher priority. For example, a rule with priority `0` has higher precedence than a rule with priority `1`. DENY rules take precedence over ALLOW rules if they have equal priority. Note that VPC networks have implied rules with a priority of `65535`. To avoid conflicts with the implied rules, use a priority number less than `65535`.
optional int32 priority = 445151652;- Returns:
- This builder for chaining.
-
hasSelfLink
public boolean hasSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;- Specified by:
hasSelfLinkin interfaceFirewallOrBuilder- Returns:
- Whether the selfLink field is set.
-
getSelfLink
public String getSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;- Specified by:
getSelfLinkin interfaceFirewallOrBuilder- Returns:
- The selfLink.
-
getSelfLinkBytes
public com.google.protobuf.ByteString getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;- Specified by:
getSelfLinkBytesin interfaceFirewallOrBuilder- Returns:
- The bytes for selfLink.
-
setSelfLink
public Firewall.Builder setSelfLink(String value)
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;- Parameters:
value- The selfLink to set.- Returns:
- This builder for chaining.
-
clearSelfLink
public Firewall.Builder clearSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;- Returns:
- This builder for chaining.
-
setSelfLinkBytes
public Firewall.Builder setSelfLinkBytes(com.google.protobuf.ByteString value)
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;- Parameters:
value- The bytes for selfLink to set.- Returns:
- This builder for chaining.
-
getSourceRangesList
public com.google.protobuf.ProtocolStringList getSourceRangesList()
If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges. These ranges must be expressed in CIDR format. One or both of sourceRanges and sourceTags may be set. If both fields are set, the rule applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the rule to apply. Both IPv4 and IPv6 are supported.
repeated string source_ranges = 200097658;- Specified by:
getSourceRangesListin interfaceFirewallOrBuilder- Returns:
- A list containing the sourceRanges.
-
getSourceRangesCount
public int getSourceRangesCount()
If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges. These ranges must be expressed in CIDR format. One or both of sourceRanges and sourceTags may be set. If both fields are set, the rule applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the rule to apply. Both IPv4 and IPv6 are supported.
repeated string source_ranges = 200097658;- Specified by:
getSourceRangesCountin interfaceFirewallOrBuilder- Returns:
- The count of sourceRanges.
-
getSourceRanges
public String getSourceRanges(int index)
If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges. These ranges must be expressed in CIDR format. One or both of sourceRanges and sourceTags may be set. If both fields are set, the rule applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the rule to apply. Both IPv4 and IPv6 are supported.
repeated string source_ranges = 200097658;- Specified by:
getSourceRangesin interfaceFirewallOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The sourceRanges at the given index.
-
getSourceRangesBytes
public com.google.protobuf.ByteString getSourceRangesBytes(int index)
If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges. These ranges must be expressed in CIDR format. One or both of sourceRanges and sourceTags may be set. If both fields are set, the rule applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the rule to apply. Both IPv4 and IPv6 are supported.
repeated string source_ranges = 200097658;- Specified by:
getSourceRangesBytesin interfaceFirewallOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the sourceRanges at the given index.
-
setSourceRanges
public Firewall.Builder setSourceRanges(int index, String value)
If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges. These ranges must be expressed in CIDR format. One or both of sourceRanges and sourceTags may be set. If both fields are set, the rule applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the rule to apply. Both IPv4 and IPv6 are supported.
repeated string source_ranges = 200097658;- Parameters:
index- The index to set the value at.value- The sourceRanges to set.- Returns:
- This builder for chaining.
-
addSourceRanges
public Firewall.Builder addSourceRanges(String value)
If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges. These ranges must be expressed in CIDR format. One or both of sourceRanges and sourceTags may be set. If both fields are set, the rule applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the rule to apply. Both IPv4 and IPv6 are supported.
repeated string source_ranges = 200097658;- Parameters:
value- The sourceRanges to add.- Returns:
- This builder for chaining.
-
addAllSourceRanges
public Firewall.Builder addAllSourceRanges(Iterable<String> values)
If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges. These ranges must be expressed in CIDR format. One or both of sourceRanges and sourceTags may be set. If both fields are set, the rule applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the rule to apply. Both IPv4 and IPv6 are supported.
repeated string source_ranges = 200097658;- Parameters:
values- The sourceRanges to add.- Returns:
- This builder for chaining.
-
clearSourceRanges
public Firewall.Builder clearSourceRanges()
If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges. These ranges must be expressed in CIDR format. One or both of sourceRanges and sourceTags may be set. If both fields are set, the rule applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the rule to apply. Both IPv4 and IPv6 are supported.
repeated string source_ranges = 200097658;- Returns:
- This builder for chaining.
-
addSourceRangesBytes
public Firewall.Builder addSourceRangesBytes(com.google.protobuf.ByteString value)
If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges. These ranges must be expressed in CIDR format. One or both of sourceRanges and sourceTags may be set. If both fields are set, the rule applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the rule to apply. Both IPv4 and IPv6 are supported.
repeated string source_ranges = 200097658;- Parameters:
value- The bytes of the sourceRanges to add.- Returns:
- This builder for chaining.
-
getSourceServiceAccountsList
public com.google.protobuf.ProtocolStringList getSourceServiceAccountsList()
If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list. Source service accounts cannot be used to control traffic to an instance's external IP address because service accounts are associated with an instance, not an IP address. sourceRanges can be set at the same time as sourceServiceAccounts. If both are set, the firewall applies to traffic that has a source IP address within the sourceRanges OR a source IP that belongs to an instance with service account listed in sourceServiceAccount. The connection does not need to match both fields for the firewall to apply. sourceServiceAccounts cannot be used at the same time as sourceTags or targetTags.
repeated string source_service_accounts = 105100756;- Specified by:
getSourceServiceAccountsListin interfaceFirewallOrBuilder- Returns:
- A list containing the sourceServiceAccounts.
-
getSourceServiceAccountsCount
public int getSourceServiceAccountsCount()
If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list. Source service accounts cannot be used to control traffic to an instance's external IP address because service accounts are associated with an instance, not an IP address. sourceRanges can be set at the same time as sourceServiceAccounts. If both are set, the firewall applies to traffic that has a source IP address within the sourceRanges OR a source IP that belongs to an instance with service account listed in sourceServiceAccount. The connection does not need to match both fields for the firewall to apply. sourceServiceAccounts cannot be used at the same time as sourceTags or targetTags.
repeated string source_service_accounts = 105100756;- Specified by:
getSourceServiceAccountsCountin interfaceFirewallOrBuilder- Returns:
- The count of sourceServiceAccounts.
-
getSourceServiceAccounts
public String getSourceServiceAccounts(int index)
If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list. Source service accounts cannot be used to control traffic to an instance's external IP address because service accounts are associated with an instance, not an IP address. sourceRanges can be set at the same time as sourceServiceAccounts. If both are set, the firewall applies to traffic that has a source IP address within the sourceRanges OR a source IP that belongs to an instance with service account listed in sourceServiceAccount. The connection does not need to match both fields for the firewall to apply. sourceServiceAccounts cannot be used at the same time as sourceTags or targetTags.
repeated string source_service_accounts = 105100756;- Specified by:
getSourceServiceAccountsin interfaceFirewallOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The sourceServiceAccounts at the given index.
-
getSourceServiceAccountsBytes
public com.google.protobuf.ByteString getSourceServiceAccountsBytes(int index)
If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list. Source service accounts cannot be used to control traffic to an instance's external IP address because service accounts are associated with an instance, not an IP address. sourceRanges can be set at the same time as sourceServiceAccounts. If both are set, the firewall applies to traffic that has a source IP address within the sourceRanges OR a source IP that belongs to an instance with service account listed in sourceServiceAccount. The connection does not need to match both fields for the firewall to apply. sourceServiceAccounts cannot be used at the same time as sourceTags or targetTags.
repeated string source_service_accounts = 105100756;- Specified by:
getSourceServiceAccountsBytesin interfaceFirewallOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the sourceServiceAccounts at the given index.
-
setSourceServiceAccounts
public Firewall.Builder setSourceServiceAccounts(int index, String value)
If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list. Source service accounts cannot be used to control traffic to an instance's external IP address because service accounts are associated with an instance, not an IP address. sourceRanges can be set at the same time as sourceServiceAccounts. If both are set, the firewall applies to traffic that has a source IP address within the sourceRanges OR a source IP that belongs to an instance with service account listed in sourceServiceAccount. The connection does not need to match both fields for the firewall to apply. sourceServiceAccounts cannot be used at the same time as sourceTags or targetTags.
repeated string source_service_accounts = 105100756;- Parameters:
index- The index to set the value at.value- The sourceServiceAccounts to set.- Returns:
- This builder for chaining.
-
addSourceServiceAccounts
public Firewall.Builder addSourceServiceAccounts(String value)
If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list. Source service accounts cannot be used to control traffic to an instance's external IP address because service accounts are associated with an instance, not an IP address. sourceRanges can be set at the same time as sourceServiceAccounts. If both are set, the firewall applies to traffic that has a source IP address within the sourceRanges OR a source IP that belongs to an instance with service account listed in sourceServiceAccount. The connection does not need to match both fields for the firewall to apply. sourceServiceAccounts cannot be used at the same time as sourceTags or targetTags.
repeated string source_service_accounts = 105100756;- Parameters:
value- The sourceServiceAccounts to add.- Returns:
- This builder for chaining.
-
addAllSourceServiceAccounts
public Firewall.Builder addAllSourceServiceAccounts(Iterable<String> values)
If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list. Source service accounts cannot be used to control traffic to an instance's external IP address because service accounts are associated with an instance, not an IP address. sourceRanges can be set at the same time as sourceServiceAccounts. If both are set, the firewall applies to traffic that has a source IP address within the sourceRanges OR a source IP that belongs to an instance with service account listed in sourceServiceAccount. The connection does not need to match both fields for the firewall to apply. sourceServiceAccounts cannot be used at the same time as sourceTags or targetTags.
repeated string source_service_accounts = 105100756;- Parameters:
values- The sourceServiceAccounts to add.- Returns:
- This builder for chaining.
-
clearSourceServiceAccounts
public Firewall.Builder clearSourceServiceAccounts()
If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list. Source service accounts cannot be used to control traffic to an instance's external IP address because service accounts are associated with an instance, not an IP address. sourceRanges can be set at the same time as sourceServiceAccounts. If both are set, the firewall applies to traffic that has a source IP address within the sourceRanges OR a source IP that belongs to an instance with service account listed in sourceServiceAccount. The connection does not need to match both fields for the firewall to apply. sourceServiceAccounts cannot be used at the same time as sourceTags or targetTags.
repeated string source_service_accounts = 105100756;- Returns:
- This builder for chaining.
-
addSourceServiceAccountsBytes
public Firewall.Builder addSourceServiceAccountsBytes(com.google.protobuf.ByteString value)
If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list. Source service accounts cannot be used to control traffic to an instance's external IP address because service accounts are associated with an instance, not an IP address. sourceRanges can be set at the same time as sourceServiceAccounts. If both are set, the firewall applies to traffic that has a source IP address within the sourceRanges OR a source IP that belongs to an instance with service account listed in sourceServiceAccount. The connection does not need to match both fields for the firewall to apply. sourceServiceAccounts cannot be used at the same time as sourceTags or targetTags.
repeated string source_service_accounts = 105100756;- Parameters:
value- The bytes of the sourceServiceAccounts to add.- Returns:
- This builder for chaining.
-
getSourceTagsList
public com.google.protobuf.ProtocolStringList getSourceTagsList()
If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network. Source tags cannot be used to control traffic to an instance's external IP address, it only applies to traffic between instances in the same virtual network. Because tags are associated with instances, not IP addresses. One or both of sourceRanges and sourceTags may be set. If both fields are set, the firewall applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the firewall to apply.
repeated string source_tags = 452222397;- Specified by:
getSourceTagsListin interfaceFirewallOrBuilder- Returns:
- A list containing the sourceTags.
-
getSourceTagsCount
public int getSourceTagsCount()
If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network. Source tags cannot be used to control traffic to an instance's external IP address, it only applies to traffic between instances in the same virtual network. Because tags are associated with instances, not IP addresses. One or both of sourceRanges and sourceTags may be set. If both fields are set, the firewall applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the firewall to apply.
repeated string source_tags = 452222397;- Specified by:
getSourceTagsCountin interfaceFirewallOrBuilder- Returns:
- The count of sourceTags.
-
getSourceTags
public String getSourceTags(int index)
If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network. Source tags cannot be used to control traffic to an instance's external IP address, it only applies to traffic between instances in the same virtual network. Because tags are associated with instances, not IP addresses. One or both of sourceRanges and sourceTags may be set. If both fields are set, the firewall applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the firewall to apply.
repeated string source_tags = 452222397;- Specified by:
getSourceTagsin interfaceFirewallOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The sourceTags at the given index.
-
getSourceTagsBytes
public com.google.protobuf.ByteString getSourceTagsBytes(int index)
If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network. Source tags cannot be used to control traffic to an instance's external IP address, it only applies to traffic between instances in the same virtual network. Because tags are associated with instances, not IP addresses. One or both of sourceRanges and sourceTags may be set. If both fields are set, the firewall applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the firewall to apply.
repeated string source_tags = 452222397;- Specified by:
getSourceTagsBytesin interfaceFirewallOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the sourceTags at the given index.
-
setSourceTags
public Firewall.Builder setSourceTags(int index, String value)
If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network. Source tags cannot be used to control traffic to an instance's external IP address, it only applies to traffic between instances in the same virtual network. Because tags are associated with instances, not IP addresses. One or both of sourceRanges and sourceTags may be set. If both fields are set, the firewall applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the firewall to apply.
repeated string source_tags = 452222397;- Parameters:
index- The index to set the value at.value- The sourceTags to set.- Returns:
- This builder for chaining.
-
addSourceTags
public Firewall.Builder addSourceTags(String value)
If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network. Source tags cannot be used to control traffic to an instance's external IP address, it only applies to traffic between instances in the same virtual network. Because tags are associated with instances, not IP addresses. One or both of sourceRanges and sourceTags may be set. If both fields are set, the firewall applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the firewall to apply.
repeated string source_tags = 452222397;- Parameters:
value- The sourceTags to add.- Returns:
- This builder for chaining.
-
addAllSourceTags
public Firewall.Builder addAllSourceTags(Iterable<String> values)
If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network. Source tags cannot be used to control traffic to an instance's external IP address, it only applies to traffic between instances in the same virtual network. Because tags are associated with instances, not IP addresses. One or both of sourceRanges and sourceTags may be set. If both fields are set, the firewall applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the firewall to apply.
repeated string source_tags = 452222397;- Parameters:
values- The sourceTags to add.- Returns:
- This builder for chaining.
-
clearSourceTags
public Firewall.Builder clearSourceTags()
If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network. Source tags cannot be used to control traffic to an instance's external IP address, it only applies to traffic between instances in the same virtual network. Because tags are associated with instances, not IP addresses. One or both of sourceRanges and sourceTags may be set. If both fields are set, the firewall applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the firewall to apply.
repeated string source_tags = 452222397;- Returns:
- This builder for chaining.
-
addSourceTagsBytes
public Firewall.Builder addSourceTagsBytes(com.google.protobuf.ByteString value)
If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network. Source tags cannot be used to control traffic to an instance's external IP address, it only applies to traffic between instances in the same virtual network. Because tags are associated with instances, not IP addresses. One or both of sourceRanges and sourceTags may be set. If both fields are set, the firewall applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the firewall to apply.
repeated string source_tags = 452222397;- Parameters:
value- The bytes of the sourceTags to add.- Returns:
- This builder for chaining.
-
getTargetServiceAccountsList
public com.google.protobuf.ProtocolStringList getTargetServiceAccountsList()
A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[]. targetServiceAccounts cannot be used at the same time as targetTags or sourceTags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to all instances on the specified network.
repeated string target_service_accounts = 457639710;- Specified by:
getTargetServiceAccountsListin interfaceFirewallOrBuilder- Returns:
- A list containing the targetServiceAccounts.
-
getTargetServiceAccountsCount
public int getTargetServiceAccountsCount()
A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[]. targetServiceAccounts cannot be used at the same time as targetTags or sourceTags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to all instances on the specified network.
repeated string target_service_accounts = 457639710;- Specified by:
getTargetServiceAccountsCountin interfaceFirewallOrBuilder- Returns:
- The count of targetServiceAccounts.
-
getTargetServiceAccounts
public String getTargetServiceAccounts(int index)
A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[]. targetServiceAccounts cannot be used at the same time as targetTags or sourceTags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to all instances on the specified network.
repeated string target_service_accounts = 457639710;- Specified by:
getTargetServiceAccountsin interfaceFirewallOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The targetServiceAccounts at the given index.
-
getTargetServiceAccountsBytes
public com.google.protobuf.ByteString getTargetServiceAccountsBytes(int index)
A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[]. targetServiceAccounts cannot be used at the same time as targetTags or sourceTags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to all instances on the specified network.
repeated string target_service_accounts = 457639710;- Specified by:
getTargetServiceAccountsBytesin interfaceFirewallOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the targetServiceAccounts at the given index.
-
setTargetServiceAccounts
public Firewall.Builder setTargetServiceAccounts(int index, String value)
A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[]. targetServiceAccounts cannot be used at the same time as targetTags or sourceTags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to all instances on the specified network.
repeated string target_service_accounts = 457639710;- Parameters:
index- The index to set the value at.value- The targetServiceAccounts to set.- Returns:
- This builder for chaining.
-
addTargetServiceAccounts
public Firewall.Builder addTargetServiceAccounts(String value)
A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[]. targetServiceAccounts cannot be used at the same time as targetTags or sourceTags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to all instances on the specified network.
repeated string target_service_accounts = 457639710;- Parameters:
value- The targetServiceAccounts to add.- Returns:
- This builder for chaining.
-
addAllTargetServiceAccounts
public Firewall.Builder addAllTargetServiceAccounts(Iterable<String> values)
A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[]. targetServiceAccounts cannot be used at the same time as targetTags or sourceTags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to all instances on the specified network.
repeated string target_service_accounts = 457639710;- Parameters:
values- The targetServiceAccounts to add.- Returns:
- This builder for chaining.
-
clearTargetServiceAccounts
public Firewall.Builder clearTargetServiceAccounts()
A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[]. targetServiceAccounts cannot be used at the same time as targetTags or sourceTags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to all instances on the specified network.
repeated string target_service_accounts = 457639710;- Returns:
- This builder for chaining.
-
addTargetServiceAccountsBytes
public Firewall.Builder addTargetServiceAccountsBytes(com.google.protobuf.ByteString value)
A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[]. targetServiceAccounts cannot be used at the same time as targetTags or sourceTags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to all instances on the specified network.
repeated string target_service_accounts = 457639710;- Parameters:
value- The bytes of the targetServiceAccounts to add.- Returns:
- This builder for chaining.
-
getTargetTagsList
public com.google.protobuf.ProtocolStringList getTargetTagsList()
A list of tags that controls which instances the firewall rule applies to. If targetTags are specified, then the firewall rule applies only to instances in the VPC network that have one of those tags. If no targetTags are specified, the firewall rule applies to all instances on the specified network.
repeated string target_tags = 62901767;- Specified by:
getTargetTagsListin interfaceFirewallOrBuilder- Returns:
- A list containing the targetTags.
-
getTargetTagsCount
public int getTargetTagsCount()
A list of tags that controls which instances the firewall rule applies to. If targetTags are specified, then the firewall rule applies only to instances in the VPC network that have one of those tags. If no targetTags are specified, the firewall rule applies to all instances on the specified network.
repeated string target_tags = 62901767;- Specified by:
getTargetTagsCountin interfaceFirewallOrBuilder- Returns:
- The count of targetTags.
-
getTargetTags
public String getTargetTags(int index)
A list of tags that controls which instances the firewall rule applies to. If targetTags are specified, then the firewall rule applies only to instances in the VPC network that have one of those tags. If no targetTags are specified, the firewall rule applies to all instances on the specified network.
repeated string target_tags = 62901767;- Specified by:
getTargetTagsin interfaceFirewallOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The targetTags at the given index.
-
getTargetTagsBytes
public com.google.protobuf.ByteString getTargetTagsBytes(int index)
A list of tags that controls which instances the firewall rule applies to. If targetTags are specified, then the firewall rule applies only to instances in the VPC network that have one of those tags. If no targetTags are specified, the firewall rule applies to all instances on the specified network.
repeated string target_tags = 62901767;- Specified by:
getTargetTagsBytesin interfaceFirewallOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the targetTags at the given index.
-
setTargetTags
public Firewall.Builder setTargetTags(int index, String value)
A list of tags that controls which instances the firewall rule applies to. If targetTags are specified, then the firewall rule applies only to instances in the VPC network that have one of those tags. If no targetTags are specified, the firewall rule applies to all instances on the specified network.
repeated string target_tags = 62901767;- Parameters:
index- The index to set the value at.value- The targetTags to set.- Returns:
- This builder for chaining.
-
addTargetTags
public Firewall.Builder addTargetTags(String value)
A list of tags that controls which instances the firewall rule applies to. If targetTags are specified, then the firewall rule applies only to instances in the VPC network that have one of those tags. If no targetTags are specified, the firewall rule applies to all instances on the specified network.
repeated string target_tags = 62901767;- Parameters:
value- The targetTags to add.- Returns:
- This builder for chaining.
-
addAllTargetTags
public Firewall.Builder addAllTargetTags(Iterable<String> values)
A list of tags that controls which instances the firewall rule applies to. If targetTags are specified, then the firewall rule applies only to instances in the VPC network that have one of those tags. If no targetTags are specified, the firewall rule applies to all instances on the specified network.
repeated string target_tags = 62901767;- Parameters:
values- The targetTags to add.- Returns:
- This builder for chaining.
-
clearTargetTags
public Firewall.Builder clearTargetTags()
A list of tags that controls which instances the firewall rule applies to. If targetTags are specified, then the firewall rule applies only to instances in the VPC network that have one of those tags. If no targetTags are specified, the firewall rule applies to all instances on the specified network.
repeated string target_tags = 62901767;- Returns:
- This builder for chaining.
-
addTargetTagsBytes
public Firewall.Builder addTargetTagsBytes(com.google.protobuf.ByteString value)
A list of tags that controls which instances the firewall rule applies to. If targetTags are specified, then the firewall rule applies only to instances in the VPC network that have one of those tags. If no targetTags are specified, the firewall rule applies to all instances on the specified network.
repeated string target_tags = 62901767;- Parameters:
value- The bytes of the targetTags to add.- Returns:
- This builder for chaining.
-
setUnknownFields
public final Firewall.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Firewall.Builder>
-
mergeUnknownFields
public final Firewall.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Firewall.Builder>
-
-