Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::CreateSampleQuerySetRequest.
Request message for SampleQuerySetService.CreateSampleQuerySet method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
-
(::String) — Required. The parent resource name, such as
projects/{project}/locations/{location}
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The parent resource name, such as
projects/{project}/locations/{location}
.
-
(::String) — Required. The parent resource name, such as
projects/{project}/locations/{location}
.
#sample_query_set
def sample_query_set() -> ::Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySet
- (::Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySet) — Required. The SampleQuerySet to create.
#sample_query_set=
def sample_query_set=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySet
- value (::Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySet) — Required. The SampleQuerySet to create.
- (::Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySet) — Required. The SampleQuerySet to create.
#sample_query_set_id
def sample_query_set_id() -> ::String
-
(::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.
#sample_query_set_id=
def sample_query_set_id=(value) -> ::String
-
value (::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.
-
(::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.