GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1ImportEntriesRequest (google_api_data_catalog v0.32.2)

View Source

Request message for ImportEntries method.

Attributes

  • gcsBucketPath (type: String.t, default: nil) - Path to a Cloud Storage bucket that contains a dump ready for ingestion.
  • jobId (type: String.t, default: nil) - Optional. (Optional) Dataplex task job id, if specified will be used as part of ImportEntries LRO ID

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1ImportEntriesRequest{
    gcsBucketPath: String.t() | nil,
    jobId: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.