Google Cloud Data Catalog V1BETA1 API - Class Google::Cloud::DataCatalog::V1beta1::EntryGroup (v0.4.0)

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

EntryGroup 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::V1beta1::SystemTimestamps
Returns

#description

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

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Entry group description, which can consist of several sentences or paragraphs that describe entry group contents. Default value is an empty string.
Returns
  • (::String) — Entry group description, which can consist of several sentences or paragraphs that describe 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. Example:

    • projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}

    Note that this EntryGroup and its child resources may not actually be stored in the location in this name.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The resource name of the entry group in URL format. Example:

    • projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}

    Note that this EntryGroup and its child resources may not actually be stored in the location in this name.

Returns
  • (::String) — The resource name of the entry group in URL format. Example:

    • projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}

    Note that this EntryGroup and its child resources may not actually be stored in the location in this name.