Class: Google::Cloud::DataCatalog::V1::EntryGroup

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#data_catalog_timestampsGoogle::Cloud::DataCatalog::V1::SystemTimestamps (readonly)

Returns Output only. Timestamps about this EntryGroup. Default value is empty timestamps.

Returns:



434
435
436
437
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 434

class EntryGroup
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end

#descriptionString

Returns Entry group description, which can consist of several sentences or paragraphs that describe entry group contents. Default value is an empty string.

Returns:

  • (String)

    Entry group description, which can consist of several sentences or paragraphs that describe entry group contents. Default value is an empty string.



434
435
436
437
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 434

class EntryGroup
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end

#display_nameString

Returns A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.

Returns:

  • (String)

    A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.



434
435
436
437
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 434

class EntryGroup
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end

#nameString

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.

Returns:

  • (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.



434
435
436
437
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 434

class EntryGroup
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end