public interface SecurityPoliciesScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SecurityPolicy |
getSecurityPolicies(int index)
A list of SecurityPolicies contained in this scope.
|
int |
getSecurityPoliciesCount()
A list of SecurityPolicies contained in this scope.
|
List<SecurityPolicy> |
getSecurityPoliciesList()
A list of SecurityPolicies contained in this scope.
|
SecurityPolicyOrBuilder |
getSecurityPoliciesOrBuilder(int index)
A list of SecurityPolicies contained in this scope.
|
List<? extends SecurityPolicyOrBuilder> |
getSecurityPoliciesOrBuilderList()
A list of SecurityPolicies contained in this scope.
|
Warning |
getWarning()
Informational warning which replaces the list of security policies when the list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
Informational warning which replaces the list of security policies when the list is empty.
|
boolean |
hasWarning()
Informational warning which replaces the list of security policies when the list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<SecurityPolicy> getSecurityPoliciesList()
A list of SecurityPolicies contained in this scope.
repeated .google.cloud.compute.v1.SecurityPolicy security_policies = 127783791;SecurityPolicy getSecurityPolicies(int index)
A list of SecurityPolicies contained in this scope.
repeated .google.cloud.compute.v1.SecurityPolicy security_policies = 127783791;int getSecurityPoliciesCount()
A list of SecurityPolicies contained in this scope.
repeated .google.cloud.compute.v1.SecurityPolicy security_policies = 127783791;List<? extends SecurityPolicyOrBuilder> getSecurityPoliciesOrBuilderList()
A list of SecurityPolicies contained in this scope.
repeated .google.cloud.compute.v1.SecurityPolicy security_policies = 127783791;SecurityPolicyOrBuilder getSecurityPoliciesOrBuilder(int index)
A list of SecurityPolicies contained in this scope.
repeated .google.cloud.compute.v1.SecurityPolicy security_policies = 127783791;boolean hasWarning()
Informational warning which replaces the list of security policies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
Informational warning which replaces the list of security policies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of security policies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2023 Google LLC. All rights reserved.