Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse

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

Overview

Response message for SiteSearchEngineService.GetUriPatternDocumentData method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse

Returns a new instance of GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse.



6438
6439
6440
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 6438

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

Instance Attribute Details

#document_data_mapHash<String,Hash<String,Object>>

Document data keyed by URI pattern. For example: document_data_map = "www. url1.com/*": "Categories": ["category1", "category2"] , "www.url2.com/*": "Categories": ["category3"] Corresponds to the JSON property documentDataMap

Returns:

  • (Hash<String,Hash<String,Object>>)


6436
6437
6438
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 6436

def document_data_map
  @document_data_map
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6443
6444
6445
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 6443

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