View Source GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1Origin (google_api_data_lineage v0.3.0)

Origin of a process.

Attributes

  • name (type: String.t, default: nil) - If the source_type isn't CUSTOM, the value of this field should be a GCP resource name of the system, which reports lineage. The project and location parts of the resource name must match the project and location of the lineage resource being created. Examples: - {source_type: COMPOSER, name: "projects/foo/locations/us/environments/bar"} - {source_type: BIGQUERY, name: "projects/foo/locations/eu"} - {source_type: CUSTOM, name: "myCustomIntegration"}
  • sourceType (type: String.t, default: nil) - Type of the source. Use of a source_type other than CUSTOM for process creation or updating is highly discouraged, and may be restricted in the future without notice.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1Origin{
  name: String.t() | nil,
  sourceType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.