Class: Google::Cloud::Compute::V1::ResourcePoliciesScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ResourcePoliciesScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#resource_policies ⇒ ::Array<::Google::Cloud::Compute::V1::ResourcePolicy>
A list of resourcePolicies contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Informational warning which replaces the list of resourcePolicies when the list is empty.
Instance Attribute Details
#resource_policies ⇒ ::Array<::Google::Cloud::Compute::V1::ResourcePolicy>
Returns A list of resourcePolicies contained in this scope.
26559 26560 26561 26562 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26559 class ResourcePoliciesScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns Informational warning which replaces the list of resourcePolicies when the list is empty.
26559 26560 26561 26562 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26559 class ResourcePoliciesScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |