Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2449)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 4, 2024
1 parent af383c7 commit b438981
Show file tree
Hide file tree
Showing 8 changed files with 69 additions and 4 deletions.
9 changes: 8 additions & 1 deletion cloudresourcemanager/v1/cloudresourcemanager-api.json
Expand Up @@ -1171,7 +1171,7 @@
}
}
},
"revision": "20240128",
"revision": "20240303",
"rootUrl": "https://cloudresourcemanager.googleapis.com/",
"schemas": {
"Ancestor": {
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions cloudresourcemanager/v1/cloudresourcemanager-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion cloudresourcemanager/v2/cloudresourcemanager-api.json
Expand Up @@ -450,7 +450,7 @@
}
}
},
"revision": "20240128",
"revision": "20240303",
"rootUrl": "https://cloudresourcemanager.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions cloudresourcemanager/v2/cloudresourcemanager-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion cloudresourcemanager/v2beta1/cloudresourcemanager-api.json
Expand Up @@ -450,7 +450,7 @@
}
}
},
"revision": "20240128",
"revision": "20240303",
"rootUrl": "https://cloudresourcemanager.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions cloudresourcemanager/v2beta1/cloudresourcemanager-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 15 additions & 1 deletion cloudresourcemanager/v3/cloudresourcemanager-api.json
Expand Up @@ -1805,7 +1805,7 @@
}
}
},
"revision": "20240128",
"revision": "20240303",
"rootUrl": "https://cloudresourcemanager.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions cloudresourcemanager/v3/cloudresourcemanager-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b438981

Please sign in to comment.