public interface FirewallPoliciesScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FirewallPolicy |
getFirewallPolicies(int index)
A list of firewall policies contained in this scope.
|
int |
getFirewallPoliciesCount()
A list of firewall policies contained in this scope.
|
List<FirewallPolicy> |
getFirewallPoliciesList()
A list of firewall policies contained in this scope.
|
FirewallPolicyOrBuilder |
getFirewallPoliciesOrBuilder(int index)
A list of firewall policies contained in this scope.
|
List<? extends FirewallPolicyOrBuilder> |
getFirewallPoliciesOrBuilderList()
A list of firewall policies contained in this scope.
|
Warning |
getWarning()
Informational warning which replaces the list of firewall policies when the list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
Informational warning which replaces the list of firewall policies when the list is empty.
|
boolean |
hasWarning()
Informational warning which replaces the list of firewall policies when the list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<FirewallPolicy> getFirewallPoliciesList()
A list of firewall policies contained in this scope.
repeated .google.cloud.compute.v1.FirewallPolicy firewall_policies = 392512943;FirewallPolicy getFirewallPolicies(int index)
A list of firewall policies contained in this scope.
repeated .google.cloud.compute.v1.FirewallPolicy firewall_policies = 392512943;int getFirewallPoliciesCount()
A list of firewall policies contained in this scope.
repeated .google.cloud.compute.v1.FirewallPolicy firewall_policies = 392512943;List<? extends FirewallPolicyOrBuilder> getFirewallPoliciesOrBuilderList()
A list of firewall policies contained in this scope.
repeated .google.cloud.compute.v1.FirewallPolicy firewall_policies = 392512943;FirewallPolicyOrBuilder getFirewallPoliciesOrBuilder(int index)
A list of firewall policies contained in this scope.
repeated .google.cloud.compute.v1.FirewallPolicy firewall_policies = 392512943;boolean hasWarning()
Informational warning which replaces the list of firewall policies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
Informational warning which replaces the list of firewall policies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of firewall policies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2025 Google LLC. All rights reserved.