Class: Google::Cloud::DiscoveryEngine::V1::ImportDocumentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::ImportDocumentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/import_config.rb
Overview
Response of the ImportDocumentsRequest. If the long running operation is done, then this message is returned by the google.longrunning.Operations.response field if the operation was successful.
Instance Attribute Summary collapse
-
#error_config ⇒ ::Google::Cloud::DiscoveryEngine::V1::ImportErrorConfig
Echoes the destination for the complete errors in the request if set.
-
#error_samples ⇒ ::Array<::Google::Rpc::Status>
A sample of errors encountered while processing the request.
Instance Attribute Details
#error_config ⇒ ::Google::Cloud::DiscoveryEngine::V1::ImportErrorConfig
Returns Echoes the destination for the complete errors in the request if set.
333 334 335 336 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 333 class ImportDocumentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#error_samples ⇒ ::Array<::Google::Rpc::Status>
Returns A sample of errors encountered while processing the request.
333 334 335 336 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 333 class ImportDocumentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |