@maxim_mazurok/gapi.client.run-v1 0.0.20240426 → 0.0.20240510

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.
Files changed (2) hide show
  1. package/index.d.ts +14 -2
  2. package/package.json +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: 20240426
12
+ // Revision: 20240510
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -529,6 +529,14 @@ declare namespace gapi.client {
529
529
  /** Collection of file hashes. */
530
530
  fileHash?: GoogleDevtoolsCloudbuildV1Hash[];
531
531
  }
532
+ interface GoogleDevtoolsCloudbuildV1GCSLocation {
533
+ /** Cloud Storage bucket. See https://cloud.google.com/storage/docs/naming#requirements */
534
+ bucket?: string;
535
+ /** Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used. */
536
+ generation?: string;
537
+ /** Cloud Storage object. See https://cloud.google.com/storage/docs/naming#objectnames */
538
+ object?: string;
539
+ }
532
540
  interface GoogleDevtoolsCloudbuildV1GitConfig {
533
541
  /** Configuration for HTTP related git operations. */
534
542
  http?: GoogleDevtoolsCloudbuildV1HttpConfig;
@@ -550,6 +558,8 @@ declare namespace gapi.client {
550
558
  interface GoogleDevtoolsCloudbuildV1HttpConfig {
551
559
  /** SecretVersion resource of the HTTP proxy URL. The proxy URL should be in format protocol://@]proxyhost[:port]. */
552
560
  proxySecretVersionName?: string;
561
+ /** Optional. Cloud Storage object storing the certificate to use with the HTTP proxy. */
562
+ proxySslCaInfo?: GoogleDevtoolsCloudbuildV1GCSLocation;
553
563
  }
554
564
  interface GoogleDevtoolsCloudbuildV1InlineSecret {
555
565
  /** Map of environment variable name to its encrypted value. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step. Values can be at most 64 KB in size. There can be at most 100 secret values across all of a build's secrets. */
@@ -610,7 +620,7 @@ declare namespace gapi.client {
610
620
  artifactTiming?: GoogleDevtoolsCloudbuildV1TimeSpan;
611
621
  /** List of build step digests, in the order corresponding to build step indices. */
612
622
  buildStepImages?: string[];
613
- /** List of build step outputs, produced by builder images, in the order corresponding to build step indices. [Cloud Builders](https://cloud.google.com/cloud-build/docs/cloud-builders) can produce this output by writing to `$BUILDER_OUTPUT/output`. Only the first 50KB of data is stored. */
623
+ /** List of build step outputs, produced by builder images, in the order corresponding to build step indices. [Cloud Builders](https://cloud.google.com/cloud-build/docs/cloud-builders) can produce this output by writing to `$BUILDER_OUTPUT/output`. Only the first 50KB of data is stored. Note that the `$BUILDER_OUTPUT` variable is read-only and can't be substituted. */
614
624
  buildStepOutputs?: string[];
615
625
  /** Container images that were built as a part of the build. */
616
626
  images?: GoogleDevtoolsCloudbuildV1BuiltImage[];
@@ -1082,6 +1092,8 @@ declare namespace gapi.client {
1082
1092
  imagePullSecrets?: LocalObjectReference[];
1083
1093
  /** Optional. The Node Selector configuration. Map of selector key to a value which matches a node. */
1084
1094
  nodeSelector?: {[P in string]: string};
1095
+ /** Runtime. Leave unset for default. */
1096
+ runtimeClassName?: string;
1085
1097
  /** Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account. */
1086
1098
  serviceAccountName?: string;
1087
1099
  /** TimeoutSeconds holds the max duration the instance is allowed for responding to a request. Cloud Run: defaults to 300 seconds (5 minutes). Maximum allowed value is 3600 seconds (1 hour). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.run-v1",
3
- "version": "0.0.20240426",
3
+ "version": "0.0.20240510",
4
4
  "description": "TypeScript typings for Cloud Run Admin API v1",
5
5
  "repository": {
6
6
  "type": "git",