From 4fd483396d900cd3ba7e8a6a2e2833248512ba75 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 16 Dec 2024 00:26:22 -0800 Subject: [PATCH] feat(all): auto-regenerate discovery clients (#2922) --- composer/v1/composer-api.json | 4 ++-- composer/v1/composer-gen.go | 2 +- composer/v1beta1/composer-api.json | 4 ++-- composer/v1beta1/composer-gen.go | 2 +- netapp/v1/netapp-api.json | 22 +++++++++++++++++++++- netapp/v1/netapp-gen.go | 8 ++++++++ netapp/v1beta1/netapp-api.json | 22 +++++++++++++++++++++- netapp/v1beta1/netapp-gen.go | 8 ++++++++ servicecontrol/v2/servicecontrol-api.json | 10 +++++++++- servicecontrol/v2/servicecontrol-gen.go | 16 ++++++++++------ 10 files changed, 83 insertions(+), 15 deletions(-) diff --git a/composer/v1/composer-api.json b/composer/v1/composer-api.json index d28b5f7d2ba..cb46c1ec47d 100644 --- a/composer/v1/composer-api.json +++ b/composer/v1/composer-api.json @@ -999,7 +999,7 @@ "workloads": { "methods": { "list": { - "description": "Lists workloads in a Cloud Composer environment. Workload is a unit that runs a single Composer component. This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.", + "description": "Lists workloads in a Cloud Composer environment. Workload is a unit that runs a single Composer component. This method is supported for Cloud Composer environments in versions composer-2.*.*-airflow-*.*.* and newer.", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/environments/{environmentsId}/workloads", "httpMethod": "GET", "id": "composer.projects.locations.environments.workloads.list", @@ -1188,7 +1188,7 @@ } } }, - "revision": "20241027", + "revision": "20241210", "rootUrl": "https://composer.googleapis.com/", "schemas": { "AirflowMetadataRetentionPolicyConfig": { diff --git a/composer/v1/composer-gen.go b/composer/v1/composer-gen.go index f450a9a5e9f..86bca76649c 100644 --- a/composer/v1/composer-gen.go +++ b/composer/v1/composer-gen.go @@ -5077,7 +5077,7 @@ type ProjectsLocationsEnvironmentsWorkloadsListCall struct { // List: Lists workloads in a Cloud Composer environment. Workload is a unit // that runs a single Composer component. This method is supported for Cloud -// Composer environments in versions composer-3.*.*-airflow-*.*.* and newer. +// Composer environments in versions composer-2.*.*-airflow-*.*.* and newer. // // - parent: The environment name to get workloads for, in the form: // "projects/{projectId}/locations/{locationId}/environments/{environmentId}". diff --git a/composer/v1beta1/composer-api.json b/composer/v1beta1/composer-api.json index 594b64ae7a7..67b2644a09c 100644 --- a/composer/v1beta1/composer-api.json +++ b/composer/v1beta1/composer-api.json @@ -1027,7 +1027,7 @@ "workloads": { "methods": { "list": { - "description": "Lists workloads in a Cloud Composer environment. Workload is a unit that runs a single Composer component. This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.", + "description": "Lists workloads in a Cloud Composer environment. Workload is a unit that runs a single Composer component. This method is supported for Cloud Composer environments in versions composer-2.*.*-airflow-*.*.* and newer.", "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/environments/{environmentsId}/workloads", "httpMethod": "GET", "id": "composer.projects.locations.environments.workloads.list", @@ -1216,7 +1216,7 @@ } } }, - "revision": "20241027", + "revision": "20241210", "rootUrl": "https://composer.googleapis.com/", "schemas": { "AirflowMetadataRetentionPolicyConfig": { diff --git a/composer/v1beta1/composer-gen.go b/composer/v1beta1/composer-gen.go index 93e5acff7b9..c6e0bf31c22 100644 --- a/composer/v1beta1/composer-gen.go +++ b/composer/v1beta1/composer-gen.go @@ -5217,7 +5217,7 @@ type ProjectsLocationsEnvironmentsWorkloadsListCall struct { // List: Lists workloads in a Cloud Composer environment. Workload is a unit // that runs a single Composer component. This method is supported for Cloud -// Composer environments in versions composer-3.*.*-airflow-*.*.* and newer. +// Composer environments in versions composer-2.*.*-airflow-*.*.* and newer. // // - parent: The environment name to get workloads for, in the form: // "projects/{projectId}/locations/{locationId}/environments/{environmentId}". diff --git a/netapp/v1/netapp-api.json b/netapp/v1/netapp-api.json index 08490dbc1c2..41c29d6fbef 100644 --- a/netapp/v1/netapp-api.json +++ b/netapp/v1/netapp-api.json @@ -2097,7 +2097,7 @@ } } }, - "revision": "20241203", + "revision": "20241209", "rootUrl": "https://netapp.googleapis.com/", "schemas": { "ActiveDirectory": { @@ -2277,6 +2277,16 @@ "description": "Identifier. The resource name of the backup. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}`.", "type": "string" }, + "satisfiesPzi": { + "description": "Output only. Reserved for future use", + "readOnly": true, + "type": "boolean" + }, + "satisfiesPzs": { + "description": "Output only. Reserved for future use", + "readOnly": true, + "type": "boolean" + }, "sourceSnapshot": { "description": "If specified, backup will be created from the given snapshot. If not specified, there will be a new snapshot taken to initiate the backup creation. Format: `projects/{project_id}/locations/{location}/volumes/{volume_id}/snapshots/{snapshot_id}`", "type": "string" @@ -3671,6 +3681,16 @@ "description": "Optional. Specifies the replica zone for regional storagePool.", "type": "string" }, + "satisfiesPzi": { + "description": "Output only. Reserved for future use", + "readOnly": true, + "type": "boolean" + }, + "satisfiesPzs": { + "description": "Output only. Reserved for future use", + "readOnly": true, + "type": "boolean" + }, "serviceLevel": { "description": "Required. Service level of the storage pool", "enum": [ diff --git a/netapp/v1/netapp-gen.go b/netapp/v1/netapp-gen.go index 39d2ea53e5a..8fee1e8107c 100644 --- a/netapp/v1/netapp-gen.go +++ b/netapp/v1/netapp-gen.go @@ -409,6 +409,10 @@ type Backup struct { // `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/ba // ckups/{backup_id}`. Name string `json:"name,omitempty"` + // SatisfiesPzi: Output only. Reserved for future use + SatisfiesPzi bool `json:"satisfiesPzi,omitempty"` + // SatisfiesPzs: Output only. Reserved for future use + SatisfiesPzs bool `json:"satisfiesPzs,omitempty"` // SourceSnapshot: If specified, backup will be created from the given // snapshot. If not specified, there will be a new snapshot taken to initiate // the backup creation. Format: @@ -1937,6 +1941,10 @@ type StoragePool struct { PsaRange string `json:"psaRange,omitempty"` // ReplicaZone: Optional. Specifies the replica zone for regional storagePool. ReplicaZone string `json:"replicaZone,omitempty"` + // SatisfiesPzi: Output only. Reserved for future use + SatisfiesPzi bool `json:"satisfiesPzi,omitempty"` + // SatisfiesPzs: Output only. Reserved for future use + SatisfiesPzs bool `json:"satisfiesPzs,omitempty"` // ServiceLevel: Required. Service level of the storage pool // // Possible values: diff --git a/netapp/v1beta1/netapp-api.json b/netapp/v1beta1/netapp-api.json index da4c5ecffd8..43c00d13248 100644 --- a/netapp/v1beta1/netapp-api.json +++ b/netapp/v1beta1/netapp-api.json @@ -2097,7 +2097,7 @@ } } }, - "revision": "20241203", + "revision": "20241209", "rootUrl": "https://netapp.googleapis.com/", "schemas": { "ActiveDirectory": { @@ -2277,6 +2277,16 @@ "description": "Identifier. The resource name of the backup. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}`.", "type": "string" }, + "satisfiesPzi": { + "description": "Output only. Reserved for future use", + "readOnly": true, + "type": "boolean" + }, + "satisfiesPzs": { + "description": "Output only. Reserved for future use", + "readOnly": true, + "type": "boolean" + }, "sourceSnapshot": { "description": "If specified, backup will be created from the given snapshot. If not specified, there will be a new snapshot taken to initiate the backup creation. Format: `projects/{project_id}/locations/{location}/volumes/{volume_id}/snapshots/{snapshot_id}`", "type": "string" @@ -3671,6 +3681,16 @@ "description": "Optional. Specifies the replica zone for regional storagePool.", "type": "string" }, + "satisfiesPzi": { + "description": "Output only. Reserved for future use", + "readOnly": true, + "type": "boolean" + }, + "satisfiesPzs": { + "description": "Output only. Reserved for future use", + "readOnly": true, + "type": "boolean" + }, "serviceLevel": { "description": "Required. Service level of the storage pool", "enum": [ diff --git a/netapp/v1beta1/netapp-gen.go b/netapp/v1beta1/netapp-gen.go index bcf1381cdc3..47ebe6742b3 100644 --- a/netapp/v1beta1/netapp-gen.go +++ b/netapp/v1beta1/netapp-gen.go @@ -409,6 +409,10 @@ type Backup struct { // `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/ba // ckups/{backup_id}`. Name string `json:"name,omitempty"` + // SatisfiesPzi: Output only. Reserved for future use + SatisfiesPzi bool `json:"satisfiesPzi,omitempty"` + // SatisfiesPzs: Output only. Reserved for future use + SatisfiesPzs bool `json:"satisfiesPzs,omitempty"` // SourceSnapshot: If specified, backup will be created from the given // snapshot. If not specified, there will be a new snapshot taken to initiate // the backup creation. Format: @@ -1937,6 +1941,10 @@ type StoragePool struct { PsaRange string `json:"psaRange,omitempty"` // ReplicaZone: Optional. Specifies the replica zone for regional storagePool. ReplicaZone string `json:"replicaZone,omitempty"` + // SatisfiesPzi: Output only. Reserved for future use + SatisfiesPzi bool `json:"satisfiesPzi,omitempty"` + // SatisfiesPzs: Output only. Reserved for future use + SatisfiesPzs bool `json:"satisfiesPzs,omitempty"` // ServiceLevel: Required. Service level of the storage pool // // Possible values: diff --git a/servicecontrol/v2/servicecontrol-api.json b/servicecontrol/v2/servicecontrol-api.json index fa1a7c65b40..664fa107baf 100644 --- a/servicecontrol/v2/servicecontrol-api.json +++ b/servicecontrol/v2/servicecontrol-api.json @@ -169,7 +169,7 @@ } } }, - "revision": "20240802", + "revision": "20241205", "rootUrl": "https://servicecontrol.googleapis.com/", "schemas": { "Api": { @@ -487,6 +487,14 @@ "description": "Response message for the Check method.", "id": "CheckResponse", "properties": { + "dynamicMetadata": { + "additionalProperties": { + "description": "Properties of the object.", + "type": "any" + }, + "description": "Optional response metadata that will be emitted as dynamic metadata to be consumed by the caller of ServiceController. For compatibility with the ext_authz interface.", + "type": "object" + }, "headers": { "additionalProperties": { "type": "string" diff --git a/servicecontrol/v2/servicecontrol-gen.go b/servicecontrol/v2/servicecontrol-gen.go index 0a5439927ae..ff4fa52b182 100644 --- a/servicecontrol/v2/servicecontrol-gen.go +++ b/servicecontrol/v2/servicecontrol-gen.go @@ -545,6 +545,10 @@ func (s CheckRequest) MarshalJSON() ([]byte, error) { // CheckResponse: Response message for the Check method. type CheckResponse struct { + // DynamicMetadata: Optional response metadata that will be emitted as dynamic + // metadata to be consumed by the caller of ServiceController. For + // compatibility with the ext_authz interface. + DynamicMetadata googleapi.RawMessage `json:"dynamicMetadata,omitempty"` // Headers: Returns a set of request contexts generated from the // `CheckRequest`. Headers map[string]string `json:"headers,omitempty"` @@ -555,15 +559,15 @@ type CheckResponse struct { // ServerResponse contains the HTTP response code and headers from the server. googleapi.ServerResponse `json:"-"` - // ForceSendFields is a list of field names (e.g. "Headers") to unconditionally - // include in API requests. By default, fields with empty or default values are - // omitted from API requests. See + // ForceSendFields is a list of field names (e.g. "DynamicMetadata") to + // unconditionally include in API requests. By default, fields with empty or + // default values are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more // details. ForceSendFields []string `json:"-"` - // NullFields is a list of field names (e.g. "Headers") to include in API - // requests with the JSON null value. By default, fields with empty values are - // omitted from API requests. See + // NullFields is a list of field names (e.g. "DynamicMetadata") to include in + // API requests with the JSON null value. By default, fields with empty values + // are omitted from API requests. See // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details. NullFields []string `json:"-"` }