Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1/classes.rb,
lib/google/apis/discoveryengine_v1/representations.rb,
lib/google/apis/discoveryengine_v1/representations.rb
Overview
Response message for SiteSearchEngineService.GetUriPatternDocumentData method.
Instance Attribute Summary collapse
-
#document_data_map ⇒ Hash<String,Hash<String,Object>>
Document data keyed by URI pattern.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse
Returns a new instance of GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse.
12238 12239 12240 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12238 def initialize(**args) update!(**args) end |
Instance Attribute Details
#document_data_map ⇒ Hash<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
12236 12237 12238 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12236 def document_data_map @document_data_map end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12243 12244 12245 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12243 def update!(**args) @document_data_map = args[:document_data_map] if args.key?(:document_data_map) end |