Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b440f99

Browse files
committedJul 18, 2023
feat(clouddebugger): update the api
#### clouddebugger:v2 The following keys were added: - schemas.CloudRepoSourceContext.properties.aliasName.deprecated (Total Keys: 1) - schemas.Debuggee.properties.extSourceContexts.deprecated (Total Keys: 1) - schemas.GerritSourceContext.properties.aliasName.deprecated (Total Keys: 1)
1 parent b01600f commit b440f99

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎googleapiclient/discovery_cache/documents/clouddebugger.v2.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
}
450450
}
451451
},
452-
"revision": "20230629",
452+
"revision": "20230707",
453453
"rootUrl": "https://clouddebugger.googleapis.com/",
454454
"schemas": {
455455
"AliasContext": {
@@ -617,6 +617,7 @@
617617
"description": "An alias, which may be a branch or tag."
618618
},
619619
"aliasName": {
620+
"deprecated": true,
620621
"description": "The name of an alias (branch, tag, etc.).",
621622
"type": "string"
622623
},
@@ -692,6 +693,7 @@
692693
"type": "string"
693694
},
694695
"extSourceContexts": {
696+
"deprecated": true,
695697
"description": "References to the locations and revisions of the source code used in the deployed application.",
696698
"items": {
697699
"$ref": "ExtendedSourceContext"
@@ -790,6 +792,7 @@
790792
"description": "An alias, which may be a branch or tag."
791793
},
792794
"aliasName": {
795+
"deprecated": true,
793796
"description": "The name of an alias (branch, tag, etc.).",
794797
"type": "string"
795798
},

0 commit comments

Comments
 (0)
Please sign in to comment.