Skip to content

Commit

Permalink
chore: regenerate API index
Browse files Browse the repository at this point in the history
Google APIs committed Jan 12, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3e958c3 commit 8675f5e
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion api-index-v1.json
Original file line number Diff line number Diff line change
@@ -51916,7 +51916,8 @@
"importDirectories": [
"google/api",
"google/longrunning",
"google/protobuf"
"google/protobuf",
"google/type"
],
"options": {
"go_package": {
@@ -51995,6 +51996,17 @@
}
]
},
{
"shortName": "GetInstanceAuthString",
"fullName": "google.cloud.redis.v1beta1.CloudRedis.GetInstanceAuthString",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1beta1/{name=projects/*/locations/*/instances/*}/authString"
}
]
},
{
"shortName": "ImportInstance",
"fullName": "google.cloud.redis.v1beta1.CloudRedis.ImportInstance",
@@ -52017,6 +52029,17 @@
}
]
},
{
"shortName": "RescheduleMaintenance",
"fullName": "google.cloud.redis.v1beta1.CloudRedis.RescheduleMaintenance",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta1/{name=projects/*/locations/*/instances/*}:rescheduleMaintenance"
}
]
},
{
"shortName": "UpdateInstance",
"fullName": "google.cloud.redis.v1beta1.CloudRedis.UpdateInstance",

0 comments on commit 8675f5e

Please sign in to comment.