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. |
display |
Required. The sample query set display name. This field must be a UTF-8 encoded string with a length limit of 128 characters. |
create |
Output only. timestamp the A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. 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 . |