- 1.54.0 (latest)
- 1.53.0
- 1.52.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.1.10
public interface FirewallInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAction()
public abstract String getAction()
Possible values: ALLOW, DENY
string action = 4;
Type | Description |
String | The action. |
getActionBytes()
public abstract ByteString getActionBytes()
Possible values: ALLOW, DENY
string action = 4;
Type | Description |
ByteString | The bytes for action. |
getDirection()
public abstract String getDirection()
Possible values: INGRESS, EGRESS
string direction = 3;
Type | Description |
String | The direction. |
getDirectionBytes()
public abstract ByteString getDirectionBytes()
Possible values: INGRESS, EGRESS
string direction = 3;
Type | Description |
ByteString | The bytes for direction. |
getDisplayName()
public abstract String getDisplayName()
The display name of the VPC firewall rule. This field is not applicable to hierarchical firewall policy rules.
string display_name = 1;
Type | Description |
String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
The display name of the VPC firewall rule. This field is not applicable to hierarchical firewall policy rules.
string display_name = 1;
Type | Description |
ByteString | The bytes for displayName. |
getFirewallRuleType()
public abstract FirewallInfo.FirewallRuleType getFirewallRuleType()
The firewall rule's type.
.google.cloud.networkmanagement.v1.FirewallInfo.FirewallRuleType firewall_rule_type = 10;
Type | Description |
FirewallInfo.FirewallRuleType | The firewallRuleType. |
getFirewallRuleTypeValue()
public abstract int getFirewallRuleTypeValue()
The firewall rule's type.
.google.cloud.networkmanagement.v1.FirewallInfo.FirewallRuleType firewall_rule_type = 10;
Type | Description |
int | The enum numeric value on the wire for firewallRuleType. |
getNetworkUri()
public abstract String getNetworkUri()
The URI of the VPC network that the firewall rule is associated with. This field is not applicable to hierarchical firewall policy rules.
string network_uri = 6;
Type | Description |
String | The networkUri. |
getNetworkUriBytes()
public abstract ByteString getNetworkUriBytes()
The URI of the VPC network that the firewall rule is associated with. This field is not applicable to hierarchical firewall policy rules.
string network_uri = 6;
Type | Description |
ByteString | The bytes for networkUri. |
getPolicy()
public abstract String getPolicy()
The hierarchical firewall policy that this rule is associated with. This field is not applicable to VPC firewall rules.
string policy = 9;
Type | Description |
String | The policy. |
getPolicyBytes()
public abstract ByteString getPolicyBytes()
The hierarchical firewall policy that this rule is associated with. This field is not applicable to VPC firewall rules.
string policy = 9;
Type | Description |
ByteString | The bytes for policy. |
getPriority()
public abstract int getPriority()
The priority of the firewall rule.
int32 priority = 5;
Type | Description |
int | The priority. |
getTargetServiceAccounts(int index)
public abstract String getTargetServiceAccounts(int index)
The target service accounts specified by the firewall rule.
repeated string target_service_accounts = 8;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The targetServiceAccounts at the given index. |
getTargetServiceAccountsBytes(int index)
public abstract ByteString getTargetServiceAccountsBytes(int index)
The target service accounts specified by the firewall rule.
repeated string target_service_accounts = 8;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the targetServiceAccounts at the given index. |
getTargetServiceAccountsCount()
public abstract int getTargetServiceAccountsCount()
The target service accounts specified by the firewall rule.
repeated string target_service_accounts = 8;
Type | Description |
int | The count of targetServiceAccounts. |
getTargetServiceAccountsList()
public abstract List<String> getTargetServiceAccountsList()
The target service accounts specified by the firewall rule.
repeated string target_service_accounts = 8;
Type | Description |
List<String> | A list containing the targetServiceAccounts. |
getTargetTags(int index)
public abstract String getTargetTags(int index)
The target tags defined by the VPC firewall rule. This field is not applicable to hierarchical firewall policy rules.
repeated string target_tags = 7;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The targetTags at the given index. |
getTargetTagsBytes(int index)
public abstract ByteString getTargetTagsBytes(int index)
The target tags defined by the VPC firewall rule. This field is not applicable to hierarchical firewall policy rules.
repeated string target_tags = 7;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the targetTags at the given index. |
getTargetTagsCount()
public abstract int getTargetTagsCount()
The target tags defined by the VPC firewall rule. This field is not applicable to hierarchical firewall policy rules.
repeated string target_tags = 7;
Type | Description |
int | The count of targetTags. |
getTargetTagsList()
public abstract List<String> getTargetTagsList()
The target tags defined by the VPC firewall rule. This field is not applicable to hierarchical firewall policy rules.
repeated string target_tags = 7;
Type | Description |
List<String> | A list containing the targetTags. |
getUri()
public abstract String getUri()
The URI of the VPC firewall rule. This field is not applicable to implied firewall rules or hierarchical firewall policy rules.
string uri = 2;
Type | Description |
String | The uri. |
getUriBytes()
public abstract ByteString getUriBytes()
The URI of the VPC firewall rule. This field is not applicable to implied firewall rules or hierarchical firewall policy rules.
string uri = 2;
Type | Description |
ByteString | The bytes for uri. |