From a73318208b6c1c5395d1879f975b60011b77aa07 Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Tue, 25 Aug 2026 09:03:42 +0000 Subject: [PATCH] Generate mariadb --- services/mariadb/api_default.go | 1 + services/mariadb/oas_commit | 2 +- services/mariadb/v1api/api_default.go | 1 + services/mariadb/v2api/api_default.go | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/services/mariadb/api_default.go b/services/mariadb/api_default.go index e3b57b106..de6899288 100644 --- a/services/mariadb/api_default.go +++ b/services/mariadb/api_default.go @@ -363,6 +363,7 @@ type DefaultApi interface { PartialUpdateInstance update a service instance Update a service instance. This could be a sgw acl update or a plan upgrade. + @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project id on which user has permissions @param regionId region in which the project resides diff --git a/services/mariadb/oas_commit b/services/mariadb/oas_commit index ebd6afd42..00889eaf1 100644 --- a/services/mariadb/oas_commit +++ b/services/mariadb/oas_commit @@ -1 +1 @@ -618a0fac344b8a4bb594f713007825ce82956406 +a90a00b0e2357abe1d06007f5109abec001ccf56 diff --git a/services/mariadb/v1api/api_default.go b/services/mariadb/v1api/api_default.go index a842d02a9..923ae8320 100644 --- a/services/mariadb/v1api/api_default.go +++ b/services/mariadb/v1api/api_default.go @@ -241,6 +241,7 @@ type DefaultAPI interface { Update a service instance. This could be a sgw acl update or a plan upgrade. + @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param instanceId id of the instance being updated diff --git a/services/mariadb/v2api/api_default.go b/services/mariadb/v2api/api_default.go index bb398f1cf..afdae027c 100644 --- a/services/mariadb/v2api/api_default.go +++ b/services/mariadb/v2api/api_default.go @@ -255,6 +255,7 @@ type DefaultAPI interface { Update a service instance. This could be a sgw acl update or a plan upgrade. + @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project id on which user has permissions @param regionId region in which the project resides