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.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

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.