Class: Google::Cloud::DataCatalog::V1::BusinessContext
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::BusinessContext
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
Business Context of the entry.
Instance Attribute Summary collapse
-
#contacts ⇒ ::Google::Cloud::DataCatalog::V1::Contacts
Contact people for the entry.
-
#entry_overview ⇒ ::Google::Cloud::DataCatalog::V1::EntryOverview
Entry overview fields for rich text descriptions of entries.
Instance Attribute Details
#contacts ⇒ ::Google::Cloud::DataCatalog::V1::Contacts
Returns Contact people for the entry.
1046 1047 1048 1049 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1046 class BusinessContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#entry_overview ⇒ ::Google::Cloud::DataCatalog::V1::EntryOverview
Returns Entry overview fields for rich text descriptions of entries.
1046 1047 1048 1049 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1046 class BusinessContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |