Skip to content
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
438 changes: 432 additions & 6 deletions backupdr/v1/backupdr-api.json

Large diffs are not rendered by default.

908 changes: 870 additions & 38 deletions backupdr/v1/backupdr-gen.go

Large diffs are not rendered by default.

22 changes: 21 additions & 1 deletion datamigration/v1/datamigration-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2132,6 +2132,11 @@
"description": "Optional. If set to true, will skip validations.",
"location": "query",
"type": "boolean"
},
"validateOnly": {
"description": "Optional. For PSC Interface only - get the tenant project before creating the resource.",
"location": "query",
"type": "boolean"
}
},
"path": "v1/{+parent}/privateConnections",
Expand Down Expand Up @@ -2340,7 +2345,7 @@
}
}
},
"revision": "20250619",
"revision": "20250625",
"rootUrl": "https://datamigration.googleapis.com/",
"schemas": {
"AlloyDbConnectionProfile": {
Expand Down Expand Up @@ -5809,6 +5814,10 @@
"description": "The name of the resource.",
"type": "string"
},
"pscInterfaceConfig": {
"$ref": "PscInterfaceConfig",
"description": "PSC Interface configuration."
},
"satisfiesPzi": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
Expand Down Expand Up @@ -5888,6 +5897,17 @@
},
"type": "object"
},
"PscInterfaceConfig": {
"description": "The PSC Interface configuration is used to create PSC Interface between DMS's internal VPC and the consumer's PSC.",
"id": "PscInterfaceConfig",
"properties": {
"networkAttachment": {
"description": "Required. Fully qualified name of the Network Attachment that DMS will connect to. Format: `projects/{{project}}/regions/{{region}}/networkAttachments/{{name}}`",
"type": "string"
}
},
"type": "object"
},
"RestartMigrationJobRequest": {
"description": "Request message for 'RestartMigrationJob' request.",
"id": "RestartMigrationJobRequest",
Expand Down
34 changes: 34 additions & 0 deletions datamigration/v1/datamigration-gen.go

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

31 changes: 30 additions & 1 deletion dataproc/v1/dataproc-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2760,6 +2760,13 @@
"name"
],
"parameters": {
"jobIds": {
"description": "Optional. List of Job IDs to filter by if provided.",
"format": "int64",
"location": "query",
"repeated": true,
"type": "string"
},
"name": {
"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\"",
"location": "path",
Expand Down Expand Up @@ -2843,6 +2850,13 @@
"description": "Required. Parent (Session) resource reference.",
"location": "query",
"type": "string"
},
"stageIds": {
"description": "Optional. List of Stage IDs to filter by if provided.",
"format": "int64",
"location": "query",
"repeated": true,
"type": "string"
}
},
"path": "v1/{+name}:summarizeStages",
Expand Down Expand Up @@ -4998,7 +5012,7 @@
}
}
},
"revision": "20250604",
"revision": "20250624",
"rootUrl": "https://dataproc.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -8236,6 +8250,16 @@
"format": "google-duration",
"type": "string"
},
"autoStopTime": {
"description": "Optional. The time when cluster will be auto-stopped (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).",
"format": "google-datetime",
"type": "string"
},
"autoStopTtl": {
"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)).",
"format": "google-duration",
"type": "string"
},
"idleDeleteTtl": {
"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)).",
"format": "google-duration",
Expand All @@ -8246,6 +8270,11 @@
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"idleStopTtl": {
"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)).",
"format": "google-duration",
"type": "string"
}
},
"type": "object"
Expand Down
38 changes: 38 additions & 0 deletions dataproc/v1/dataproc-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 networkservices/v1beta1/networkservices-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2913,7 +2913,7 @@
}
}
},
"revision": "20250616",
"revision": "20250626",
"rootUrl": "https://networkservices.googleapis.com/",
"schemas": {
"AuthzExtension": {
Expand Down Expand Up @@ -4262,7 +4262,7 @@
"type": "object"
},
"LbEdgeExtension": {
"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.",
"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.",
"id": "LbEdgeExtension",
"properties": {
"createTime": {
Expand Down
4 changes: 2 additions & 2 deletions networkservices/v1beta1/networkservices-gen.go

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