Skip to content

Commit

Permalink
feat(jobs): update the api
Browse files Browse the repository at this point in the history
#### jobs:v3

The following keys were added:
- schemas.NamespacedDebugInput.properties.testingMode.type (Total Keys: 1)

#### jobs:v3p1beta1

The following keys were added:
- schemas.NamespacedDebugInput.properties.testingMode.type (Total Keys: 1)

#### jobs:v4

The following keys were added:
- schemas.NamespacedDebugInput.properties.testingMode.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jun 14, 2022
1 parent e65d2cc commit 4ca8a71
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 9 deletions.
20 changes: 17 additions & 3 deletions googleapiclient/discovery_cache/documents/jobs.v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@
}
}
},
"revision": "20220513",
"revision": "20220606",
"rootUrl": "https://jobs.googleapis.com/",
"schemas": {
"ApplicationInfo": {
Expand Down Expand Up @@ -2203,7 +2203,7 @@
],
"enumDescriptions": [
"Default value if the telecommute preference is not specified.",
"DEPRECATED. Ignore telecommute status of jobs. Use TELECOMMUTE_JOBS_EXCLUDED if want to exclude telecommute jobs.",
"Deprecated: Ignore telecommute status of jobs. Use TELECOMMUTE_JOBS_EXCLUDED if want to exclude telecommute jobs.",
"Allow telecommute jobs.",
"Exclude telecommute jobs."
],
Expand Down Expand Up @@ -2275,7 +2275,7 @@
"type": "object"
},
"NamespacedDebugInput": {
"description": "Next ID: 15",
"description": "Next ID: 16",
"id": "NamespacedDebugInput",
"properties": {
"absolutelyForcedExpNames": {
Expand Down Expand Up @@ -2369,6 +2369,20 @@
},
"description": "Rollouts to force in a particular experiment state. Map from rollout name to rollout value.",
"type": "object"
},
"testingMode": {
"description": "If set to ALL_OFF, organic selection will be disabled; if set to ALL_ON, organic selection will be disabled, and only select launch experiments will receive traffic. See go/mendel-aoao-runtime-design.",
"enum": [
"TESTING_MODE_UNSPECIFIED",
"TESTING_MODE_ALL_OFF",
"TESTING_MODE_ALL_ON"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
Expand Down
20 changes: 17 additions & 3 deletions googleapiclient/discovery_cache/documents/jobs.v3p1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@
}
}
},
"revision": "20220513",
"revision": "20220606",
"rootUrl": "https://jobs.googleapis.com/",
"schemas": {
"ApplicationInfo": {
Expand Down Expand Up @@ -2307,7 +2307,7 @@
],
"enumDescriptions": [
"Default value if the telecommute preference is not specified.",
"DEPRECATED. Ignore telecommute status of jobs. Use TELECOMMUTE_JOBS_EXCLUDED if want to exclude telecommute jobs.",
"Deprecated: Ignore telecommute status of jobs. Use TELECOMMUTE_JOBS_EXCLUDED if want to exclude telecommute jobs.",
"Allow telecommute jobs.",
"Exclude telecommute jobs."
],
Expand Down Expand Up @@ -2379,7 +2379,7 @@
"type": "object"
},
"NamespacedDebugInput": {
"description": "Next ID: 15",
"description": "Next ID: 16",
"id": "NamespacedDebugInput",
"properties": {
"absolutelyForcedExpNames": {
Expand Down Expand Up @@ -2473,6 +2473,20 @@
},
"description": "Rollouts to force in a particular experiment state. Map from rollout name to rollout value.",
"type": "object"
},
"testingMode": {
"description": "If set to ALL_OFF, organic selection will be disabled; if set to ALL_ON, organic selection will be disabled, and only select launch experiments will receive traffic. See go/mendel-aoao-runtime-design.",
"enum": [
"TESTING_MODE_UNSPECIFIED",
"TESTING_MODE_ALL_OFF",
"TESTING_MODE_ALL_ON"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
Expand Down
20 changes: 17 additions & 3 deletions googleapiclient/discovery_cache/documents/jobs.v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@
}
}
},
"revision": "20220513",
"revision": "20220606",
"rootUrl": "https://jobs.googleapis.com/",
"schemas": {
"ApplicationInfo": {
Expand Down Expand Up @@ -2399,7 +2399,7 @@
],
"enumDescriptions": [
"Default value if the telecommute preference isn't specified.",
"DEPRECATED. Ignore telecommute status of jobs. Use TELECOMMUTE_JOBS_EXCLUDED if want to exclude telecommute jobs.",
"Deprecated: Ignore telecommute status of jobs. Use TELECOMMUTE_JOBS_EXCLUDED if want to exclude telecommute jobs.",
"Allow telecommute jobs.",
"Exclude telecommute jobs."
],
Expand Down Expand Up @@ -2471,7 +2471,7 @@
"type": "object"
},
"NamespacedDebugInput": {
"description": "Next ID: 15",
"description": "Next ID: 16",
"id": "NamespacedDebugInput",
"properties": {
"absolutelyForcedExpNames": {
Expand Down Expand Up @@ -2565,6 +2565,20 @@
},
"description": "Rollouts to force in a particular experiment state. Map from rollout name to rollout value.",
"type": "object"
},
"testingMode": {
"description": "If set to ALL_OFF, organic selection will be disabled; if set to ALL_ON, organic selection will be disabled, and only select launch experiments will receive traffic. See go/mendel-aoao-runtime-design.",
"enum": [
"TESTING_MODE_UNSPECIFIED",
"TESTING_MODE_ALL_OFF",
"TESTING_MODE_ALL_ON"
],
"enumDescriptions": [
"",
"",
""
],
"type": "string"
}
},
"type": "object"
Expand Down

0 comments on commit 4ca8a71

Please sign in to comment.