Class: Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySet

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/sample_query_set.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Timestamp the SampleQuerySet was created at.

Returns:



50
51
52
53
# File 'proto_docs/google/cloud/discoveryengine/v1beta/sample_query_set.rb', line 50

class SampleQuerySet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#description::String

Returns The description of the SampleQuerySet.

Returns:



50
51
52
53
# File 'proto_docs/google/cloud/discoveryengine/v1beta/sample_query_set.rb', line 50

class SampleQuerySet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#display_name::String

Returns 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.



50
51
52
53
# File 'proto_docs/google/cloud/discoveryengine/v1beta/sample_query_set.rb', line 50

class SampleQuerySet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns 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.



50
51
52
53
# File 'proto_docs/google/cloud/discoveryengine/v1beta/sample_query_set.rb', line 50

class SampleQuerySet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end