public final class Firewall extends com.google.protobuf.GeneratedMessageV3 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 | Class and Description |
|---|---|
static class |
Firewall.Builder
Represents a Firewall Rule resource.
|
static class |
Firewall.Direction
Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ALLOWED_FIELD_NUMBER |
static int |
CREATION_TIMESTAMP_FIELD_NUMBER |
static int |
DENIED_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
DESTINATION_RANGES_FIELD_NUMBER |
static int |
DIRECTION_FIELD_NUMBER |
static int |
DISABLED_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
KIND_FIELD_NUMBER |
static int |
LOG_CONFIG_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
NETWORK_FIELD_NUMBER |
static int |
PRIORITY_FIELD_NUMBER |
static int |
SELF_LINK_FIELD_NUMBER |
static int |
SOURCE_RANGES_FIELD_NUMBER |
static int |
SOURCE_SERVICE_ACCOUNTS_FIELD_NUMBER |
static int |
SOURCE_TAGS_FIELD_NUMBER |
static int |
TARGET_SERVICE_ACCOUNTS_FIELD_NUMBER |
static int |
TARGET_TAGS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Allowed |
getAllowed(int index)
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.
|
static Firewall |
getDefaultInstance() |
Firewall |
getDefaultInstanceForType() |
Denied |
getDenied(int index)
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() |
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.
|
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.
|
com.google.protobuf.Parser<Firewall> |
getParserForType() |
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.
|
int |
getSerializedSize() |
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.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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.
|
int |
hashCode() |
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() |
static Firewall.Builder |
newBuilder() |
static Firewall.Builder |
newBuilder(Firewall prototype) |
Firewall.Builder |
newBuilderForType() |
protected Firewall.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Firewall |
parseDelimitedFrom(InputStream input) |
static Firewall |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Firewall |
parseFrom(byte[] data) |
static Firewall |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Firewall |
parseFrom(ByteBuffer data) |
static Firewall |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Firewall |
parseFrom(com.google.protobuf.ByteString data) |
static Firewall |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Firewall |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Firewall |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Firewall |
parseFrom(InputStream input) |
static Firewall |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Firewall> |
parser() |
Firewall.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ALLOWED_FIELD_NUMBER
public static final int CREATION_TIMESTAMP_FIELD_NUMBER
public static final int DENIED_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int DESTINATION_RANGES_FIELD_NUMBER
public static final int DIRECTION_FIELD_NUMBER
public static final int DISABLED_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
public static final int KIND_FIELD_NUMBER
public static final int LOG_CONFIG_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int NETWORK_FIELD_NUMBER
public static final int PRIORITY_FIELD_NUMBER
public static final int SELF_LINK_FIELD_NUMBER
public static final int SOURCE_RANGES_FIELD_NUMBER
public static final int SOURCE_SERVICE_ACCOUNTS_FIELD_NUMBER
public static final int SOURCE_TAGS_FIELD_NUMBER
public static final int TARGET_SERVICE_ACCOUNTS_FIELD_NUMBER
public static final int TARGET_TAGS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Firewall parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Firewall parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Firewall parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Firewall parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Firewall parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Firewall parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Firewall parseFrom(InputStream input) throws IOException
IOExceptionpublic static Firewall parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Firewall parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Firewall parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Firewall parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Firewall parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Firewall.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Firewall.Builder newBuilder()
public static Firewall.Builder newBuilder(Firewall prototype)
public Firewall.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Firewall.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Firewall getDefaultInstance()
public static com.google.protobuf.Parser<Firewall> parser()
public com.google.protobuf.Parser<Firewall> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Firewall getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.