Class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ImportEntriesRequest
- Inherits:
-
Object
- Object
- Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ImportEntriesRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datacatalog_v1/classes.rb,
lib/google/apis/datacatalog_v1/representations.rb,
lib/google/apis/datacatalog_v1/representations.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.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatacatalogV1ImportEntriesRequest
constructor
A new instance of GoogleCloudDatacatalogV1ImportEntriesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatacatalogV1ImportEntriesRequest
Returns a new instance of GoogleCloudDatacatalogV1ImportEntriesRequest.
1450 1451 1452 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1450 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gcs_bucket_path ⇒ String
Path to a Cloud Storage bucket that contains a dump ready for ingestion.
Corresponds to the JSON property gcsBucketPath
1448 1449 1450 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1448 def gcs_bucket_path @gcs_bucket_path end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1455 1456 1457 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1455 def update!(**args) @gcs_bucket_path = args[:gcs_bucket_path] if args.key?(:gcs_bucket_path) end |