Class: Google::Cloud::DiscoveryEngine::V1beta::ImportSampleQueriesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::ImportSampleQueriesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb
Overview
Response of the SampleQueryService.ImportSampleQueries method. If the long running operation is done, this message is returned by the google.longrunning.Operations.response field if the operation is successful.
Instance Attribute Summary collapse
-
#error_config ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig
The desired location of errors incurred during the Import.
-
#error_samples ⇒ ::Array<::Google::Rpc::Status>
A sample of errors encountered while processing the request.
Instance Attribute Details
#error_config ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig
Returns The desired location of errors incurred during the Import.
866 867 868 869 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 866 class ImportSampleQueriesResponse 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.
866 867 868 869 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 866 class ImportSampleQueriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |