Class: Google::Cloud::DiscoveryEngine::V1beta::GetSampleQuerySetRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::GetSampleQuerySetRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/sample_query_set_service.rb
Overview
Request message for SampleQuerySetService.GetSampleQuerySet method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Required. Full resource name of
SampleQuerySet, such
as
projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}
.
If the caller does not have permission to access the SampleQuerySet, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested SampleQuerySet does not exist, a NOT_FOUND error is returned.
42 43 44 45 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/sample_query_set_service.rb', line 42 class GetSampleQuerySetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |