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

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySet.

A SampleQuerySet is the parent resource of SampleQuery, and contains the configurations shared by all SampleQuery under it.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#description

def description() -> ::String
Returns

#description=

def description=(value) -> ::String
Parameter
Returns

#display_name

def display_name() -> ::String
Returns
  • (::String) — Required. The sample query set display name.

    This field must be a UTF-8 encoded string with a length limit of 128 characters.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Required. The sample query set display name.

    This field must be a UTF-8 encoded string with a length limit of 128 characters.

Returns
  • (::String) — Required. The sample query set display name.

    This field must be a UTF-8 encoded string with a length limit of 128 characters.

#name

def name() -> ::String
Returns
  • (::String) — Identifier. The full resource name of the SampleQuerySet, in the format of projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}.

    This field must be a UTF-8 encoded string with a length limit of 1024 characters.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Identifier. The full resource name of the SampleQuerySet, in the format of projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}.

    This field must be a UTF-8 encoded string with a length limit of 1024 characters.

Returns
  • (::String) — Identifier. The full resource name of the SampleQuerySet, in the format of projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}.

    This field must be a UTF-8 encoded string with a length limit of 1024 characters.