View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSampleQuerySet (google_api_discovery_engine v0.27.0)
A SampleQuerySet is the parent resource of SampleQuery, and contains the configurations shared by all SampleQuery under it.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp the SampleQuerySet was created at. -
description
(type:String.t
, default:nil
) - The description of the SampleQuerySet. -
displayName
(type:String.t
, default:nil
) - Required. The sample query set display name. This field must be a UTF-8 encoded string with a length limit of 128 characters. -
name
(type:String.t
, default:nil
) - Identifier. The full resource name of the SampleQuerySet, in the format ofprojects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}
. This field must be a UTF-8 encoded string with a length limit of 1024 characters.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSampleQuerySet{ createTime: DateTime.t() | nil, description: String.t() | nil, displayName: String.t() | nil, name: String.t() | nil }