Skip to content

Commit 8c3d712

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent 51d99df commit 8c3d712

1 file changed

Lines changed: 66 additions & 0 deletions

File tree

api-index-v1.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37808,6 +37808,17 @@
3780837808
"shortName": "AdminService",
3780937809
"fullName": "google.cloud.pubsublite.v1.AdminService",
3781037810
"methods": [
37811+
{
37812+
"shortName": "CreateReservation",
37813+
"fullName": "google.cloud.pubsublite.v1.AdminService.CreateReservation",
37814+
"mode": "UNARY",
37815+
"bindings": [
37816+
{
37817+
"httpMethod": "POST",
37818+
"path": "/v1/admin/{parent=projects/*/locations/*}/reservations"
37819+
}
37820+
]
37821+
},
3781137822
{
3781237823
"shortName": "CreateSubscription",
3781337824
"fullName": "google.cloud.pubsublite.v1.AdminService.CreateSubscription",
@@ -37830,6 +37841,17 @@
3783037841
}
3783137842
]
3783237843
},
37844+
{
37845+
"shortName": "DeleteReservation",
37846+
"fullName": "google.cloud.pubsublite.v1.AdminService.DeleteReservation",
37847+
"mode": "UNARY",
37848+
"bindings": [
37849+
{
37850+
"httpMethod": "DELETE",
37851+
"path": "/v1/admin/{name=projects/*/locations/*/reservations/*}"
37852+
}
37853+
]
37854+
},
3783337855
{
3783437856
"shortName": "DeleteSubscription",
3783537857
"fullName": "google.cloud.pubsublite.v1.AdminService.DeleteSubscription",
@@ -37852,6 +37874,17 @@
3785237874
}
3785337875
]
3785437876
},
37877+
{
37878+
"shortName": "GetReservation",
37879+
"fullName": "google.cloud.pubsublite.v1.AdminService.GetReservation",
37880+
"mode": "UNARY",
37881+
"bindings": [
37882+
{
37883+
"httpMethod": "GET",
37884+
"path": "/v1/admin/{name=projects/*/locations/*/reservations/*}"
37885+
}
37886+
]
37887+
},
3785537888
{
3785637889
"shortName": "GetSubscription",
3785737890
"fullName": "google.cloud.pubsublite.v1.AdminService.GetSubscription",
@@ -37885,6 +37918,28 @@
3788537918
}
3788637919
]
3788737920
},
37921+
{
37922+
"shortName": "ListReservations",
37923+
"fullName": "google.cloud.pubsublite.v1.AdminService.ListReservations",
37924+
"mode": "UNARY",
37925+
"bindings": [
37926+
{
37927+
"httpMethod": "GET",
37928+
"path": "/v1/admin/{parent=projects/*/locations/*}/reservations"
37929+
}
37930+
]
37931+
},
37932+
{
37933+
"shortName": "ListReservationTopics",
37934+
"fullName": "google.cloud.pubsublite.v1.AdminService.ListReservationTopics",
37935+
"mode": "UNARY",
37936+
"bindings": [
37937+
{
37938+
"httpMethod": "GET",
37939+
"path": "/v1/admin/{name=projects/*/locations/*/reservations/*}/topics"
37940+
}
37941+
]
37942+
},
3788837943
{
3788937944
"shortName": "ListSubscriptions",
3789037945
"fullName": "google.cloud.pubsublite.v1.AdminService.ListSubscriptions",
@@ -37918,6 +37973,17 @@
3791837973
}
3791937974
]
3792037975
},
37976+
{
37977+
"shortName": "UpdateReservation",
37978+
"fullName": "google.cloud.pubsublite.v1.AdminService.UpdateReservation",
37979+
"mode": "UNARY",
37980+
"bindings": [
37981+
{
37982+
"httpMethod": "PATCH",
37983+
"path": "/v1/admin/{reservation.name=projects/*/locations/*/reservations/*}"
37984+
}
37985+
]
37986+
},
3792137987
{
3792237988
"shortName": "UpdateSubscription",
3792337989
"fullName": "google.cloud.pubsublite.v1.AdminService.UpdateSubscription",

0 commit comments

Comments
 (0)