Skip to content

Commit f87399b

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent bf69826 commit f87399b

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

api-index-v1.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82215,6 +82215,17 @@
8221582215
"shortName": "StorageTransferService",
8221682216
"fullName": "google.storagetransfer.v1.StorageTransferService",
8221782217
"methods": [
82218+
{
82219+
"shortName": "CreateAgentPool",
82220+
"fullName": "google.storagetransfer.v1.StorageTransferService.CreateAgentPool",
82221+
"mode": "UNARY",
82222+
"bindings": [
82223+
{
82224+
"httpMethod": "POST",
82225+
"path": "/v1/projects/{project_id=*}/agentPools"
82226+
}
82227+
]
82228+
},
8221882229
{
8221982230
"shortName": "CreateTransferJob",
8222082231
"fullName": "google.storagetransfer.v1.StorageTransferService.CreateTransferJob",
@@ -82226,6 +82237,28 @@
8222682237
}
8222782238
]
8222882239
},
82240+
{
82241+
"shortName": "DeleteAgentPool",
82242+
"fullName": "google.storagetransfer.v1.StorageTransferService.DeleteAgentPool",
82243+
"mode": "UNARY",
82244+
"bindings": [
82245+
{
82246+
"httpMethod": "DELETE",
82247+
"path": "/v1/{name=projects/*/agentPools/*}"
82248+
}
82249+
]
82250+
},
82251+
{
82252+
"shortName": "GetAgentPool",
82253+
"fullName": "google.storagetransfer.v1.StorageTransferService.GetAgentPool",
82254+
"mode": "UNARY",
82255+
"bindings": [
82256+
{
82257+
"httpMethod": "GET",
82258+
"path": "/v1/{name=projects/*/agentPools/*}"
82259+
}
82260+
]
82261+
},
8222982262
{
8223082263
"shortName": "GetGoogleServiceAccount",
8223182264
"fullName": "google.storagetransfer.v1.StorageTransferService.GetGoogleServiceAccount",
@@ -82248,6 +82281,17 @@
8224882281
}
8224982282
]
8225082283
},
82284+
{
82285+
"shortName": "ListAgentPools",
82286+
"fullName": "google.storagetransfer.v1.StorageTransferService.ListAgentPools",
82287+
"mode": "UNARY",
82288+
"bindings": [
82289+
{
82290+
"httpMethod": "GET",
82291+
"path": "/v1/projects/{project_id=*}/agentPools"
82292+
}
82293+
]
82294+
},
8225182295
{
8225282296
"shortName": "ListTransferJobs",
8225382297
"fullName": "google.storagetransfer.v1.StorageTransferService.ListTransferJobs",
@@ -82292,6 +82336,17 @@
8229282336
}
8229382337
]
8229482338
},
82339+
{
82340+
"shortName": "UpdateAgentPool",
82341+
"fullName": "google.storagetransfer.v1.StorageTransferService.UpdateAgentPool",
82342+
"mode": "UNARY",
82343+
"bindings": [
82344+
{
82345+
"httpMethod": "PATCH",
82346+
"path": "/v1/{agent_pool.name=projects/*/agentPools/*}"
82347+
}
82348+
]
82349+
},
8229582350
{
8229682351
"shortName": "UpdateTransferJob",
8229782352
"fullName": "google.storagetransfer.v1.StorageTransferService.UpdateTransferJob",

0 commit comments

Comments
 (0)