Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class TaggedEntry.
Wrapper containing Entry and information about Tags that should and should not be attached to it.
Generated from protobuf message google.cloud.datacatalog.v1.TaggedEntry
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ v1_entry |
Google\Cloud\DataCatalog\V1\Entry
Non-encrypted Data Catalog v1 Entry. |
↳ present_tags |
array<Google\Cloud\DataCatalog\V1\Tag>
Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields. |
↳ absent_tags |
array<Google\Cloud\DataCatalog\V1\Tag>
Tags that should be deleted from the Data Catalog. Caller should populate template name and column only. |
getV1Entry
Non-encrypted Data Catalog v1 Entry.
Returns | |
---|---|
Type | Description |
Google\Cloud\DataCatalog\V1\Entry|null |
hasV1Entry
setV1Entry
Non-encrypted Data Catalog v1 Entry.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DataCatalog\V1\Entry
|
Returns | |
---|---|
Type | Description |
$this |
getPresentTags
Tags that should be ingested into the Data Catalog.
Caller should populate template name, column and fields.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setPresentTags
Tags that should be ingested into the Data Catalog.
Caller should populate template name, column and fields.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\DataCatalog\V1\Tag>
|
Returns | |
---|---|
Type | Description |
$this |
getAbsentTags
Tags that should be deleted from the Data Catalog.
Caller should populate template name and column only.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAbsentTags
Tags that should be deleted from the Data Catalog.
Caller should populate template name and column only.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\DataCatalog\V1\Tag>
|
Returns | |
---|---|
Type | Description |
$this |
getEntry
Returns | |
---|---|
Type | Description |
string |