Class: Google::Cloud::Asset::V1::RelatedResource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/asset/v1/assets.rb

Overview

The detailed related resource.

Instance Attribute Summary collapse

Instance Attribute Details

#asset_type::String

Returns The type of the asset. Example: compute.googleapis.com/Instance.

Returns:

  • (::String)

    The type of the asset. Example: compute.googleapis.com/Instance



662
663
664
665
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 662

class RelatedResource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#full_resource_name::String

Returns The full resource name of the related resource. Example: //compute.googleapis.com/projects/my_proj_123/zones/instance/instance123.

Returns:

  • (::String)

    The full resource name of the related resource. Example: //compute.googleapis.com/projects/my_proj_123/zones/instance/instance123



662
663
664
665
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 662

class RelatedResource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end