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 ResourcePolicy
getResourcePolicies(int index)
A list of resourcePolicies contained in this scope.int
getResourcePoliciesCount()
A list of resourcePolicies contained in this scope.List<ResourcePolicy>
getResourcePoliciesList()
A list of resourcePolicies contained in this scope.ResourcePolicyOrBuilder
getResourcePoliciesOrBuilder(int index)
A list of resourcePolicies contained in this scope.List<? extends ResourcePolicyOrBuilder>
getResourcePoliciesOrBuilderList()
A list of resourcePolicies contained in this scope.Warning
getWarning()
Informational warning which replaces the list of resourcePolicies when the list is empty.WarningOrBuilder
getWarningOrBuilder()
Informational warning which replaces the list of resourcePolicies when the list is empty.boolean
hasWarning()
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;
-
-