public interface ResourcePoliciesScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ResourcePolicy> getResourcePoliciesList()
A list of resourcePolicies contained in this scope.
repeated .google.cloud.compute.v1.ResourcePolicy resource_policies = 22220385;ResourcePolicy getResourcePolicies(int index)
A list of resourcePolicies contained in this scope.
repeated .google.cloud.compute.v1.ResourcePolicy resource_policies = 22220385;int getResourcePoliciesCount()
A list of resourcePolicies contained in this scope.
repeated .google.cloud.compute.v1.ResourcePolicy resource_policies = 22220385;List<? extends ResourcePolicyOrBuilder> getResourcePoliciesOrBuilderList()
A list of resourcePolicies contained in this scope.
repeated .google.cloud.compute.v1.ResourcePolicy resource_policies = 22220385;ResourcePolicyOrBuilder getResourcePoliciesOrBuilder(int index)
A list of resourcePolicies contained in this scope.
repeated .google.cloud.compute.v1.ResourcePolicy resource_policies = 22220385;boolean hasWarning()
Informational warning which replaces the list of resourcePolicies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
Informational warning which replaces the list of resourcePolicies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of resourcePolicies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2023 Google LLC. All rights reserved.