Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::CreateSampleQuerySetRequest (v0.13.0)

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
Returns
  • (::String) — Required. The parent resource name, such as projects/{project}/locations/{location}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource name, such as projects/{project}/locations/{location}.
Returns
  • (::String) — Required. The parent resource name, such as projects/{project}/locations/{location}.

#sample_query_set

def sample_query_set() -> ::Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySet

#sample_query_set=

def sample_query_set=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySet
Parameter

#sample_query_set_id

def sample_query_set_id() -> ::String
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.