Class: Google::Cloud::DataCatalog::V1::EntryGroup
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::EntryGroup
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
Entry group metadata.
An EntryGroup
resource represents a logical grouping of zero or more
Data Catalog Entry resources.
Instance Attribute Summary collapse
-
#data_catalog_timestamps ⇒ ::Google::Cloud::DataCatalog::V1::SystemTimestamps
readonly
Output only.
-
#description ⇒ ::String
Entry group description.
-
#display_name ⇒ ::String
A short name to identify the entry group, for example, "analytics data - jan 2011".
-
#name ⇒ ::String
Identifier.
-
#transferred_to_dataplex ⇒ ::Boolean
Optional.
Instance Attribute Details
#data_catalog_timestamps ⇒ ::Google::Cloud::DataCatalog::V1::SystemTimestamps (readonly)
Returns Output only. Timestamps of the entry group. Default value is empty.
1117 1118 1119 1120 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1117 class EntryGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents. Default value is an empty string.
1117 1118 1119 1120 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1117 class EntryGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.
1117 1118 1119 1120 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1117 class EntryGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns 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.
1117 1118 1119 1120 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1117 class EntryGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transferred_to_dataplex ⇒ ::Boolean
Returns 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.
1117 1118 1119 1120 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1117 class EntryGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |