Class: Google::Cloud::CapacityPlanner::V1beta::ResourceAttribute
- Inherits:
-
Object
- Object
- Google::Cloud::CapacityPlanner::V1beta::ResourceAttribute
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/capacityplanner/v1beta/resource.rb
Overview
An attribute of a Google Cloud Platform resource.
Instance Attribute Summary collapse
Instance Attribute Details
#key ⇒ ::String
76 77 78 79 |
# File 'proto_docs/google/cloud/capacityplanner/v1beta/resource.rb', line 76 class ResourceAttribute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::Google::Cloud::CapacityPlanner::V1beta::ResourceValue
76 77 78 79 |
# File 'proto_docs/google/cloud/capacityplanner/v1beta/resource.rb', line 76 class ResourceAttribute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |