Class: Google::Cloud::Dataplex::V1::SearchEntriesResult::Snippets Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::SearchEntriesResult::Snippets
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/catalog.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
Snippets for the entry, contains HTML-style highlighting for matched tokens, will be used in UI.
Instance Attribute Summary collapse
-
#dataplex_entry ⇒ ::Google::Cloud::Dataplex::V1::Entry
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
Instance Attribute Details
#dataplex_entry ⇒ ::Google::Cloud::Dataplex::V1::Entry
Deprecated.
This field is deprecated and may be removed in the next major version update.
Returns Entry.
1036 1037 1038 1039 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1036 class Snippets include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |