chore: regenerate API index

pull/812/head
Google APIs 2 years ago
parent 277df0ec41
commit 72da0b14a4
  1. 66
      api-index-v1.json

@ -19044,6 +19044,17 @@
}
]
},
{
"shortName": "CreateUser",
"fullName": "google.cloud.alloydb.v1alpha.AlloyDBAdmin.CreateUser",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1alpha/{parent=projects/*/locations/*/clusters/*}/users"
}
]
},
{
"shortName": "DeleteBackup",
"fullName": "google.cloud.alloydb.v1alpha.AlloyDBAdmin.DeleteBackup",
@ -19077,6 +19088,17 @@
}
]
},
{
"shortName": "DeleteUser",
"fullName": "google.cloud.alloydb.v1alpha.AlloyDBAdmin.DeleteUser",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1alpha/{name=projects/*/locations/*/clusters/*/users/*}"
}
]
},
{
"shortName": "FailoverInstance",
"fullName": "google.cloud.alloydb.v1alpha.AlloyDBAdmin.FailoverInstance",
@ -19143,6 +19165,28 @@
}
]
},
{
"shortName": "GetUser",
"fullName": "google.cloud.alloydb.v1alpha.AlloyDBAdmin.GetUser",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1alpha/{name=projects/*/locations/*/clusters/*/users/*}"
}
]
},
{
"shortName": "InjectFault",
"fullName": "google.cloud.alloydb.v1alpha.AlloyDBAdmin.InjectFault",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1alpha/{name=projects/*/locations/*/clusters/*/instances/*}:injectFault"
}
]
},
{
"shortName": "ListBackups",
"fullName": "google.cloud.alloydb.v1alpha.AlloyDBAdmin.ListBackups",
@ -19187,6 +19231,17 @@
}
]
},
{
"shortName": "ListUsers",
"fullName": "google.cloud.alloydb.v1alpha.AlloyDBAdmin.ListUsers",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1alpha/{parent=projects/*/locations/*/clusters/*}/users"
}
]
},
{
"shortName": "PromoteCluster",
"fullName": "google.cloud.alloydb.v1alpha.AlloyDBAdmin.PromoteCluster",
@ -19252,6 +19307,17 @@
"path": "/v1alpha/{instance.name=projects/*/locations/*/clusters/*/instances/*}"
}
]
},
{
"shortName": "UpdateUser",
"fullName": "google.cloud.alloydb.v1alpha.AlloyDBAdmin.UpdateUser",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1alpha/{user.name=projects/*/locations/*/clusters/*/users/*}"
}
]
}
]
}

Loading…
Cancel
Save