Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2922

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions composer/v1/composer-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -1188,7 +1188,7 @@
}
}
},
"revision": "20241027",
"revision": "20241210",
"rootUrl": "https://composer.googleapis.com/",
"schemas": {
"AirflowMetadataRetentionPolicyConfig": {
Expand Down
2 changes: 1 addition & 1 deletion composer/v1/composer-gen.go

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

4 changes: 2 additions & 2 deletions composer/v1beta1/composer-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -1216,7 +1216,7 @@
}
}
},
"revision": "20241027",
"revision": "20241210",
"rootUrl": "https://composer.googleapis.com/",
"schemas": {
"AirflowMetadataRetentionPolicyConfig": {
Expand Down
2 changes: 1 addition & 1 deletion composer/v1beta1/composer-gen.go

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

22 changes: 21 additions & 1 deletion netapp/v1/netapp-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2097,7 +2097,7 @@
}
}
},
"revision": "20241203",
"revision": "20241209",
"rootUrl": "https://netapp.googleapis.com/",
"schemas": {
"ActiveDirectory": {
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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": [
Expand Down
8 changes: 8 additions & 0 deletions netapp/v1/netapp-gen.go

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

22 changes: 21 additions & 1 deletion netapp/v1beta1/netapp-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2097,7 +2097,7 @@
}
}
},
"revision": "20241203",
"revision": "20241209",
"rootUrl": "https://netapp.googleapis.com/",
"schemas": {
"ActiveDirectory": {
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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": [
Expand Down
8 changes: 8 additions & 0 deletions netapp/v1beta1/netapp-gen.go

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

10 changes: 9 additions & 1 deletion servicecontrol/v2/servicecontrol-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
}
}
},
"revision": "20240802",
"revision": "20241205",
"rootUrl": "https://servicecontrol.googleapis.com/",
"schemas": {
"Api": {
Expand Down Expand Up @@ -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"
Expand Down
16 changes: 10 additions & 6 deletions servicecontrol/v2/servicecontrol-gen.go

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