|
82215 | 82215 | "shortName": "StorageTransferService", |
82216 | 82216 | "fullName": "google.storagetransfer.v1.StorageTransferService", |
82217 | 82217 | "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 | + }, |
82218 | 82229 | { |
82219 | 82230 | "shortName": "CreateTransferJob", |
82220 | 82231 | "fullName": "google.storagetransfer.v1.StorageTransferService.CreateTransferJob", |
|
82226 | 82237 | } |
82227 | 82238 | ] |
82228 | 82239 | }, |
| 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 | + }, |
82229 | 82262 | { |
82230 | 82263 | "shortName": "GetGoogleServiceAccount", |
82231 | 82264 | "fullName": "google.storagetransfer.v1.StorageTransferService.GetGoogleServiceAccount", |
|
82248 | 82281 | } |
82249 | 82282 | ] |
82250 | 82283 | }, |
| 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 | + }, |
82251 | 82295 | { |
82252 | 82296 | "shortName": "ListTransferJobs", |
82253 | 82297 | "fullName": "google.storagetransfer.v1.StorageTransferService.ListTransferJobs", |
|
82292 | 82336 | } |
82293 | 82337 | ] |
82294 | 82338 | }, |
| 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 | + }, |
82295 | 82350 | { |
82296 | 82351 | "shortName": "UpdateTransferJob", |
82297 | 82352 | "fullName": "google.storagetransfer.v1.StorageTransferService.UpdateTransferJob", |
|
0 commit comments