Class: Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySet
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySet
- 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
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
The description of the SampleQuerySet.
-
#display_name ⇒ ::String
Required.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp the SampleQuerySet was created at.
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.
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.
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.
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 |