REST Resource: projects.locations.sampleQuerySets

Resource: SampleQuerySet

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

JSON representation
{
  "name": string,
  "displayName": string,
  "createTime": string,
  "description": string
}
Fields
name

string

Identifier. The full resource name of the SampleQuerySet, in the format of projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}.

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

displayName

string

Required. The sample query set display name.

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

createTime

string (Timestamp format)

Output only. timestamp the SampleQuerySet was created at.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

description

string

The description of the SampleQuerySet.

Methods

create

Creates a SampleQuerySet

delete

Deletes a SampleQuerySet.

get

Gets a SampleQuerySet.

list

Gets a list of SampleQuerySets.

patch

Updates a SampleQuerySet.