Google Cloud Data Catalog V1 Client - Class EntryGroup (1.4.2)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class EntryGroup.

Entry group metadata.

An EntryGroup resource represents a logical grouping of zero or more Data Catalog Entry resources.

Generated from protobuf message google.cloud.datacatalog.v1.EntryGroup

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

The resource name of the entry group in URL format. Note: The entry group itself and its child resources might not be stored in the location specified in its name.

↳ display_name string

A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.

↳ description string

Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents. Default value is an empty string.

↳ data_catalog_timestamps Google\Cloud\DataCatalog\V1\SystemTimestamps

Output only. Timestamps of the entry group. Default value is empty.

getName

The resource name of the entry group in URL format.

Note: The entry group itself and its child resources might not be stored in the location specified in its name.

Returns
TypeDescription
string

setName

The resource name of the entry group in URL format.

Note: The entry group itself and its child resources might not be stored in the location specified in its name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDisplayName

A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.

Returns
TypeDescription
string

setDisplayName

A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDescription

Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents.

Default value is an empty string.

Returns
TypeDescription
string

setDescription

Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents.

Default value is an empty string.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDataCatalogTimestamps

Output only. Timestamps of the entry group. Default value is empty.

Returns
TypeDescription
Google\Cloud\DataCatalog\V1\SystemTimestamps|null

hasDataCatalogTimestamps

clearDataCatalogTimestamps

setDataCatalogTimestamps

Output only. Timestamps of the entry group. Default value is empty.

Parameter
NameDescription
var Google\Cloud\DataCatalog\V1\SystemTimestamps
Returns
TypeDescription
$this