Class: Google::Cloud::Dataplex::V1::GetDataAssetRequest

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

Overview

Request message for getting a data asset.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the data asset to retrieve. Format: projects/{project_id_or_number}/locations/{location_id}/dataProducts/{data_product_id}/dataAssets/{data_asset_id}.

Returns:

  • (::String)

    Required. The name of the data asset to retrieve. Format: projects/{project_id_or_number}/locations/{location_id}/dataProducts/{data_product_id}/dataAssets/{data_asset_id}



511
512
513
514
# File 'proto_docs/google/cloud/dataplex/v1/data_products.rb', line 511

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