Package com.google.cloud.compute.v1
Interface SecurityPoliciesScopedListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SecurityPoliciesScopedList
,SecurityPoliciesScopedList.Builder
public interface SecurityPoliciesScopedListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSecurityPoliciesList
List<SecurityPolicy> getSecurityPoliciesList()
A list of SecurityPolicies contained in this scope.
repeated .google.cloud.compute.v1.SecurityPolicy security_policies = 127783791;
-
getSecurityPolicies
SecurityPolicy getSecurityPolicies(int index)
A list of SecurityPolicies contained in this scope.
repeated .google.cloud.compute.v1.SecurityPolicy security_policies = 127783791;
-
getSecurityPoliciesCount
int getSecurityPoliciesCount()
A list of SecurityPolicies contained in this scope.
repeated .google.cloud.compute.v1.SecurityPolicy security_policies = 127783791;
-
getSecurityPoliciesOrBuilderList
List<? extends SecurityPolicyOrBuilder> getSecurityPoliciesOrBuilderList()
A list of SecurityPolicies contained in this scope.
repeated .google.cloud.compute.v1.SecurityPolicy security_policies = 127783791;
-
getSecurityPoliciesOrBuilder
SecurityPolicyOrBuilder getSecurityPoliciesOrBuilder(int index)
A list of SecurityPolicies contained in this scope.
repeated .google.cloud.compute.v1.SecurityPolicy security_policies = 127783791;
-
hasWarning
boolean hasWarning()
Informational warning which replaces the list of security policies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
- Returns:
- Whether the warning field is set.
-
getWarning
Warning getWarning()
Informational warning which replaces the list of security policies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
- Returns:
- The warning.
-
getWarningOrBuilder
WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of security policies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
-