Skip to content

Commit

Permalink
fix(storagetransfer): update the API
Browse files Browse the repository at this point in the history
#### storagetransfer:v1
The following keys were changed:
- schemas.Operation.properties.metadata.description
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jun 16, 2020
1 parent a8fc1fb commit bf027a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/storagetransfer-v1.json
Expand Up @@ -396,7 +396,7 @@
}
}
},
"revision": "20200507",
"revision": "20200606",
"rootUrl": "https://storagetransfer.googleapis.com/",
"schemas": {
"AwsAccessKey": {
Expand Down Expand Up @@ -737,7 +737,7 @@
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"description": "Represents the transfer operation object.",
"description": "Represents the transfer operation object. To request a TransferOperation object, use transferOperations.get.",
"type": "object"
},
"name": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/storagetransfer/v1.ts
Expand Up @@ -348,7 +348,7 @@ export namespace storagetransfer_v1 {
*/
error?: Schema$Status;
/**
* Represents the transfer operation object.
* Represents the transfer operation object. To request a TransferOperation object, use transferOperations.get.
*/
metadata?: {[key: string]: any} | null;
/**
Expand Down

0 comments on commit bf027a7

Please sign in to comment.