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
|
Identifier. The full resource name of the This field must be a UTF-8 encoded string with a length limit of 1024 characters. |
displayName
|
Required. The sample query set display name. This field must be a UTF-8 encoded string with a length limit of 128 characters. |
createTime
|
Output only. Timestamp the Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
description
|
The description of the |
Methods |
|
---|---|
|
Creates a SampleQuerySet
|
|
Deletes a SampleQuerySet
. |
|
Gets a SampleQuerySet
. |
|
Gets a list of SampleQuerySet
s. |
|
Updates a SampleQuerySet
. |