Data Catalog V1 API - Class Google::Cloud::DataCatalog::V1::EntryGroup (v1.2.0)

Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::EntryGroup.

Entry group metadata.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_catalog_timestamps

def data_catalog_timestamps() -> ::Google::Cloud::DataCatalog::V1::SystemTimestamps
Returns

#description

def description() -> ::String
Returns
  • (::String) — Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents. Default value is an empty string.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents. Default value is an empty string.
Returns
  • (::String) — Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents. Default value is an empty string.

#display_name

def display_name() -> ::String
Returns
  • (::String) — A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.
Returns
  • (::String) — A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.

#name

def name() -> ::String
Returns
  • (::String) — Identifier. 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.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Identifier. 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
  • (::String) — Identifier. 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.

#transferred_to_dataplex

def transferred_to_dataplex() -> ::Boolean
Returns
  • (::Boolean) — Optional. When set to [true], it means DataCatalog EntryGroup was transferred to Dataplex Catalog Service. It makes EntryGroup and its Entries to be read-only in DataCatalog. However, new Tags on EntryGroup and its Entries can be created. After setting the flag to [true] it cannot be unset.

#transferred_to_dataplex=

def transferred_to_dataplex=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. When set to [true], it means DataCatalog EntryGroup was transferred to Dataplex Catalog Service. It makes EntryGroup and its Entries to be read-only in DataCatalog. However, new Tags on EntryGroup and its Entries can be created. After setting the flag to [true] it cannot be unset.
Returns
  • (::Boolean) — Optional. When set to [true], it means DataCatalog EntryGroup was transferred to Dataplex Catalog Service. It makes EntryGroup and its Entries to be read-only in DataCatalog. However, new Tags on EntryGroup and its Entries can be created. After setting the flag to [true] it cannot be unset.