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.



6076
6077
6078
# File 'lib/google/apis/dataplex_v1/classes.rb', line 6076

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

Instance Attribute Details

#dataplex_entryGoogle::Apis::DataplexV1::GoogleCloudDataplexV1Entry

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



6074
6075
6076
# File 'lib/google/apis/dataplex_v1/classes.rb', line 6074

def dataplex_entry
  @dataplex_entry
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6081
6082
6083
# File 'lib/google/apis/dataplex_v1/classes.rb', line 6081

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