Class: Google::Cloud::DiscoveryEngine::V1beta::DeleteSampleQueryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::DeleteSampleQueryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/sample_query_service.rb
Overview
Request message for SampleQueryService.DeleteSampleQuery method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Full resource name of
SampleQuery, such as
projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}/sampleQueries/{sample_query}
.
If the caller does not have permission to delete the
SampleQuery, regardless
of whether or not it exists, a PERMISSION_DENIED
error is returned.
If the SampleQuery to
delete does not exist, a NOT_FOUND
error is returned.
172 173 174 175 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/sample_query_service.rb', line 172 class DeleteSampleQueryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |