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.



11536
11537
11538
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 11536

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



11534
11535
11536
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 11534

def 
  @documents_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11541
11542
11543
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 11541

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