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
EntryGroup 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, which can consist of several sentences or paragraphs that describe entry group contents.
-
#display_name ⇒ ::String
A short name to identify the entry group, for example, "analytics data - jan 2011".
-
#name ⇒ ::String
The resource name of the entry group in URL format.
Instance Attribute Details
#data_catalog_timestamps ⇒ ::Google::Cloud::DataCatalog::V1::SystemTimestamps (readonly)
Returns Output only. Timestamps about this EntryGroup. Default value is empty timestamps.
480 481 482 483 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 480 class EntryGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns Entry group description, which can consist of several sentences or paragraphs that describe entry group contents. Default value is an empty string.
480 481 482 483 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 480 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.
480 481 482 483 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 480 class EntryGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns 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.
480 481 482 483 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 480 class EntryGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |