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

Entry group 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_timestamps::Google::Cloud::DataCatalog::V1::SystemTimestamps (readonly)

Returns Output only. Timestamps of the entry group. Default value is empty.

Returns:



1076
1077
1078
1079
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1076

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.

Returns:

  • (::String)

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



1076
1077
1078
1079
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1076

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.

Returns:

  • (::String)

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



1076
1077
1078
1079
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1076

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.

Note: The entry group itself and its child resources might not be stored in the location specified in its name.

Returns:

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



1076
1077
1078
1079
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1076

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