public interface FirewallPolicyRuleMatcherOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDestIpRanges(int index)
public abstract String getDestIpRanges(int index)CIDR IP address range. Maximum number of destination CIDR IP ranges allowed is 5000.
repeated string dest_ip_ranges = 337357713;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The destIpRanges at the given index. |
getDestIpRangesBytes(int index)
public abstract ByteString getDestIpRangesBytes(int index)CIDR IP address range. Maximum number of destination CIDR IP ranges allowed is 5000.
repeated string dest_ip_ranges = 337357713;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the destIpRanges at the given index. |
getDestIpRangesCount()
public abstract int getDestIpRangesCount()CIDR IP address range. Maximum number of destination CIDR IP ranges allowed is 5000.
repeated string dest_ip_ranges = 337357713;
| Type | Description |
| int | The count of destIpRanges. |
getDestIpRangesList()
public abstract List<String> getDestIpRangesList()CIDR IP address range. Maximum number of destination CIDR IP ranges allowed is 5000.
repeated string dest_ip_ranges = 337357713;
| Type | Description |
| List<String> | A list containing the destIpRanges. |
getLayer4Configs(int index)
public abstract FirewallPolicyRuleMatcherLayer4Config getLayer4Configs(int index)Pairs of IP protocols and ports that the rule should match.
repeated .google.cloud.compute.v1.FirewallPolicyRuleMatcherLayer4Config layer4_configs = 373534261;
| Name | Description |
| index | int |
| Type | Description |
| FirewallPolicyRuleMatcherLayer4Config |
getLayer4ConfigsCount()
public abstract int getLayer4ConfigsCount()Pairs of IP protocols and ports that the rule should match.
repeated .google.cloud.compute.v1.FirewallPolicyRuleMatcherLayer4Config layer4_configs = 373534261;
| Type | Description |
| int |
getLayer4ConfigsList()
public abstract List<FirewallPolicyRuleMatcherLayer4Config> getLayer4ConfigsList()Pairs of IP protocols and ports that the rule should match.
repeated .google.cloud.compute.v1.FirewallPolicyRuleMatcherLayer4Config layer4_configs = 373534261;
| Type | Description |
| List<FirewallPolicyRuleMatcherLayer4Config> |
getLayer4ConfigsOrBuilder(int index)
public abstract FirewallPolicyRuleMatcherLayer4ConfigOrBuilder getLayer4ConfigsOrBuilder(int index)Pairs of IP protocols and ports that the rule should match.
repeated .google.cloud.compute.v1.FirewallPolicyRuleMatcherLayer4Config layer4_configs = 373534261;
| Name | Description |
| index | int |
| Type | Description |
| FirewallPolicyRuleMatcherLayer4ConfigOrBuilder |
getLayer4ConfigsOrBuilderList()
public abstract List<? extends FirewallPolicyRuleMatcherLayer4ConfigOrBuilder> getLayer4ConfigsOrBuilderList()Pairs of IP protocols and ports that the rule should match.
repeated .google.cloud.compute.v1.FirewallPolicyRuleMatcherLayer4Config layer4_configs = 373534261;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.FirewallPolicyRuleMatcherLayer4ConfigOrBuilder> |
getSrcIpRanges(int index)
public abstract String getSrcIpRanges(int index)CIDR IP address range. Maximum number of source CIDR IP ranges allowed is 5000.
repeated string src_ip_ranges = 432128083;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The srcIpRanges at the given index. |
getSrcIpRangesBytes(int index)
public abstract ByteString getSrcIpRangesBytes(int index)CIDR IP address range. Maximum number of source CIDR IP ranges allowed is 5000.
repeated string src_ip_ranges = 432128083;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the srcIpRanges at the given index. |
getSrcIpRangesCount()
public abstract int getSrcIpRangesCount()CIDR IP address range. Maximum number of source CIDR IP ranges allowed is 5000.
repeated string src_ip_ranges = 432128083;
| Type | Description |
| int | The count of srcIpRanges. |
getSrcIpRangesList()
public abstract List<String> getSrcIpRangesList()CIDR IP address range. Maximum number of source CIDR IP ranges allowed is 5000.
repeated string src_ip_ranges = 432128083;
| Type | Description |
| List<String> | A list containing the srcIpRanges. |