From 8405858d8e4eae2230ba126f542de9bef923cb74 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 4 Mar 2024 08:13:07 +0000 Subject: [PATCH] feat(all): auto-regenerate discovery clients --- .../v1/cloudresourcemanager-api.json | 9 ++++++++- .../v1/cloudresourcemanager-gen.go | 6 ++++++ .../v2/cloudresourcemanager-api.json | 9 ++++++++- .../v2/cloudresourcemanager-gen.go | 6 ++++++ .../v2beta1/cloudresourcemanager-api.json | 9 ++++++++- .../v2beta1/cloudresourcemanager-gen.go | 6 ++++++ .../v3/cloudresourcemanager-api.json | 16 +++++++++++++++- .../v3/cloudresourcemanager-gen.go | 12 ++++++++++++ 8 files changed, 69 insertions(+), 4 deletions(-) diff --git a/cloudresourcemanager/v1/cloudresourcemanager-api.json b/cloudresourcemanager/v1/cloudresourcemanager-api.json index ad3bc08bf2e..6804c2b6bef 100644 --- a/cloudresourcemanager/v1/cloudresourcemanager-api.json +++ b/cloudresourcemanager/v1/cloudresourcemanager-api.json @@ -1171,7 +1171,7 @@ } } }, - "revision": "20240128", + "revision": "20240303", "rootUrl": "https://cloudresourcemanager.googleapis.com/", "schemas": { "Ancestor": { @@ -2074,6 +2074,13 @@ "description": "The number uniquely identifying the project. Example: `415104041262` Read-only.", "format": "int64", "type": "string" + }, + "tags": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional. Input only. Immutable. Tag keys/values directly bound to this project. Each item in the map must be expressed as \" : \". For example: \"123/environment\" : \"production\", \"123/costCenter\" : \"marketing\"", + "type": "object" } }, "type": "object" diff --git a/cloudresourcemanager/v1/cloudresourcemanager-gen.go b/cloudresourcemanager/v1/cloudresourcemanager-gen.go index dc4717a78b2..52fbfbf9159 100644 --- a/cloudresourcemanager/v1/cloudresourcemanager-gen.go +++ b/cloudresourcemanager/v1/cloudresourcemanager-gen.go @@ -2066,6 +2066,12 @@ type Project struct { // `415104041262` Read-only. ProjectNumber int64 `json:"projectNumber,omitempty,string"` + // Tags: Optional. Input only. Immutable. Tag keys/values directly bound + // to this project. Each item in the map must be expressed as " : ". For + // example: "123/environment" : "production", "123/costCenter" : + // "marketing" + Tags map[string]string `json:"tags,omitempty"` + // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` diff --git a/cloudresourcemanager/v2/cloudresourcemanager-api.json b/cloudresourcemanager/v2/cloudresourcemanager-api.json index f25726bcd73..c387c37e12c 100644 --- a/cloudresourcemanager/v2/cloudresourcemanager-api.json +++ b/cloudresourcemanager/v2/cloudresourcemanager-api.json @@ -450,7 +450,7 @@ } } }, - "revision": "20240128", + "revision": "20240303", "rootUrl": "https://cloudresourcemanager.googleapis.com/", "schemas": { "AuditConfig": { @@ -738,6 +738,13 @@ "parent": { "description": "Required. The Folder's parent's resource name. Updates to the folder's parent must be performed via MoveFolder.", "type": "string" + }, + "tags": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional. Input only. Immutable. Tag keys/values directly bound to this folder. Each item in the map must be expressed as \" : \". For example: \"123/environment\" : \"production\", \"123/costCenter\" : \"marketing\"", + "type": "object" } }, "type": "object" diff --git a/cloudresourcemanager/v2/cloudresourcemanager-gen.go b/cloudresourcemanager/v2/cloudresourcemanager-gen.go index d4d081186bf..ceaf83932c8 100644 --- a/cloudresourcemanager/v2/cloudresourcemanager-gen.go +++ b/cloudresourcemanager/v2/cloudresourcemanager-gen.go @@ -698,6 +698,12 @@ type Folder struct { // folder's parent must be performed via MoveFolder. Parent string `json:"parent,omitempty"` + // Tags: Optional. Input only. Immutable. Tag keys/values directly bound + // to this folder. Each item in the map must be expressed as " : ". For + // example: "123/environment" : "production", "123/costCenter" : + // "marketing" + Tags map[string]string `json:"tags,omitempty"` + // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` diff --git a/cloudresourcemanager/v2beta1/cloudresourcemanager-api.json b/cloudresourcemanager/v2beta1/cloudresourcemanager-api.json index 803bbfe9237..28310d88728 100644 --- a/cloudresourcemanager/v2beta1/cloudresourcemanager-api.json +++ b/cloudresourcemanager/v2beta1/cloudresourcemanager-api.json @@ -450,7 +450,7 @@ } } }, - "revision": "20240128", + "revision": "20240303", "rootUrl": "https://cloudresourcemanager.googleapis.com/", "schemas": { "AuditConfig": { @@ -738,6 +738,13 @@ "parent": { "description": "Required. The Folder's parent's resource name. Updates to the folder's parent must be performed via MoveFolder.", "type": "string" + }, + "tags": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional. Input only. Immutable. Tag keys/values directly bound to this folder. Each item in the map must be expressed as \" : \". For example: \"123/environment\" : \"production\", \"123/costCenter\" : \"marketing\"", + "type": "object" } }, "type": "object" diff --git a/cloudresourcemanager/v2beta1/cloudresourcemanager-gen.go b/cloudresourcemanager/v2beta1/cloudresourcemanager-gen.go index 91e9cbdcaab..12b78ee3115 100644 --- a/cloudresourcemanager/v2beta1/cloudresourcemanager-gen.go +++ b/cloudresourcemanager/v2beta1/cloudresourcemanager-gen.go @@ -698,6 +698,12 @@ type Folder struct { // folder's parent must be performed via MoveFolder. Parent string `json:"parent,omitempty"` + // Tags: Optional. Input only. Immutable. Tag keys/values directly bound + // to this folder. Each item in the map must be expressed as " : ". For + // example: "123/environment" : "production", "123/costCenter" : + // "marketing" + Tags map[string]string `json:"tags,omitempty"` + // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` diff --git a/cloudresourcemanager/v3/cloudresourcemanager-api.json b/cloudresourcemanager/v3/cloudresourcemanager-api.json index 603fb32be42..19c501fdf75 100644 --- a/cloudresourcemanager/v3/cloudresourcemanager-api.json +++ b/cloudresourcemanager/v3/cloudresourcemanager-api.json @@ -1805,7 +1805,7 @@ } } }, - "revision": "20240128", + "revision": "20240303", "rootUrl": "https://cloudresourcemanager.googleapis.com/", "schemas": { "AuditConfig": { @@ -2142,6 +2142,13 @@ "readOnly": true, "type": "string" }, + "tags": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional. Input only. Immutable. Tag keys/values directly bound to this folder. Each item in the map must be expressed as \" : \". For example: \"123/environment\" : \"production\", \"123/costCenter\" : \"marketing\"", + "type": "object" + }, "updateTime": { "description": "Output only. Timestamp when the folder was last modified.", "format": "google-datetime", @@ -2653,6 +2660,13 @@ "readOnly": true, "type": "string" }, + "tags": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional. Input only. Immutable. Tag keys/values directly bound to this project. Each item in the map must be expressed as \" : \". For example: \"123/environment\" : \"production\", \"123/costCenter\" : \"marketing\"", + "type": "object" + }, "updateTime": { "description": "Output only. The most recent time this resource was modified.", "format": "google-datetime", diff --git a/cloudresourcemanager/v3/cloudresourcemanager-gen.go b/cloudresourcemanager/v3/cloudresourcemanager-gen.go index 1dacbd7c332..fa53073fabd 100644 --- a/cloudresourcemanager/v3/cloudresourcemanager-gen.go +++ b/cloudresourcemanager/v3/cloudresourcemanager-gen.go @@ -874,6 +874,12 @@ type Folder struct { // user. State string `json:"state,omitempty"` + // Tags: Optional. Input only. Immutable. Tag keys/values directly bound + // to this folder. Each item in the map must be expressed as " : ". For + // example: "123/environment" : "production", "123/costCenter" : + // "marketing" + Tags map[string]string `json:"tags,omitempty"` + // UpdateTime: Output only. Timestamp when the folder was last modified. UpdateTime string `json:"updateTime,omitempty"` @@ -1859,6 +1865,12 @@ type Project struct { // UndeleteProject. State string `json:"state,omitempty"` + // Tags: Optional. Input only. Immutable. Tag keys/values directly bound + // to this project. Each item in the map must be expressed as " : ". For + // example: "123/environment" : "production", "123/costCenter" : + // "marketing" + Tags map[string]string `json:"tags,omitempty"` + // UpdateTime: Output only. The most recent time this resource was // modified. UpdateTime string `json:"updateTime,omitempty"`