Dataplex V1 API - Class Google::Cloud::Dataplex::V1::Asset::ResourceSpec (v0.6.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::Asset::ResourceSpec.

Identifies the cloud resource that is referenced by this asset.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Immutable. Relative name of the cloud resource that contains the data that is being managed within a lake. For example: projects/{project_number}/buckets/{bucket_id} projects/{project_number}/datasets/{dataset_id}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Immutable. Relative name of the cloud resource that contains the data that is being managed within a lake. For example: projects/{project_number}/buckets/{bucket_id} projects/{project_number}/datasets/{dataset_id}
Returns
  • (::String) — Immutable. Relative name of the cloud resource that contains the data that is being managed within a lake. For example: projects/{project_number}/buckets/{bucket_id} projects/{project_number}/datasets/{dataset_id}

#type

def type() -> ::Google::Cloud::Dataplex::V1::Asset::ResourceSpec::Type
Returns

#type=

def type=(value) -> ::Google::Cloud::Dataplex::V1::Asset::ResourceSpec::Type
Parameter
Returns