SavedQueryArgs

data class SavedQueryArgs(val content: Output<QueryContentArgs>? = null, val description: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val name: Output<String>? = null, val savedQueryId: Output<String>? = null, val v1Id: Output<String>? = null, val v1Id1: Output<String>? = null) : ConvertibleToJava<SavedQueryArgs>

Creates a saved query in a parent project/folder/organization. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
fun SavedQueryArgs(content: Output<QueryContentArgs>? = null, description: Output<String>? = null, labels: Output<Map<String, String>>? = null, name: Output<String>? = null, savedQueryId: Output<String>? = null, v1Id: Output<String>? = null, v1Id1: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): SavedQueryArgs

Properties

Link copied to clipboard
val content: Output<QueryContentArgs>? = null

The query content.

Link copied to clipboard
val description: Output<String>? = null

The description of this saved query. This value should be fewer than 255 characters.

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

Labels applied on the resource. This value should not contain more than 10 entries. The key and value of each entry must be non-empty and fewer than 64 characters.

Link copied to clipboard
val name: Output<String>? = null

The resource name of the saved query. The format must be: * projects/project_number/savedQueries/saved_query_id * folders/folder_number/savedQueries/saved_query_id * organizations/organization_number/savedQueries/saved_query_id

Link copied to clipboard
val savedQueryId: Output<String>? = null

Required. The ID to use for the saved query, which must be unique in the specified parent. It will become the final component of the saved query's resource name. This value should be 4-63 characters, and valid characters are a-z-. Notice that this field is required in the saved query creation, and the name field of the saved_query will be ignored.

Link copied to clipboard
val v1Id: Output<String>? = null
Link copied to clipboard
val v1Id1: Output<String>? = null