Skip to content

Commit 3346ebb

Browse files
feat(all): auto-regenerate discovery clients (#3222)
1 parent 7e31abb commit 3346ebb

File tree

8 files changed

+1429
-50
lines changed

8 files changed

+1429
-50
lines changed

backupdr/v1/backupdr-api.json

Lines changed: 432 additions & 6 deletions
Large diffs are not rendered by default.

backupdr/v1/backupdr-gen.go

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

datamigration/v1/datamigration-api.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2132,6 +2132,11 @@
21322132
"description": "Optional. If set to true, will skip validations.",
21332133
"location": "query",
21342134
"type": "boolean"
2135+
},
2136+
"validateOnly": {
2137+
"description": "Optional. For PSC Interface only - get the tenant project before creating the resource.",
2138+
"location": "query",
2139+
"type": "boolean"
21352140
}
21362141
},
21372142
"path": "v1/{+parent}/privateConnections",
@@ -2340,7 +2345,7 @@
23402345
}
23412346
}
23422347
},
2343-
"revision": "20250619",
2348+
"revision": "20250625",
23442349
"rootUrl": "https://datamigration.googleapis.com/",
23452350
"schemas": {
23462351
"AlloyDbConnectionProfile": {
@@ -5809,6 +5814,10 @@
58095814
"description": "The name of the resource.",
58105815
"type": "string"
58115816
},
5817+
"pscInterfaceConfig": {
5818+
"$ref": "PscInterfaceConfig",
5819+
"description": "PSC Interface configuration."
5820+
},
58125821
"satisfiesPzi": {
58135822
"description": "Output only. Reserved for future use.",
58145823
"readOnly": true,
@@ -5888,6 +5897,17 @@
58885897
},
58895898
"type": "object"
58905899
},
5900+
"PscInterfaceConfig": {
5901+
"description": "The PSC Interface configuration is used to create PSC Interface between DMS's internal VPC and the consumer's PSC.",
5902+
"id": "PscInterfaceConfig",
5903+
"properties": {
5904+
"networkAttachment": {
5905+
"description": "Required. Fully qualified name of the Network Attachment that DMS will connect to. Format: `projects/{{project}}/regions/{{region}}/networkAttachments/{{name}}`",
5906+
"type": "string"
5907+
}
5908+
},
5909+
"type": "object"
5910+
},
58915911
"RestartMigrationJobRequest": {
58925912
"description": "Request message for 'RestartMigrationJob' request.",
58935913
"id": "RestartMigrationJobRequest",

datamigration/v1/datamigration-gen.go

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

dataproc/v1/dataproc-api.json

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2760,6 +2760,13 @@
27602760
"name"
27612761
],
27622762
"parameters": {
2763+
"jobIds": {
2764+
"description": "Optional. List of Job IDs to filter by if provided.",
2765+
"format": "int64",
2766+
"location": "query",
2767+
"repeated": true,
2768+
"type": "string"
2769+
},
27632770
"name": {
27642771
"description": "Required. The fully qualified name of the session to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLICATION_ID\"",
27652772
"location": "path",
@@ -2843,6 +2850,13 @@
28432850
"description": "Required. Parent (Session) resource reference.",
28442851
"location": "query",
28452852
"type": "string"
2853+
},
2854+
"stageIds": {
2855+
"description": "Optional. List of Stage IDs to filter by if provided.",
2856+
"format": "int64",
2857+
"location": "query",
2858+
"repeated": true,
2859+
"type": "string"
28462860
}
28472861
},
28482862
"path": "v1/{+name}:summarizeStages",
@@ -4998,7 +5012,7 @@
49985012
}
49995013
}
50005014
},
5001-
"revision": "20250604",
5015+
"revision": "20250624",
50025016
"rootUrl": "https://dataproc.googleapis.com/",
50035017
"schemas": {
50045018
"AcceleratorConfig": {
@@ -8236,6 +8250,16 @@
82368250
"format": "google-duration",
82378251
"type": "string"
82388252
},
8253+
"autoStopTime": {
8254+
"description": "Optional. The time when cluster will be auto-stopped (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).",
8255+
"format": "google-datetime",
8256+
"type": "string"
8257+
},
8258+
"autoStopTtl": {
8259+
"description": "Optional. The lifetime duration of the cluster. The cluster will be auto-stopped at the end of this period, calculated from the time of submission of the create or update cluster request. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).",
8260+
"format": "google-duration",
8261+
"type": "string"
8262+
},
82398263
"idleDeleteTtl": {
82408264
"description": "Optional. The duration to keep the cluster alive while idling (when no jobs are running). Passing this threshold will cause the cluster to be deleted. Minimum value is 5 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).",
82418265
"format": "google-duration",
@@ -8246,6 +8270,11 @@
82468270
"format": "google-datetime",
82478271
"readOnly": true,
82488272
"type": "string"
8273+
},
8274+
"idleStopTtl": {
8275+
"description": "Optional. The duration to keep the cluster started while idling (when no jobs are running). Passing this threshold will cause the cluster to be stopped. Minimum value is 5 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).",
8276+
"format": "google-duration",
8277+
"type": "string"
82498278
}
82508279
},
82518280
"type": "object"

dataproc/v1/dataproc-gen.go

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

networkservices/v1beta1/networkservices-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2913,7 +2913,7 @@
29132913
}
29142914
}
29152915
},
2916-
"revision": "20250616",
2916+
"revision": "20250626",
29172917
"rootUrl": "https://networkservices.googleapis.com/",
29182918
"schemas": {
29192919
"AuthzExtension": {
@@ -4262,7 +4262,7 @@
42624262
"type": "object"
42634263
},
42644264
"LbEdgeExtension": {
4265-
"description": "`LbEdgeExtension` is a resource that lets the extension service influence the Backend Service selection or Cloud CDN cache keys by modifying the request headers.",
4265+
"description": "`LbEdgeExtension` is a resource that lets the extension service influence the selection of backend services and Cloud CDN cache keys by modifying request headers.",
42664266
"id": "LbEdgeExtension",
42674267
"properties": {
42684268
"createTime": {

networkservices/v1beta1/networkservices-gen.go

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

0 commit comments

Comments
 (0)