Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1SearchEntriesResultSnippets

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb

Overview

Snippets for the entry, contains HTML-style highlighting for matched tokens, will be used in UI.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1SearchEntriesResultSnippets

Returns a new instance of GoogleCloudDataplexV1SearchEntriesResultSnippets.



6769
6770
6771
# File 'lib/google/apis/dataplex_v1/classes.rb', line 6769

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#dataplex_entryGoogle::Apis::DataplexV1::GoogleCloudDataplexV1Entry

An entry is a representation of a data resource that can be described by various metadata. Corresponds to the JSON property dataplexEntry



6767
6768
6769
# File 'lib/google/apis/dataplex_v1/classes.rb', line 6767

def dataplex_entry
  @dataplex_entry
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6774
6775
6776
# File 'lib/google/apis/dataplex_v1/classes.rb', line 6774

def update!(**args)
  @dataplex_entry = args[:dataplex_entry] if args.key?(:dataplex_entry)
end