@@ -60523,6 +60523,151 @@
6052360523 }
6052460524 ]
6052560525 },
60526+ {
60527+ "id": "google.storagetransfer.v1",
60528+ "directory": "google/storagetransfer/v1",
60529+ "version": "v1",
60530+ "majorVersion": "v1",
60531+ "hostName": "storagetransfer.googleapis.com",
60532+ "title": "Storage Transfer API",
60533+ "description": "Transfers data from external data sources to a Google Cloud Storage bucket or between Google Cloud Storage buckets.",
60534+ "importDirectories": [
60535+ "google/api",
60536+ "google/longrunning",
60537+ "google/protobuf",
60538+ "google/rpc",
60539+ "google/storagetransfer/v1",
60540+ "google/type"
60541+ ],
60542+ "options": {
60543+ "cc_enable_arenas": {
60544+ "valueCounts": {
60545+ "true": 2
60546+ }
60547+ },
60548+ "csharp_namespace": {
60549+ "valueCounts": {
60550+ "Google.Cloud.StorageTransfer.V1": 2
60551+ }
60552+ },
60553+ "go_package": {
60554+ "valueCounts": {
60555+ "google.golang.org/genproto/googleapis/storagetransfer/v1;storagetransfer": 2
60556+ }
60557+ },
60558+ "java_package": {
60559+ "valueCounts": {
60560+ "com.google.storagetransfer.v1.proto": 2
60561+ }
60562+ },
60563+ "php_namespace": {
60564+ "valueCounts": {
60565+ "Google\\Cloud\\StorageTransfer\\V1": 2
60566+ }
60567+ },
60568+ "ruby_package": {
60569+ "valueCounts": {
60570+ "Google::Cloud::StorageTransfer::V1": 2
60571+ }
60572+ }
60573+ },
60574+ "services": [
60575+ {
60576+ "shortName": "StorageTransferService",
60577+ "fullName": "google.storagetransfer.v1.StorageTransferService",
60578+ "methods": [
60579+ {
60580+ "shortName": "CreateTransferJob",
60581+ "fullName": "google.storagetransfer.v1.StorageTransferService.CreateTransferJob",
60582+ "mode": "UNARY",
60583+ "bindings": [
60584+ {
60585+ "httpMethod": "POST",
60586+ "path": "/v1/transferJobs"
60587+ }
60588+ ]
60589+ },
60590+ {
60591+ "shortName": "GetGoogleServiceAccount",
60592+ "fullName": "google.storagetransfer.v1.StorageTransferService.GetGoogleServiceAccount",
60593+ "mode": "UNARY",
60594+ "bindings": [
60595+ {
60596+ "httpMethod": "GET",
60597+ "path": "/v1/googleServiceAccounts/{project_id}"
60598+ }
60599+ ]
60600+ },
60601+ {
60602+ "shortName": "GetTransferJob",
60603+ "fullName": "google.storagetransfer.v1.StorageTransferService.GetTransferJob",
60604+ "mode": "UNARY",
60605+ "bindings": [
60606+ {
60607+ "httpMethod": "GET",
60608+ "path": "/v1/{job_name=transferJobs/**}"
60609+ }
60610+ ]
60611+ },
60612+ {
60613+ "shortName": "ListTransferJobs",
60614+ "fullName": "google.storagetransfer.v1.StorageTransferService.ListTransferJobs",
60615+ "mode": "UNARY",
60616+ "bindings": [
60617+ {
60618+ "httpMethod": "GET",
60619+ "path": "/v1/transferJobs"
60620+ }
60621+ ]
60622+ },
60623+ {
60624+ "shortName": "PauseTransferOperation",
60625+ "fullName": "google.storagetransfer.v1.StorageTransferService.PauseTransferOperation",
60626+ "mode": "UNARY",
60627+ "bindings": [
60628+ {
60629+ "httpMethod": "POST",
60630+ "path": "/v1/{name=transferOperations/**}:pause"
60631+ }
60632+ ]
60633+ },
60634+ {
60635+ "shortName": "ResumeTransferOperation",
60636+ "fullName": "google.storagetransfer.v1.StorageTransferService.ResumeTransferOperation",
60637+ "mode": "UNARY",
60638+ "bindings": [
60639+ {
60640+ "httpMethod": "POST",
60641+ "path": "/v1/{name=transferOperations/**}:resume"
60642+ }
60643+ ]
60644+ },
60645+ {
60646+ "shortName": "RunTransferJob",
60647+ "fullName": "google.storagetransfer.v1.StorageTransferService.RunTransferJob",
60648+ "mode": "UNARY",
60649+ "bindings": [
60650+ {
60651+ "httpMethod": "POST",
60652+ "path": "/v1/{job_name=transferJobs/**}:run"
60653+ }
60654+ ]
60655+ },
60656+ {
60657+ "shortName": "UpdateTransferJob",
60658+ "fullName": "google.storagetransfer.v1.StorageTransferService.UpdateTransferJob",
60659+ "mode": "UNARY",
60660+ "bindings": [
60661+ {
60662+ "httpMethod": "PATCH",
60663+ "path": "/v1/{job_name=transferJobs/**}"
60664+ }
60665+ ]
60666+ }
60667+ ]
60668+ }
60669+ ]
60670+ },
6052660671 {
6052760672 "id": "google.streetview.publish.v1",
6052860673 "directory": "google/streetview/publish/v1",
0 commit comments