Google Cloud Data Catalog V1 Client - Class ImportEntriesRequest (2.3.2)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class ImportEntriesRequest.
Request message for ImportEntries method.
Generated from protobuf message google.cloud.datacatalog.v1.ImportEntriesRequest
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Target entry group for ingested entries. |
↳ gcs_bucket_path |
string
Path to a Cloud Storage bucket that contains a dump ready for ingestion. |
↳ job_id |
string
Optional. (Optional) Dataplex task job id, if specified will be used as part of ImportEntries LRO ID |
getParent
Required. Target entry group for ingested entries.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. Target entry group for ingested entries.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGcsBucketPath
Path to a Cloud Storage bucket that contains a dump ready for ingestion.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasGcsBucketPath
setGcsBucketPath
Path to a Cloud Storage bucket that contains a dump ready for ingestion.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getJobId
Optional. (Optional) Dataplex task job id, if specified will be used as part of ImportEntries LRO ID
| Returns | |
|---|---|
| Type | Description |
string |
|
setJobId
Optional. (Optional) Dataplex task job id, if specified will be used as part of ImportEntries LRO ID
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSource
| Returns | |
|---|---|
| Type | Description |
string |
|