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.
Instance Attribute Details
#data_catalog_timestamps ⇒ ::Google::Cloud::DataCatalog::V1::SystemTimestamps (readonly)
Returns Output only. Timestamps of the entry group. Default value is empty.
1110 1111 1112 1113 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1110 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.
1110 1111 1112 1113 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1110 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.
1110 1111 1112 1113 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1110 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.
1110 1111 1112 1113 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1110 class EntryGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |