Google Cloud Dataplex V1 Client - Class Content (1.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Content.
Content represents a user-visible notebook or a sql script
Generated from protobuf message google.cloud.dataplex.v1.Content
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Output only. The relative resource name of the content, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/content/{content_id} |
↳ uid |
string
Output only. System generated globally unique ID for the content. This ID will be different if the content is deleted and re-created with the same name. |
↳ path |
string
Required. The path for the Content file, represented as directory structure. Unique within a lake. Limited to alphanumerics, hyphens, underscores, dots and slashes. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. Content creation time. |
↳ update_time |
Google\Protobuf\Timestamp
Output only. The time when the content was last updated. |
↳ labels |
array|Google\Protobuf\Internal\MapField
Optional. User defined labels for the content. |
↳ description |
string
Optional. Description of the content. |
↳ data_text |
string
Required. Content data in string format. |
↳ sql_script |
Content\SqlScript
Sql Script related configurations. |
↳ notebook |
Content\Notebook
Notebook related configurations. |
getName
Output only. The relative resource name of the content, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/content/{content_id}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Output only. The relative resource name of the content, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/content/{content_id}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUid
Output only. System generated globally unique ID for the content. This ID will be different if the content is deleted and re-created with the same name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setUid
Output only. System generated globally unique ID for the content. This ID will be different if the content is deleted and re-created with the same name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPath
Required. The path for the Content file, represented as directory structure. Unique within a lake. Limited to alphanumerics, hyphens, underscores, dots and slashes.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPath
Required. The path for the Content file, represented as directory structure. Unique within a lake. Limited to alphanumerics, hyphens, underscores, dots and slashes.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCreateTime
Output only. Content creation time.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasCreateTime
clearCreateTime
setCreateTime
Output only. Content creation time.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateTime
Output only. The time when the content was last updated.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The time when the content was last updated.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLabels
Optional. User defined labels for the content.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\MapField |
|
setLabels
Optional. User defined labels for the content.
| Parameter | |
|---|---|
| Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDescription
Optional. Description of the content.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDescription
Optional. Description of the content.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDataText
Required. Content data in string format.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasDataText
setDataText
Required. Content data in string format.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSqlScript
Sql Script related configurations.
| Returns | |
|---|---|
| Type | Description |
Content\SqlScript|null |
|
hasSqlScript
setSqlScript
Sql Script related configurations.
| Parameter | |
|---|---|
| Name | Description |
var |
Content\SqlScript
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNotebook
Notebook related configurations.
| Returns | |
|---|---|
| Type | Description |
Content\Notebook|null |
|
hasNotebook
setNotebook
Notebook related configurations.
| Parameter | |
|---|---|
| Name | Description |
var |
Content\Notebook
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getData
| Returns | |
|---|---|
| Type | Description |
string |
|
getContent
| Returns | |
|---|---|
| Type | Description |
string |
|