Skip to content

Commit cf09469

Browse files
feat(all): auto-regenerate discovery clients (#2239)
1 parent 8d66391 commit cf09469

30 files changed

+2158
-605
lines changed

batch/v1/batch-api.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@
561561
}
562562
}
563563
},
564-
"revision": "20231009",
564+
"revision": "20231018",
565565
"rootUrl": "https://batch.googleapis.com/",
566566
"schemas": {
567567
"Accelerator": {
@@ -1835,6 +1835,10 @@
18351835
"$ref": "AgentTask"
18361836
},
18371837
"type": "array"
1838+
},
1839+
"useBatchMonitoredResource": {
1840+
"description": "If true, the cloud logging for batch agent will use batch.googleapis.com/Job as monitored resource for Batch job related logging.",
1841+
"type": "boolean"
18381842
}
18391843
},
18401844
"type": "object"

batch/v1/batch-gen.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudtasks/v2/cloudtasks-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
]
268268
},
269269
"delete": {
270-
"description": "Deletes a queue. This command will delete the queue even if it has tasks in it. Note: If you delete a queue, a queue with the same name can't be created for 7 days. WARNING: Using this method may have unintended side effects if you are using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. Read [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using this method.",
270+
"description": "Deletes a queue. This command will delete the queue even if it has tasks in it. Note: If you delete a queue, you may be prevented from creating a new queue with the same name as the deleted queue for a tombstone window of up to 3 days. During this window, the CreateQueue operation may appear to recreate the queue, but this can be misleading. If you attempt to create a queue with the same name as one that is in the tombstone window, run GetQueue to confirm that the queue creation was successful. If GetQueue returns 200 response code, your queue was successfully created with the name of the previously deleted queue. Otherwise, your queue did not successfully recreate. WARNING: Using this method may have unintended side effects if you are using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. Read [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using this method.",
271271
"flatPath": "v2/projects/{projectsId}/locations/{locationsId}/queues/{queuesId}",
272272
"httpMethod": "DELETE",
273273
"id": "cloudtasks.projects.locations.queues.delete",
@@ -744,7 +744,7 @@
744744
}
745745
}
746746
},
747-
"revision": "20230929",
747+
"revision": "20231018",
748748
"rootUrl": "https://cloudtasks.googleapis.com/",
749749
"schemas": {
750750
"AppEngineHttpRequest": {
@@ -870,7 +870,7 @@
870870
"type": "object"
871871
},
872872
"CmekConfig": {
873-
"description": "CMEK, or Customer Managed Encryption Keys, enables GCP products to put control over encryption and key management in their customer’s hands.",
873+
"description": "Describes the customer-managed encryption key (CMEK) configuration associated with a project and location.",
874874
"id": "CmekConfig",
875875
"properties": {
876876
"kmsKey": {

cloudtasks/v2/cloudtasks-gen.go

Lines changed: 15 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudtasks/v2beta2/cloudtasks-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@
636636
]
637637
},
638638
"buffer": {
639-
"description": "Creates and buffers a new task without the need to explicitly define a Task message. The queue must have HTTP target. To create the task with a custom ID, use the following format and set TASK_ID to your desired ID: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID:buffer To create the task with an automatically generated ID, use the following format: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks:buffer. Note: This feature is in its experimental stage. You must request access to the API through the [Cloud Tasks BufferTask Experiment Signup form](https://forms.gle/X8Zr5hiXH5tTGFqh8).",
639+
"description": "Creates and buffers a new task without the need to explicitly define a Task message. The queue must have HTTP target. To create the task with a custom ID, use the following format and set TASK_ID to your desired ID: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID:buffer To create the task with an automatically generated ID, use the following format: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks:buffer.",
640640
"flatPath": "v2beta2/projects/{projectsId}/locations/{locationsId}/queues/{queuesId}/tasks/{taskId}:buffer",
641641
"httpMethod": "POST",
642642
"id": "cloudtasks.projects.locations.queues.tasks.buffer",
@@ -935,7 +935,7 @@
935935
}
936936
}
937937
},
938-
"revision": "20230929",
938+
"revision": "20231018",
939939
"rootUrl": "https://cloudtasks.googleapis.com/",
940940
"schemas": {
941941
"AcknowledgeTaskRequest": {
@@ -1132,7 +1132,7 @@
11321132
"type": "object"
11331133
},
11341134
"CmekConfig": {
1135-
"description": "CMEK, or Customer Managed Encryption Keys, enables GCP products to put control over encryption and key management in their customer’s hands.",
1135+
"description": "Describes the customer-managed encryption key (CMEK) configuration associated with a project and location.",
11361136
"id": "CmekConfig",
11371137
"properties": {
11381138
"kmsKey": {

cloudtasks/v2beta2/cloudtasks-gen.go

Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudtasks/v2beta3/cloudtasks-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
]
268268
},
269269
"delete": {
270-
"description": "Deletes a queue. This command will delete the queue even if it has tasks in it. Note: If you delete a queue, a queue with the same name can't be created for 7 days. WARNING: Using this method may have unintended side effects if you are using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. Read [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using this method.",
270+
"description": "Deletes a queue. This command will delete the queue even if it has tasks in it. Note : If you delete a queue, you may be prevented from creating a new queue with the same name as the deleted queue for a tombstone window of up to 3 days. During this window, the CreateQueue operation may appear to recreate the queue, but this can be misleading. If you attempt to create a queue with the same name as one that is in the tombstone window, run GetQueue to confirm that the queue creation was successful. If GetQueue returns 200 response code, your queue was successfully created with the name of the previously deleted queue. Otherwise, your queue did not successfully recreate. WARNING: Using this method may have unintended side effects if you are using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. Read [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using this method.",
271271
"flatPath": "v2beta3/projects/{projectsId}/locations/{locationsId}/queues/{queuesId}",
272272
"httpMethod": "DELETE",
273273
"id": "cloudtasks.projects.locations.queues.delete",
@@ -576,7 +576,7 @@
576576
"tasks": {
577577
"methods": {
578578
"buffer": {
579-
"description": "Creates and buffers a new task without the need to explicitly define a Task message. The queue must have HTTP target. To create the task with a custom ID, use the following format and set TASK_ID to your desired ID: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID:buffer To create the task with an automatically generated ID, use the following format: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks:buffer. Note: This feature is in its experimental stage. You must request access to the API through the [Cloud Tasks BufferTask Experiment Signup form](https://forms.gle/X8Zr5hiXH5tTGFqh8).",
579+
"description": "Creates and buffers a new task without the need to explicitly define a Task message. The queue must have HTTP target. To create the task with a custom ID, use the following format and set TASK_ID to your desired ID: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID:buffer To create the task with an automatically generated ID, use the following format: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks:buffer.",
580580
"flatPath": "v2beta3/projects/{projectsId}/locations/{locationsId}/queues/{queuesId}/tasks/{taskId}:buffer",
581581
"httpMethod": "POST",
582582
"id": "cloudtasks.projects.locations.queues.tasks.buffer",
@@ -791,7 +791,7 @@
791791
}
792792
}
793793
},
794-
"revision": "20230929",
794+
"revision": "20231018",
795795
"rootUrl": "https://cloudtasks.googleapis.com/",
796796
"schemas": {
797797
"AppEngineHttpQueue": {
@@ -950,7 +950,7 @@
950950
"type": "object"
951951
},
952952
"CmekConfig": {
953-
"description": "CMEK, or Customer Managed Encryption Keys, enables GCP products to put control over encryption and key management in their customer’s hands.",
953+
"description": "Describes the customer-managed encryption key (CMEK) configuration associated with a project and location.",
954954
"id": "CmekConfig",
955955
"properties": {
956956
"kmsKey": {

0 commit comments

Comments
 (0)