Skip to content

Commit

Permalink
chore: regenerate API index
Browse files Browse the repository at this point in the history
  • Loading branch information
Google APIs committed Jul 21, 2021
1 parent 2d0aae2 commit 3859723
Showing 1 changed file with 145 additions and 0 deletions.
145 changes: 145 additions & 0 deletions api-index-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -60523,6 +60523,151 @@
}
]
},
{
"id": "google.storagetransfer.v1",
"directory": "google/storagetransfer/v1",
"version": "v1",
"majorVersion": "v1",
"hostName": "storagetransfer.googleapis.com",
"title": "Storage Transfer API",
"description": "Transfers data from external data sources to a Google Cloud Storage bucket or between Google Cloud Storage buckets.",
"importDirectories": [
"google/api",
"google/longrunning",
"google/protobuf",
"google/rpc",
"google/storagetransfer/v1",
"google/type"
],
"options": {
"cc_enable_arenas": {
"valueCounts": {
"true": 2
}
},
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.StorageTransfer.V1": 2
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/storagetransfer/v1;storagetransfer": 2
}
},
"java_package": {
"valueCounts": {
"com.google.storagetransfer.v1.proto": 2
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\StorageTransfer\\V1": 2
}
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::StorageTransfer::V1": 2
}
}
},
"services": [
{
"shortName": "StorageTransferService",
"fullName": "google.storagetransfer.v1.StorageTransferService",
"methods": [
{
"shortName": "CreateTransferJob",
"fullName": "google.storagetransfer.v1.StorageTransferService.CreateTransferJob",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/transferJobs"
}
]
},
{
"shortName": "GetGoogleServiceAccount",
"fullName": "google.storagetransfer.v1.StorageTransferService.GetGoogleServiceAccount",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/googleServiceAccounts/{project_id}"
}
]
},
{
"shortName": "GetTransferJob",
"fullName": "google.storagetransfer.v1.StorageTransferService.GetTransferJob",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{job_name=transferJobs/**}"
}
]
},
{
"shortName": "ListTransferJobs",
"fullName": "google.storagetransfer.v1.StorageTransferService.ListTransferJobs",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/transferJobs"
}
]
},
{
"shortName": "PauseTransferOperation",
"fullName": "google.storagetransfer.v1.StorageTransferService.PauseTransferOperation",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{name=transferOperations/**}:pause"
}
]
},
{
"shortName": "ResumeTransferOperation",
"fullName": "google.storagetransfer.v1.StorageTransferService.ResumeTransferOperation",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{name=transferOperations/**}:resume"
}
]
},
{
"shortName": "RunTransferJob",
"fullName": "google.storagetransfer.v1.StorageTransferService.RunTransferJob",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{job_name=transferJobs/**}:run"
}
]
},
{
"shortName": "UpdateTransferJob",
"fullName": "google.storagetransfer.v1.StorageTransferService.UpdateTransferJob",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1/{job_name=transferJobs/**}"
}
]
}
]
}
]
},
{
"id": "google.streetview.publish.v1",
"directory": "google/streetview/publish/v1",
Expand Down

0 comments on commit 3859723

Please sign in to comment.