From ad4b7daa9a0cad1931ba1512258911736133f743 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 25 Mar 2025 07:11:56 +0000 Subject: [PATCH] feat(all): auto-regenerate discovery clients --- gkebackup/v1/gkebackup-api.json | 8 +++++++- gkebackup/v1/gkebackup-gen.go | 8 ++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/gkebackup/v1/gkebackup-api.json b/gkebackup/v1/gkebackup-api.json index a16a2cfbec..a87bdd57fb 100644 --- a/gkebackup/v1/gkebackup-api.json +++ b/gkebackup/v1/gkebackup-api.json @@ -143,6 +143,12 @@ "name" ], "parameters": { + "extraLocationTypes": { + "description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.", + "location": "query", + "repeated": true, + "type": "string" + }, "filter": { "description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).", "location": "query", @@ -1718,7 +1724,7 @@ } } }, - "revision": "20250305", + "revision": "20250317", "rootUrl": "https://gkebackup.googleapis.com/", "schemas": { "AuditConfig": { diff --git a/gkebackup/v1/gkebackup-gen.go b/gkebackup/v1/gkebackup-gen.go index 727b6cebb8..7037ed71ed 100644 --- a/gkebackup/v1/gkebackup-gen.go +++ b/gkebackup/v1/gkebackup-gen.go @@ -2887,6 +2887,14 @@ func (r *ProjectsLocationsService) List(name string) *ProjectsLocationsListCall return c } +// ExtraLocationTypes sets the optional parameter "extraLocationTypes": A list +// of extra location types that should be used as conditions for controlling +// the visibility of the locations. +func (c *ProjectsLocationsListCall) ExtraLocationTypes(extraLocationTypes ...string) *ProjectsLocationsListCall { + c.urlParams_.SetMulti("extraLocationTypes", append([]string{}, extraLocationTypes...)) + return c +} + // Filter sets the optional parameter "filter": A filter to narrow down results // to a preferred subset. The filtering language accepts strings like // "displayName=tokyo", and is documented in more detail in AIP-160