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
- (::Google::Cloud::DataCatalog::V1::SystemTimestamps) — Output only. Timestamps of the entry group. Default value is empty.
#description
def description() -> ::String
- (::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
- value (::String) — Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents. Default value is an empty string.
- (::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
- (::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.
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
-
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.
-
(::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.