From 4d4d136df6d4d98b04f0b8db884e3da5ad562dc2 Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Fri, 21 Aug 2026 11:47:44 +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..ec6f0b9d6 100644 --- a/services/mariadb/oas_commit +++ b/services/mariadb/oas_commit @@ -1 +1 @@ -618a0fac344b8a4bb594f713007825ce82956406 +b7d1b614138d667d378a5fd45e2a91539a7fb02e 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