Class Google::Cloud::DataCatalog::V1::EntryGroup (v0.9.1)

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) — 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) — 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) — 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.