Class: Google::Cloud::WorkloadManager::V1::Resource

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns The name of the resource.

Returns:

  • (::String)

    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

#service_account::String

Returns The service account associated with the resource.

Returns:

  • (::String)

    The service account associated with 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

#type::String

Returns The type of resource.

Returns:

  • (::String)

    The type of 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