Skip to content

Commit

Permalink
fix(testing): update the API
Browse files Browse the repository at this point in the history
#### testing:v1
The following keys were changed:
- schemas.FileReference.properties.gcsPath.description
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jun 5, 2020
1 parent 6ee5890 commit 193c575
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/testing-v1.json
Expand Up @@ -273,7 +273,7 @@
}
}
},
"revision": "20200508",
"revision": "20200603",
"rootUrl": "https://testing.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -936,7 +936,7 @@
"id": "FileReference",
"properties": {
"gcsPath": {
"description": "A path to a file in Google Cloud Storage.\nExample: gs://build-app-1414623860166/app-debug-unaligned.apk",
"description": "A path to a file in Google Cloud Storage.\nExample: gs://build-app-1414623860166/app%40debug-unaligned.apk\nThese paths are expected to be url encoded (percent encoding)",
"type": "string"
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/testing/v1.ts
Expand Up @@ -610,7 +610,7 @@ export namespace testing_v1 {
*/
export interface Schema$FileReference {
/**
* A path to a file in Google Cloud Storage. Example: gs://build-app-1414623860166/app-debug-unaligned.apk
* A path to a file in Google Cloud Storage. Example: gs://build-app-1414623860166/app%40debug-unaligned.apk These paths are expected to be url encoded (percent encoding)
*/
gcsPath?: string | null;
}
Expand Down

0 comments on commit 193c575

Please sign in to comment.