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.



20860
20861
20862
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 20860

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



20858
20859
20860
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 20858

def 
  @documents_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



20865
20866
20867
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 20865

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