Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponse

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 DocumentService.BatchGetDocumentsMetadata method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponse

Returns a new instance of GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponse.



12573
12574
12575
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 12573

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

Instance Attribute Details

#documents_metadataArray<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponseDocumentMetadata>

The metadata of the Documents. Corresponds to the JSON property documentsMetadata



12571
12572
12573
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 12571

def 
  @documents_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12578
12579
12580
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 12578

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