From 16dbfdb86021c7b6eb0e0cf523c60da2f0e1118b Mon Sep 17 00:00:00 2001 From: Google APIs Date: Mon, 12 Jun 2023 19:26:42 +0000 Subject: [PATCH] chore: regenerate API index --- api-index-v1.json | 66 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/api-index-v1.json b/api-index-v1.json index f9213c18c..3013b131a 100644 --- a/api-index-v1.json +++ b/api-index-v1.json @@ -19450,6 +19450,17 @@ } ] }, + { + "shortName": "CreateUser", + "fullName": "google.cloud.alloydb.v1beta.AlloyDBAdmin.CreateUser", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1beta/{parent=projects/*/locations/*/clusters/*}/users" + } + ] + }, { "shortName": "DeleteBackup", "fullName": "google.cloud.alloydb.v1beta.AlloyDBAdmin.DeleteBackup", @@ -19483,6 +19494,17 @@ } ] }, + { + "shortName": "DeleteUser", + "fullName": "google.cloud.alloydb.v1beta.AlloyDBAdmin.DeleteUser", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1beta/{name=projects/*/locations/*/clusters/*/users/*}" + } + ] + }, { "shortName": "FailoverInstance", "fullName": "google.cloud.alloydb.v1beta.AlloyDBAdmin.FailoverInstance", @@ -19549,6 +19571,28 @@ } ] }, + { + "shortName": "GetUser", + "fullName": "google.cloud.alloydb.v1beta.AlloyDBAdmin.GetUser", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1beta/{name=projects/*/locations/*/clusters/*/users/*}" + } + ] + }, + { + "shortName": "InjectFault", + "fullName": "google.cloud.alloydb.v1beta.AlloyDBAdmin.InjectFault", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1beta/{name=projects/*/locations/*/clusters/*/instances/*}:injectFault" + } + ] + }, { "shortName": "ListBackups", "fullName": "google.cloud.alloydb.v1beta.AlloyDBAdmin.ListBackups", @@ -19593,6 +19637,17 @@ } ] }, + { + "shortName": "ListUsers", + "fullName": "google.cloud.alloydb.v1beta.AlloyDBAdmin.ListUsers", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1beta/{parent=projects/*/locations/*/clusters/*}/users" + } + ] + }, { "shortName": "PromoteCluster", "fullName": "google.cloud.alloydb.v1beta.AlloyDBAdmin.PromoteCluster", @@ -19658,6 +19713,17 @@ "path": "/v1beta/{instance.name=projects/*/locations/*/clusters/*/instances/*}" } ] + }, + { + "shortName": "UpdateUser", + "fullName": "google.cloud.alloydb.v1beta.AlloyDBAdmin.UpdateUser", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1beta/{user.name=projects/*/locations/*/clusters/*/users/*}" + } + ] } ] }