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.



11620
11621
11622
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 11620

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



11618
11619
11620
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 11618

def 
  @documents_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11625
11626
11627
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 11625

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