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
- (::Google::Cloud::DataCatalog::V1beta1::SystemTimestamps) — Output only. Timestamps about this EntryGroup. Default value is empty timestamps.
#description
def description() -> ::String
- (::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
- value (::String) — Entry group description, which can consist of several sentences or paragraphs that describe entry group contents. Default value is an empty string.
- (::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
- (::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
- value (::String) — A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.
- (::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
-
(::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
-
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.
-
(::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.