mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-17 13:06:47 +02:00
chore: regenerate API index
This commit is contained in:
parent
cd89742933
commit
b9fa7cd331
1 changed files with 99 additions and 0 deletions
|
|
@ -18737,6 +18737,39 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "CreateSecondaryCluster",
|
||||
"fullName": "google.cloud.alloydb.v1.AlloyDBAdmin.CreateSecondaryCluster",
|
||||
"mode": "UNARY",
|
||||
"bindings": [
|
||||
{
|
||||
"httpMethod": "POST",
|
||||
"path": "/v1/{parent=projects/*/locations/*}/clusters:createsecondary"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "CreateSecondaryInstance",
|
||||
"fullName": "google.cloud.alloydb.v1.AlloyDBAdmin.CreateSecondaryInstance",
|
||||
"mode": "UNARY",
|
||||
"bindings": [
|
||||
{
|
||||
"httpMethod": "POST",
|
||||
"path": "/v1/{parent=projects/*/locations/*/clusters/*}/instances:createsecondary"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "CreateUser",
|
||||
"fullName": "google.cloud.alloydb.v1.AlloyDBAdmin.CreateUser",
|
||||
"mode": "UNARY",
|
||||
"bindings": [
|
||||
{
|
||||
"httpMethod": "POST",
|
||||
"path": "/v1/{parent=projects/*/locations/*/clusters/*}/users"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "DeleteBackup",
|
||||
"fullName": "google.cloud.alloydb.v1.AlloyDBAdmin.DeleteBackup",
|
||||
|
|
@ -18770,6 +18803,17 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "DeleteUser",
|
||||
"fullName": "google.cloud.alloydb.v1.AlloyDBAdmin.DeleteUser",
|
||||
"mode": "UNARY",
|
||||
"bindings": [
|
||||
{
|
||||
"httpMethod": "DELETE",
|
||||
"path": "/v1/{name=projects/*/locations/*/clusters/*/users/*}"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "FailoverInstance",
|
||||
"fullName": "google.cloud.alloydb.v1.AlloyDBAdmin.FailoverInstance",
|
||||
|
|
@ -18814,6 +18858,28 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "GetUser",
|
||||
"fullName": "google.cloud.alloydb.v1.AlloyDBAdmin.GetUser",
|
||||
"mode": "UNARY",
|
||||
"bindings": [
|
||||
{
|
||||
"httpMethod": "GET",
|
||||
"path": "/v1/{name=projects/*/locations/*/clusters/*/users/*}"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "InjectFault",
|
||||
"fullName": "google.cloud.alloydb.v1.AlloyDBAdmin.InjectFault",
|
||||
"mode": "UNARY",
|
||||
"bindings": [
|
||||
{
|
||||
"httpMethod": "POST",
|
||||
"path": "/v1/{name=projects/*/locations/*/clusters/*/instances/*}:injectFault"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "ListBackups",
|
||||
"fullName": "google.cloud.alloydb.v1.AlloyDBAdmin.ListBackups",
|
||||
|
|
@ -18858,6 +18924,28 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "ListUsers",
|
||||
"fullName": "google.cloud.alloydb.v1.AlloyDBAdmin.ListUsers",
|
||||
"mode": "UNARY",
|
||||
"bindings": [
|
||||
{
|
||||
"httpMethod": "GET",
|
||||
"path": "/v1/{parent=projects/*/locations/*/clusters/*}/users"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "PromoteCluster",
|
||||
"fullName": "google.cloud.alloydb.v1.AlloyDBAdmin.PromoteCluster",
|
||||
"mode": "UNARY",
|
||||
"bindings": [
|
||||
{
|
||||
"httpMethod": "POST",
|
||||
"path": "/v1/{name=projects/*/locations/*/clusters/*}:promote"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "RestartInstance",
|
||||
"fullName": "google.cloud.alloydb.v1.AlloyDBAdmin.RestartInstance",
|
||||
|
|
@ -18912,6 +19000,17 @@
|
|||
"path": "/v1/{instance.name=projects/*/locations/*/clusters/*/instances/*}"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "UpdateUser",
|
||||
"fullName": "google.cloud.alloydb.v1.AlloyDBAdmin.UpdateUser",
|
||||
"mode": "UNARY",
|
||||
"bindings": [
|
||||
{
|
||||
"httpMethod": "PATCH",
|
||||
"path": "/v1/{user.name=projects/*/locations/*/clusters/*/users/*}"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue