Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1SearchEntriesResultSnippets
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DataplexV1::GoogleCloudDataplexV1SearchEntriesResultSnippets
 
 
- 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
- 
  
    
      #dataplex_entry  ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1Entry 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An entry is a representation of a data resource that can be described by various metadata.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleCloudDataplexV1SearchEntriesResultSnippets 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GoogleCloudDataplexV1SearchEntriesResultSnippets.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1SearchEntriesResultSnippets
Returns a new instance of GoogleCloudDataplexV1SearchEntriesResultSnippets.
      6516 6517 6518  | 
    
      # File 'lib/google/apis/dataplex_v1/classes.rb', line 6516 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#dataplex_entry ⇒ Google::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
      6514 6515 6516  | 
    
      # File 'lib/google/apis/dataplex_v1/classes.rb', line 6514 def dataplex_entry @dataplex_entry end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      6521 6522 6523  | 
    
      # File 'lib/google/apis/dataplex_v1/classes.rb', line 6521 def update!(**args) @dataplex_entry = args[:dataplex_entry] if args.key?(:dataplex_entry) end  |