Class: Google::Cloud::CapacityPlanner::V1beta::ResourceIdentifier
- Inherits:
-
Object
- Object
- Google::Cloud::CapacityPlanner::V1beta::ResourceIdentifier
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/capacityplanner/v1beta/resource.rb
Overview
The identifier for a Google Cloud Platform resource.
Instance Attribute Summary collapse
- #resource_attributes ⇒ ::Array<::Google::Cloud::CapacityPlanner::V1beta::ResourceAttribute>
- #resource_name ⇒ ::String
- #service_name ⇒ ::String
Instance Attribute Details
#resource_attributes ⇒ ::Array<::Google::Cloud::CapacityPlanner::V1beta::ResourceAttribute>
66 67 68 69 |
# File 'proto_docs/google/cloud/capacityplanner/v1beta/resource.rb', line 66 class ResourceIdentifier include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_name ⇒ ::String
66 67 68 69 |
# File 'proto_docs/google/cloud/capacityplanner/v1beta/resource.rb', line 66 class ResourceIdentifier include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_name ⇒ ::String
66 67 68 69 |
# File 'proto_docs/google/cloud/capacityplanner/v1beta/resource.rb', line 66 class ResourceIdentifier include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |