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 type
google.cloud.compute.v1.Firewall| Modifier and Type | Method and Description |
|---|---|
Firewall.Builder |
addAllAllowed(Iterable<? extends Allowed> values)
The list of ALLOW rules specified by this firewall.
|
Firewall.Builder |
addAllDenied(Iterable<? extends Denied> values)
The list of DENY rules specified by this firewall.
|
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.
|
Firewall.Builder |
addAllowed(Allowed.Builder builderForValue)
The list of ALLOW rules specified by this firewall.
|
Firewall.Builder |
addAllowed(Allowed value)
The list of ALLOW rules specified by this firewall.
|
Firewall.Builder |
addAllowed(int index,
Allowed.Builder builderForValue)
The list of ALLOW rules specified by this firewall.
|
Firewall.Builder |
addAllowed(int index,
Allowed value)
The list of ALLOW rules specified by this firewall.
|
Allowed.Builder |
addAllowedBuilder()
The list of ALLOW rules specified by this firewall.
|
Allowed.Builder |
addAllowedBuilder(int index)
The list of ALLOW rules specified by this firewall.
|
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.
|
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.
|
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.
|
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[].
|
Firewall.Builder |
addAllTargetTags(Iterable<String> values)
A list of tags that controls which instances the firewall rule applies to.
|
Firewall.Builder |
addDenied(Denied.Builder builderForValue)
The list of DENY rules specified by this firewall.
|
Firewall.Builder |
addDenied(Denied value)
The list of DENY rules specified by this firewall.
|
Firewall.Builder |
addDenied(int index,
Denied.Builder builderForValue)
The list of DENY rules specified by this firewall.
|
Firewall.Builder |
addDenied(int index,
Denied value)
The list of DENY rules specified by this firewall.
|
Denied.Builder |
addDeniedBuilder()
The list of DENY rules specified by this firewall.
|
Denied.Builder |
addDeniedBuilder(int index)
The list of DENY rules specified by this firewall.
|
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.
|
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.
|
Firewall.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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[].
|
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[].
|
Firewall.Builder |
addTargetTags(String value)
A list of tags that controls which instances the firewall rule applies to.
|
Firewall.Builder |
addTargetTagsBytes(com.google.protobuf.ByteString value)
A list of tags that controls which instances the firewall rule applies to.
|
Firewall |
build() |
Firewall |
buildPartial() |
Firewall.Builder |
clear() |
Firewall.Builder |
clearAllowed()
The list of ALLOW rules specified by this firewall.
|
Firewall.Builder |
clearCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
Firewall.Builder |
clearDenied()
The list of DENY rules specified by this firewall.
|
Firewall.Builder |
clearDescription()
An optional description of this resource.
|
Firewall.Builder |
clearDestinationRanges()
If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges.
|
Firewall.Builder |
clearDirection()
Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`.
|
Firewall.Builder |
clearDisabled()
Denotes whether the firewall rule is disabled.
|
Firewall.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Firewall.Builder |
clearId()
[Output Only] The unique identifier for the resource.
|
Firewall.Builder |
clearKind()
[Output Only] Type of the resource.
|
Firewall.Builder |
clearLogConfig()
This field denotes the logging options for a particular firewall rule.
|
Firewall.Builder |
clearName()
Name of the resource; provided by the client when the resource is created.
|
Firewall.Builder |
clearNetwork()
URL of the network resource for this firewall rule.
|
Firewall.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Firewall.Builder |
clearPriority()
Priority for this rule.
|
Firewall.Builder |
clearSelfLink()
[Output Only] Server-defined URL for the resource.
|
Firewall.Builder |
clearSourceRanges()
If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges.
|
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.
|
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.
|
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[].
|
Firewall.Builder |
clearTargetTags()
A list of tags that controls which instances the firewall rule applies to.
|
Firewall.Builder |
clone() |
Allowed |
getAllowed(int index)
The list of ALLOW rules specified by this firewall.
|
Allowed.Builder |
getAllowedBuilder(int index)
The list of ALLOW rules specified by this firewall.
|
List<Allowed.Builder> |
getAllowedBuilderList()
The list of ALLOW rules specified by this firewall.
|
int |
getAllowedCount()
The list of ALLOW rules specified by this firewall.
|
List<Allowed> |
getAllowedList()
The list of ALLOW rules specified by this firewall.
|
AllowedOrBuilder |
getAllowedOrBuilder(int index)
The list of ALLOW rules specified by this firewall.
|
List<? extends AllowedOrBuilder> |
getAllowedOrBuilderList()
The list of ALLOW rules specified by this firewall.
|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
com.google.protobuf.ByteString |
getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
|
Firewall |
getDefaultInstanceForType() |
Denied |
getDenied(int index)
The list of DENY rules specified by this firewall.
|
Denied.Builder |
getDeniedBuilder(int index)
The list of DENY rules specified by this firewall.
|
List<Denied.Builder> |
getDeniedBuilderList()
The list of DENY rules specified by this firewall.
|
int |
getDeniedCount()
The list of DENY rules specified by this firewall.
|
List<Denied> |
getDeniedList()
The list of DENY rules specified by this firewall.
|
DeniedOrBuilder |
getDeniedOrBuilder(int index)
The list of DENY rules specified by this firewall.
|
List<? extends DeniedOrBuilder> |
getDeniedOrBuilderList()
The list of DENY rules specified by this firewall.
|
String |
getDescription()
An optional description of this resource.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
An optional description of this resource.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDestinationRanges(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.ByteString |
getDestinationRangesBytes(int index)
If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges.
|
int |
getDestinationRangesCount()
If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges.
|
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.
|
String |
getDirection()
Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`.
|
com.google.protobuf.ByteString |
getDirectionBytes()
Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`.
|
boolean |
getDisabled()
Denotes whether the firewall rule is disabled.
|
long |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of the resource.
|
com.google.protobuf.ByteString |
getKindBytes()
[Output Only] Type of the resource.
|
FirewallLogConfig |
getLogConfig()
This field denotes the logging options for a particular firewall rule.
|
FirewallLogConfig.Builder |
getLogConfigBuilder()
This field denotes the logging options for a particular firewall rule.
|
FirewallLogConfigOrBuilder |
getLogConfigOrBuilder()
This field denotes the logging options for a particular firewall rule.
|
String |
getName()
Name of the resource; provided by the client when the resource is created.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the resource; provided by the client when the resource is created.
|
String |
getNetwork()
URL of the network resource for this firewall rule.
|
com.google.protobuf.ByteString |
getNetworkBytes()
URL of the network resource for this firewall rule.
|
int |
getPriority()
Priority for this rule.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
com.google.protobuf.ByteString |
getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.
|
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.
|
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.
|
int |
getSourceRangesCount()
If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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[].
|
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[].
|
int |
getTargetServiceAccountsCount()
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.ProtocolStringList |
getTargetServiceAccountsList()
A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[].
|
String |
getTargetTags(int index)
A list of tags that controls which instances the firewall rule applies to.
|
com.google.protobuf.ByteString |
getTargetTagsBytes(int index)
A list of tags that controls which instances the firewall rule applies to.
|
int |
getTargetTagsCount()
A list of tags that controls which instances the firewall rule applies to.
|
com.google.protobuf.ProtocolStringList |
getTargetTagsList()
A list of tags that controls which instances the firewall rule applies to.
|
boolean |
hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
boolean |
hasDescription()
An optional description of this resource.
|
boolean |
hasDirection()
Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`.
|
boolean |
hasDisabled()
Denotes whether the firewall rule is disabled.
|
boolean |
hasId()
[Output Only] The unique identifier for the resource.
|
boolean |
hasKind()
[Output Only] Type of the resource.
|
boolean |
hasLogConfig()
This field denotes the logging options for a particular firewall rule.
|
boolean |
hasName()
Name of the resource; provided by the client when the resource is created.
|
boolean |
hasNetwork()
URL of the network resource for this firewall rule.
|
boolean |
hasPriority()
Priority for this rule.
|
boolean |
hasSelfLink()
[Output Only] Server-defined URL for the resource.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Firewall.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Firewall.Builder |
mergeFrom(Firewall other) |
Firewall.Builder |
mergeFrom(com.google.protobuf.Message other) |
Firewall.Builder |
mergeLogConfig(FirewallLogConfig value)
This field denotes the logging options for a particular firewall rule.
|
Firewall.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Firewall.Builder |
removeAllowed(int index)
The list of ALLOW rules specified by this firewall.
|
Firewall.Builder |
removeDenied(int index)
The list of DENY rules specified by this firewall.
|
Firewall.Builder |
setAllowed(int index,
Allowed.Builder builderForValue)
The list of ALLOW rules specified by this firewall.
|
Firewall.Builder |
setAllowed(int index,
Allowed value)
The list of ALLOW rules specified by this firewall.
|
Firewall.Builder |
setCreationTimestamp(String value)
[Output Only] Creation timestamp in RFC3339 text format.
|
Firewall.Builder |
setCreationTimestampBytes(com.google.protobuf.ByteString value)
[Output Only] Creation timestamp in RFC3339 text format.
|
Firewall.Builder |
setDenied(int index,
Denied.Builder builderForValue)
The list of DENY rules specified by this firewall.
|
Firewall.Builder |
setDenied(int index,
Denied value)
The list of DENY rules specified by this firewall.
|
Firewall.Builder |
setDescription(String value)
An optional description of this resource.
|
Firewall.Builder |
setDescriptionBytes(com.google.protobuf.ByteString value)
An optional description of this resource.
|
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.
|
Firewall.Builder |
setDirection(String value)
Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`.
|
Firewall.Builder |
setDirectionBytes(com.google.protobuf.ByteString value)
Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`.
|
Firewall.Builder |
setDisabled(boolean value)
Denotes whether the firewall rule is disabled.
|
Firewall.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Firewall.Builder |
setId(long value)
[Output Only] The unique identifier for the resource.
|
Firewall.Builder |
setKind(String value)
[Output Only] Type of the resource.
|
Firewall.Builder |
setKindBytes(com.google.protobuf.ByteString value)
[Output Only] Type of the resource.
|
Firewall.Builder |
setLogConfig(FirewallLogConfig.Builder builderForValue)
This field denotes the logging options for a particular firewall rule.
|
Firewall.Builder |
setLogConfig(FirewallLogConfig value)
This field denotes the logging options for a particular firewall rule.
|
Firewall.Builder |
setName(String value)
Name of the resource; provided by the client when the resource is created.
|
Firewall.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Name of the resource; provided by the client when the resource is created.
|
Firewall.Builder |
setNetwork(String value)
URL of the network resource for this firewall rule.
|
Firewall.Builder |
setNetworkBytes(com.google.protobuf.ByteString value)
URL of the network resource for this firewall rule.
|
Firewall.Builder |
setPriority(int value)
Priority for this rule.
|
Firewall.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Firewall.Builder |
setSelfLink(String value)
[Output Only] Server-defined URL for the resource.
|
Firewall.Builder |
setSelfLinkBytes(com.google.protobuf.ByteString value)
[Output Only] Server-defined URL for the resource.
|
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.
|
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.
|
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.
|
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[].
|
Firewall.Builder |
setTargetTags(int index,
String value)
A list of tags that controls which instances the firewall rule applies to.
|
Firewall.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Firewall.Builder>public Firewall.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Firewall.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Firewall.Builder>public Firewall getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Firewall build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Firewall buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Firewall.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Firewall.Builder>public Firewall.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Firewall.Builder>public Firewall.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Firewall.Builder>public Firewall.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Firewall.Builder>public Firewall.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Firewall.Builder>public Firewall.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Firewall.Builder>public Firewall.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Firewall.Builder>public Firewall.Builder mergeFrom(Firewall other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Firewall.Builder>public Firewall.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Firewall.Builder>IOExceptionpublic 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;getAllowedList in interface FirewallOrBuilderpublic 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;getAllowedCount in interface FirewallOrBuilderpublic 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;getAllowed in interface FirewallOrBuilderpublic 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;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;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;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;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;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;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;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;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;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;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;getAllowedOrBuilder in interface FirewallOrBuilderpublic 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;getAllowedOrBuilderList in interface FirewallOrBuilderpublic 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;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;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;public boolean hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;hasCreationTimestamp in interface FirewallOrBuilderpublic String getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;getCreationTimestamp in interface FirewallOrBuilderpublic com.google.protobuf.ByteString getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;getCreationTimestampBytes in interface FirewallOrBuilderpublic Firewall.Builder setCreationTimestamp(String value)
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;value - The creationTimestamp to set.public Firewall.Builder clearCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;public Firewall.Builder setCreationTimestampBytes(com.google.protobuf.ByteString value)
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;value - The bytes for creationTimestamp to set.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;getDeniedList in interface FirewallOrBuilderpublic 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;getDeniedCount in interface FirewallOrBuilderpublic 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;getDenied in interface FirewallOrBuilderpublic 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;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;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;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;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;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;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;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;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;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;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;getDeniedOrBuilder in interface FirewallOrBuilderpublic 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;getDeniedOrBuilderList in interface FirewallOrBuilderpublic 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;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;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;public boolean hasDescription()
An optional description of this resource. Provide this field when you create the resource.
optional string description = 422937596;hasDescription in interface FirewallOrBuilderpublic String getDescription()
An optional description of this resource. Provide this field when you create the resource.
optional string description = 422937596;getDescription in interface FirewallOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
An optional description of this resource. Provide this field when you create the resource.
optional string description = 422937596;getDescriptionBytes in interface FirewallOrBuilderpublic Firewall.Builder setDescription(String value)
An optional description of this resource. Provide this field when you create the resource.
optional string description = 422937596;value - The description to set.public Firewall.Builder clearDescription()
An optional description of this resource. Provide this field when you create the resource.
optional string description = 422937596;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;value - The bytes for description to set.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;getDestinationRangesList in interface FirewallOrBuilderpublic 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;getDestinationRangesCount in interface FirewallOrBuilderpublic 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;getDestinationRanges in interface FirewallOrBuilderindex - The index of the element to return.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;getDestinationRangesBytes in interface FirewallOrBuilderindex - The index of the value to return.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;index - The index to set the value at.value - The destinationRanges to set.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;value - The destinationRanges to add.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;values - The destinationRanges to add.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;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;value - The bytes of the destinationRanges to add.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;hasDirection in interface FirewallOrBuilderpublic 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;getDirection in interface FirewallOrBuilderpublic 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;getDirectionBytes in interface FirewallOrBuilderpublic 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;value - The direction to set.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;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;value - The bytes for direction to set.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;hasDisabled in interface FirewallOrBuilderpublic 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;getDisabled in interface FirewallOrBuilderpublic 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;value - The disabled to set.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;public boolean hasId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;hasId in interface FirewallOrBuilderpublic long getId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;getId in interface FirewallOrBuilderpublic Firewall.Builder setId(long value)
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;value - The id to set.public Firewall.Builder clearId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;public boolean hasKind()
[Output Only] Type of the resource. Always compute#firewall for firewall rules.
optional string kind = 3292052;hasKind in interface FirewallOrBuilderpublic String getKind()
[Output Only] Type of the resource. Always compute#firewall for firewall rules.
optional string kind = 3292052;getKind in interface FirewallOrBuilderpublic com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of the resource. Always compute#firewall for firewall rules.
optional string kind = 3292052;getKindBytes in interface FirewallOrBuilderpublic Firewall.Builder setKind(String value)
[Output Only] Type of the resource. Always compute#firewall for firewall rules.
optional string kind = 3292052;value - The kind to set.public Firewall.Builder clearKind()
[Output Only] Type of the resource. Always compute#firewall for firewall rules.
optional string kind = 3292052;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;value - The bytes for kind to set.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;hasLogConfig in interface FirewallOrBuilderpublic 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;getLogConfig in interface FirewallOrBuilderpublic 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;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;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;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;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;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;getLogConfigOrBuilder in interface FirewallOrBuilderpublic 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;hasName in interface FirewallOrBuilderpublic 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;getName in interface FirewallOrBuilderpublic 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;getNameBytes in interface FirewallOrBuilderpublic 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;value - The name to set.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;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;value - The bytes for name to set.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;hasNetwork in interface FirewallOrBuilderpublic 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;getNetwork in interface FirewallOrBuilderpublic 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;getNetworkBytes in interface FirewallOrBuilderpublic 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;value - The network to set.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;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;value - The bytes for network to set.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;hasPriority in interface FirewallOrBuilderpublic 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;getPriority in interface FirewallOrBuilderpublic 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;value - The priority to set.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;public boolean hasSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;hasSelfLink in interface FirewallOrBuilderpublic String getSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;getSelfLink in interface FirewallOrBuilderpublic com.google.protobuf.ByteString getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;getSelfLinkBytes in interface FirewallOrBuilderpublic Firewall.Builder setSelfLink(String value)
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;value - The selfLink to set.public Firewall.Builder clearSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;public Firewall.Builder setSelfLinkBytes(com.google.protobuf.ByteString value)
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;value - The bytes for selfLink to set.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;getSourceRangesList in interface FirewallOrBuilderpublic 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;getSourceRangesCount in interface FirewallOrBuilderpublic 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;getSourceRanges in interface FirewallOrBuilderindex - The index of the element to return.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;getSourceRangesBytes in interface FirewallOrBuilderindex - The index of the value to return.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;index - The index to set the value at.value - The sourceRanges to set.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;value - The sourceRanges to add.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;values - The sourceRanges to add.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;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;value - The bytes of the sourceRanges to add.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;getSourceServiceAccountsList in interface FirewallOrBuilderpublic 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;getSourceServiceAccountsCount in interface FirewallOrBuilderpublic 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;getSourceServiceAccounts in interface FirewallOrBuilderindex - The index of the element to return.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;getSourceServiceAccountsBytes in interface FirewallOrBuilderindex - The index of the value to return.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;index - The index to set the value at.value - The sourceServiceAccounts to set.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;value - The sourceServiceAccounts to add.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;values - The sourceServiceAccounts to add.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;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;value - The bytes of the sourceServiceAccounts to add.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;getSourceTagsList in interface FirewallOrBuilderpublic 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;getSourceTagsCount in interface FirewallOrBuilderpublic 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;getSourceTags in interface FirewallOrBuilderindex - The index of the element to return.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;getSourceTagsBytes in interface FirewallOrBuilderindex - The index of the value to return.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;index - The index to set the value at.value - The sourceTags to set.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;value - The sourceTags to add.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;values - The sourceTags to add.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;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;value - The bytes of the sourceTags to add.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;getTargetServiceAccountsList in interface FirewallOrBuilderpublic 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;getTargetServiceAccountsCount in interface FirewallOrBuilderpublic 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;getTargetServiceAccounts in interface FirewallOrBuilderindex - The index of the element to return.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;getTargetServiceAccountsBytes in interface FirewallOrBuilderindex - The index of the value to return.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;index - The index to set the value at.value - The targetServiceAccounts to set.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;value - The targetServiceAccounts to add.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;values - The targetServiceAccounts to add.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;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;value - The bytes of the targetServiceAccounts to add.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;getTargetTagsList in interface FirewallOrBuilderpublic 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;getTargetTagsCount in interface FirewallOrBuilderpublic 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;getTargetTags in interface FirewallOrBuilderindex - The index of the element to return.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;getTargetTagsBytes in interface FirewallOrBuilderindex - The index of the value to return.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;index - The index to set the value at.value - The targetTags to set.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;value - The targetTags to add.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;values - The targetTags to add.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;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;value - The bytes of the targetTags to add.public final Firewall.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Firewall.Builder>public final Firewall.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Firewall.Builder>Copyright © 2023 Google LLC. All rights reserved.