Class: Google::Cloud::DataCatalog::V1::ImportEntriesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::ImportEntriesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
Request message for ImportEntries method.
Instance Attribute Summary collapse
-
#gcs_bucket_path ⇒ ::String
Path to a Cloud Storage bucket that contains a dump ready for ingestion.
-
#job_id ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#gcs_bucket_path ⇒ ::String
Returns Path to a Cloud Storage bucket that contains a dump ready for ingestion.
1532 1533 1534 1535 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1532 class ImportEntriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#job_id ⇒ ::String
Returns Optional. (Optional) Dataplex task job id, if specified will be used as part of ImportEntries LRO ID.
1532 1533 1534 1535 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1532 class ImportEntriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Target entry group for ingested entries.
1532 1533 1534 1535 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1532 class ImportEntriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |