Class: Google::Cloud::DiscoveryEngine::V1beta::CreateSampleQuerySetRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::CreateSampleQuerySetRequest
- 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.CreateSampleQuerySet method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#sample_query_set ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySet
Required.
-
#sample_query_set_id ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent resource name, such as
projects/{project}/locations/{location}
.
134 135 136 137 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/sample_query_set_service.rb', line 134 class CreateSampleQuerySetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sample_query_set ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySet
Returns Required. The SampleQuerySet to create.
134 135 136 137 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/sample_query_set_service.rb', line 134 class CreateSampleQuerySetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sample_query_set_id ⇒ ::String
Required. The ID to use for the SampleQuerySet, which will become the final component of the SampleQuerySet.name.
If the caller does not have permission to create the
SampleQuerySet,
regardless of whether or not it exists, a PERMISSION_DENIED
error is
returned.
This field must be unique among all
SampleQuerySets with
the same
parent.
Otherwise, an ALREADY_EXISTS
error is returned.
This field must conform to RFC-1034
standard with a length limit of 63 characters. Otherwise, an
INVALID_ARGUMENT
error is returned.
134 135 136 137 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/sample_query_set_service.rb', line 134 class CreateSampleQuerySetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |