View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AssetResourceSpec (google_api_dataplex v0.15.0)

Identifies the cloud resource that is referenced by this asset.

Attributes

  • name (type: String.t, default: nil) - 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}
  • readAccessMode (type: String.t, default: nil) - Optional. Determines how read permissions are handled for each asset and their associated tables. Only available to storage buckets assets.
  • type (type: String.t, default: nil) - Required. Immutable. Type of resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AssetResourceSpec{
  name: String.t() | nil,
  readAccessMode: String.t() | nil,
  type: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.