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 8b25b62

Browse files
committedJul 11, 2023
feat(jobs): update the api
#### jobs:v3 The following keys were added: - resources.projects.methods.complete.parameters.languageCode.deprecated (Total Keys: 1) #### jobs:v3p1beta1 The following keys were added: - resources.projects.methods.complete.parameters.languageCode.deprecated (Total Keys: 1)
1 parent 0e16f04 commit 8b25b62

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed
 

‎googleapiclient/discovery_cache/documents/jobs.v3.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
"type": "string"
126126
},
127127
"languageCode": {
128+
"deprecated": true,
128129
"description": "Deprecated. Use language_codes instead. Optional. The language of the query. This is the BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more information, see [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47). For CompletionType.JOB_TITLE type, only open jobs with the same language_code are returned. For CompletionType.COMPANY_NAME type, only companies having open jobs with the same language_code are returned. For CompletionType.COMBINED type, only open jobs with the same language_code or companies having open jobs with the same language_code are returned. The maximum number of allowed characters is 255.",
129130
"location": "query",
130131
"type": "string"
@@ -651,7 +652,7 @@
651652
}
652653
}
653654
},
654-
"revision": "20230531",
655+
"revision": "20230705",
655656
"rootUrl": "https://jobs.googleapis.com/",
656657
"schemas": {
657658
"ApplicationInfo": {

‎googleapiclient/discovery_cache/documents/jobs.v3p1beta1.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
"type": "string"
126126
},
127127
"languageCode": {
128+
"deprecated": true,
128129
"description": "Deprecated. Use language_codes instead. Optional. The language of the query. This is the BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more information, see [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47). For CompletionType.JOB_TITLE type, only open jobs with the same language_code are returned. For CompletionType.COMPANY_NAME type, only companies having open jobs with the same language_code are returned. For CompletionType.COMBINED type, only open jobs with the same language_code or companies having open jobs with the same language_code are returned. The maximum number of allowed characters is 255.",
129130
"location": "query",
130131
"type": "string"
@@ -681,7 +682,7 @@
681682
}
682683
}
683684
},
684-
"revision": "20230531",
685+
"revision": "20230705",
685686
"rootUrl": "https://jobs.googleapis.com/",
686687
"schemas": {
687688
"ApplicationInfo": {

‎googleapiclient/discovery_cache/documents/jobs.v4.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@
903903
}
904904
}
905905
},
906-
"revision": "20230531",
906+
"revision": "20230705",
907907
"rootUrl": "https://jobs.googleapis.com/",
908908
"schemas": {
909909
"ApplicationInfo": {

0 commit comments

Comments
 (0)
Please sign in to comment.