Data Catalog V1 API - Class Google::Cloud::DataCatalog::V1::ImportEntriesRequest (v0.23.0)

Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::ImportEntriesRequest.

Request message for ImportEntries method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#gcs_bucket_path

def gcs_bucket_path() -> ::String
Returns
  • (::String) — Path to a Cloud Storage bucket that contains a dump ready for ingestion.

#gcs_bucket_path=

def gcs_bucket_path=(value) -> ::String
Parameter
  • value (::String) — Path to a Cloud Storage bucket that contains a dump ready for ingestion.
Returns
  • (::String) — Path to a Cloud Storage bucket that contains a dump ready for ingestion.

#job_id

def job_id() -> ::String
Returns
  • (::String) — Optional. (Optional) Dataplex task job id, if specified will be used as part of ImportEntries LRO ID

#job_id=

def job_id=(value) -> ::String
Parameter
  • value (::String) — Optional. (Optional) Dataplex task job id, if specified will be used as part of ImportEntries LRO ID
Returns
  • (::String) — Optional. (Optional) Dataplex task job id, if specified will be used as part of ImportEntries LRO ID

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Target entry group for ingested entries.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Target entry group for ingested entries.
Returns
  • (::String) — Required. Target entry group for ingested entries.