Class: Google::Cloud::WorkloadManager::V1::Resource
- Inherits:
-
Object
- Object
- Google::Cloud::WorkloadManager::V1::Resource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workloadmanager/v1/service.rb
Overview
Resource in execution result.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name of the resource.
-
#service_account ⇒ ::String
The service account associated with the resource.
-
#type ⇒ ::String
The type of resource.
Instance Attribute Details
#name ⇒ ::String
Returns The name of the resource.
807 808 809 810 |
# File 'proto_docs/google/cloud/workloadmanager/v1/service.rb', line 807 class Resource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |