Class: Google::Cloud::DiscoveryEngine::V1beta::GetSampleQueryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::GetSampleQueryRequest
- 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.GetSampleQuery 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 access the SampleQuery, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested SampleQuery does not exist, a NOT_FOUND error is returned.
40 41 42 43 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/sample_query_service.rb', line 40 class GetSampleQueryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |