Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::CreateSampleQueryRequest.
Request message for SampleQueryService.CreateSampleQuery 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}/sampleQuerySets/{sampleQuerySet}
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The parent resource name, such as
projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}
.
-
(::String) — Required. The parent resource name, such as
projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}
.
#sample_query
def sample_query() -> ::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery
- (::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery) — Required. The SampleQuery to create.
#sample_query=
def sample_query=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery
- value (::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery) — Required. The SampleQuery to create.
- (::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery) — Required. The SampleQuery to create.
#sample_query_id
def sample_query_id() -> ::String
-
(::String) — Required. The ID to use for the
SampleQuery, which will
become the final component of the
SampleQuery.name.
If the caller does not have permission to create the SampleQuery, regardless of whether or not it exists, a
PERMISSION_DENIED
error is returned.This field must be unique among all SampleQuerys 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_id=
def sample_query_id=(value) -> ::String
-
value (::String) — Required. The ID to use for the
SampleQuery, which will
become the final component of the
SampleQuery.name.
If the caller does not have permission to create the SampleQuery, regardless of whether or not it exists, a
PERMISSION_DENIED
error is returned.This field must be unique among all SampleQuerys 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
SampleQuery, which will
become the final component of the
SampleQuery.name.
If the caller does not have permission to create the SampleQuery, regardless of whether or not it exists, a
PERMISSION_DENIED
error is returned.This field must be unique among all SampleQuerys 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.