Package com.google.cloud.compute.v1
Interface ResourcePoliciesScopedListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResourcePoliciesScopedList,ResourcePoliciesScopedList.Builder
public interface ResourcePoliciesScopedListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourcePolicygetResourcePolicies(int index)A list of resourcePolicies contained in this scope.intgetResourcePoliciesCount()A list of resourcePolicies contained in this scope.List<ResourcePolicy>getResourcePoliciesList()A list of resourcePolicies contained in this scope.ResourcePolicyOrBuildergetResourcePoliciesOrBuilder(int index)A list of resourcePolicies contained in this scope.List<? extends ResourcePolicyOrBuilder>getResourcePoliciesOrBuilderList()A list of resourcePolicies contained in this scope.WarninggetWarning()Informational warning which replaces the list of resourcePolicies when the list is empty.WarningOrBuildergetWarningOrBuilder()Informational warning which replaces the list of resourcePolicies when the list is empty.booleanhasWarning()Informational warning which replaces the list of resourcePolicies 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
-
getResourcePoliciesList
List<ResourcePolicy> getResourcePoliciesList()
A list of resourcePolicies contained in this scope.
repeated .google.cloud.compute.v1.ResourcePolicy resource_policies = 22220385;
-
getResourcePolicies
ResourcePolicy getResourcePolicies(int index)
A list of resourcePolicies contained in this scope.
repeated .google.cloud.compute.v1.ResourcePolicy resource_policies = 22220385;
-
getResourcePoliciesCount
int getResourcePoliciesCount()
A list of resourcePolicies contained in this scope.
repeated .google.cloud.compute.v1.ResourcePolicy resource_policies = 22220385;
-
getResourcePoliciesOrBuilderList
List<? extends ResourcePolicyOrBuilder> getResourcePoliciesOrBuilderList()
A list of resourcePolicies contained in this scope.
repeated .google.cloud.compute.v1.ResourcePolicy resource_policies = 22220385;
-
getResourcePoliciesOrBuilder
ResourcePolicyOrBuilder getResourcePoliciesOrBuilder(int index)
A list of resourcePolicies contained in this scope.
repeated .google.cloud.compute.v1.ResourcePolicy resource_policies = 22220385;
-
hasWarning
boolean hasWarning()
Informational warning which replaces the list of resourcePolicies 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 resourcePolicies 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 resourcePolicies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
-