GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1MetadataJobExportJobSpec (google_api_dataplex v0.21.0)

View Source

Export job specification.

Attributes

  • outputPath (type: String.t, default: nil) - Required. The root path of the exported metadata. Must be in the format: "gs://" Or specify a customized prefix after the bucket: "gs://///.../". The length limit of the customized prefix is 128 characters. The bucket must be in the same VPC-SC perimeter with the job.
  • scope (type: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope.t, default: nil) - Required. Selects the entries to be exported by this job.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1MetadataJobExportJobSpec{
    outputPath: String.t() | nil,
    scope:
      GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope.t()
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.