Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponse
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb
Overview
Response message for DocumentService.BatchGetDocumentsMetadata method.
Instance Attribute Summary collapse
-
#documents_metadata ⇒ Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponseDocumentMetadata>
The metadata of the Documents.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponse
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponse
Returns a new instance of GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponse.
5754 5755 5756 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 5754 def initialize(**args) update!(**args) end |
Instance Attribute Details
#documents_metadata ⇒ Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponseDocumentMetadata>
The metadata of the Documents.
Corresponds to the JSON property documentsMetadata
5752 5753 5754 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 5752 def @documents_metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5759 5760 5761 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 5759 def update!(**args) @documents_metadata = args[:documents_metadata] if args.key?(:documents_metadata) end |