@maxim_mazurok/gapi.client.run-v1 0.0.20230813 → 0.0.20230903
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +15 -17
- package/package.json +1 -1
- package/tests.ts +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://run.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230903
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -835,11 +835,12 @@ declare namespace gapi.client {
|
|
|
835
835
|
* resource type. * `autoscaling.knative.dev/maxScale`: Revision. * `autoscaling.knative.dev/minScale`: Revision. * `run.googleapis.com/binary-authorization-breakglass`: Service, Job,
|
|
836
836
|
* * `run.googleapis.com/binary-authorization`: Service, Job, Execution. * `run.googleapis.com/client-name`: All resources. * `run.googleapis.com/cloudsql-instances`: Revision,
|
|
837
837
|
* Execution. * `run.googleapis.com/container-dependencies`: Revision. * `run.googleapis.com/cpu-throttling`: Revision. * `run.googleapis.com/custom-audiences`: Service. *
|
|
838
|
-
* `run.googleapis.com/description`: Service. * `run.googleapis.com/
|
|
839
|
-
* `run.googleapis.com/
|
|
840
|
-
* `run.googleapis.com/
|
|
841
|
-
* `run.googleapis.com/
|
|
842
|
-
* `run.googleapis.com/
|
|
838
|
+
* `run.googleapis.com/description`: Service. * `run.googleapis.com/disable-default-uri`: Service. * `run.googleapis.com/encryption-key-shutdown-hours`: Revision *
|
|
839
|
+
* `run.googleapis.com/encryption-key`: Revision, Execution. * `run.googleapis.com/execution-environment`: Revision, Execution. * `run.googleapis.com/gc-traffic-tags`: Service. *
|
|
840
|
+
* `run.googleapis.com/ingress`: Service. * `run.googleapis.com/launch-stage`: Service, Job. * `run.googleapis.com/network-interfaces`: Revision, Execution. *
|
|
841
|
+
* `run.googleapis.com/post-key-revocation-action-type`: Revision. * `run.googleapis.com/secrets`: Revision, Execution. * `run.googleapis.com/secure-session-agent`: Revision. *
|
|
842
|
+
* `run.googleapis.com/sessionAffinity`: Revision. * `run.googleapis.com/startup-cpu-boost`: Revision. * `run.googleapis.com/vpc-access-connector`: Revision, Execution. *
|
|
843
|
+
* `run.googleapis.com/vpc-access-egress`: Revision, Execution.
|
|
843
844
|
*/
|
|
844
845
|
annotations?:
|
|
845
846
|
{ [P in string]: string };
|
|
@@ -1151,15 +1152,12 @@ declare namespace gapi.client {
|
|
|
1151
1152
|
*/
|
|
1152
1153
|
traffic?:
|
|
1153
1154
|
TrafficTarget[];
|
|
1154
|
-
/** URL holds the url that will distribute traffic over the provided traffic targets. It generally has the form: https://{route-hash}-{project-hash}-{cluster-level-suffix}.a.run.app */
|
|
1155
|
+
/** URL holds the url that will distribute traffic over the provided traffic targets. It generally has the form: `https://{route-hash}-{project-hash}-{cluster-level-suffix}.a.run.app` */
|
|
1155
1156
|
url?:
|
|
1156
1157
|
string;
|
|
1157
1158
|
}
|
|
1158
1159
|
interface RunJobRequest {
|
|
1159
|
-
/**
|
|
1160
|
-
* Optional. Private preview feature. Currently only available by invitation. Overrides specification for a given execution of a job. The specified values update the specification of
|
|
1161
|
-
* the created execution.
|
|
1162
|
-
*/
|
|
1160
|
+
/** Optional. Overrides existing job configuration for one specific new job execution only, using the specified values to update the job configuration for the new execution. */
|
|
1163
1161
|
overrides?:
|
|
1164
1162
|
Overrides;
|
|
1165
1163
|
}
|
|
@@ -1242,11 +1240,11 @@ declare namespace gapi.client {
|
|
|
1242
1240
|
* Metadata associated with this Service, including name, namespace, labels, and annotations. In Cloud Run, annotations with 'run.googleapis.com/' and 'autoscaling.knative.dev' are
|
|
1243
1241
|
* restricted, and the accepted annotations will be different depending on the resource type. The following Cloud Run-specific annotations are accepted in Service.metadata.annotations.
|
|
1244
1242
|
* * `run.googleapis.com/binary-authorization-breakglass` * `run.googleapis.com/binary-authorization` * `run.googleapis.com/client-name` * `run.googleapis.com/custom-audiences` *
|
|
1245
|
-
* `run.googleapis.com/description` * `run.googleapis.com/gc-traffic-tags` * `run.googleapis.com/ingress` * `run.googleapis.com/ingress` sets
|
|
1246
|
-
* [the ingress settings documentation](/run/docs/securing/ingress) for details on configuring ingress settings. *
|
|
1247
|
-
* currently active ingress settings for the Service. `run.googleapis.com/ingress-status` may differ from
|
|
1248
|
-
* `run.googleapis.com/ingress`
|
|
1249
|
-
* `run.googleapis.com/ingress-status` and `run.googleapis.com/ingress` are equal.
|
|
1243
|
+
* `run.googleapis.com/description` * `run.googleapis.com/disable-default-uri` * `run.googleapis.com/gc-traffic-tags` * `run.googleapis.com/ingress` * `run.googleapis.com/ingress` sets
|
|
1244
|
+
* the ingress settings for the Service. See [the ingress settings documentation](/run/docs/securing/ingress) for details on configuring ingress settings. *
|
|
1245
|
+
* `run.googleapis.com/ingress-status` is output-only and contains the currently active ingress settings for the Service. `run.googleapis.com/ingress-status` may differ from
|
|
1246
|
+
* `run.googleapis.com/ingress` while the system is processing a change to `run.googleapis.com/ingress` or if the system failed to process a change to `run.googleapis.com/ingress`.
|
|
1247
|
+
* When the system has processed all changes successfully `run.googleapis.com/ingress-status` and `run.googleapis.com/ingress` are equal.
|
|
1250
1248
|
*/
|
|
1251
1249
|
metadata?:
|
|
1252
1250
|
ObjectMeta;
|
|
@@ -1294,7 +1292,7 @@ declare namespace gapi.client {
|
|
|
1294
1292
|
*/
|
|
1295
1293
|
traffic?:
|
|
1296
1294
|
TrafficTarget[];
|
|
1297
|
-
/** URL that will distribute traffic over the provided traffic targets. It generally has the form https://{route-hash}-{project-hash}-{cluster-level-suffix}.a.run.app */
|
|
1295
|
+
/** URL that will distribute traffic over the provided traffic targets. It generally has the form `https://{route-hash}-{project-hash}-{cluster-level-suffix}.a.run.app` */
|
|
1298
1296
|
url?:
|
|
1299
1297
|
string;
|
|
1300
1298
|
}
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230903
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|