@maxim_mazurok/gapi.client.run-v1 0.1.20251024 → 0.1.20251107

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 +11 -1
  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: 20251024
12
+ // Revision: 20251107
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -508,6 +508,8 @@ declare namespace gapi.client {
508
508
  waitFor?: string[];
509
509
  }
510
510
  interface GoogleDevtoolsCloudbuildV1BuiltImage {
511
+ /** Output only. Path to the artifact in Artifact Registry. */
512
+ artifactRegistryPackage?: string;
511
513
  /** Docker Registry 2.0 digest. */
512
514
  digest?: string;
513
515
  /** Name used to push the container image to Google Container Registry, as presented to `docker push`. */
@@ -746,6 +748,8 @@ declare namespace gapi.client {
746
748
  startTime?: string;
747
749
  }
748
750
  interface GoogleDevtoolsCloudbuildV1UploadedGoModule {
751
+ /** Output only. Path to the artifact in Artifact Registry. */
752
+ artifactRegistryPackage?: string;
749
753
  /** Hash types and values of the Go Module Artifact. */
750
754
  fileHashes?: GoogleDevtoolsCloudbuildV1FileHashes;
751
755
  /** Output only. Stores timing information for pushing the specified artifact. */
@@ -754,6 +758,8 @@ declare namespace gapi.client {
754
758
  uri?: string;
755
759
  }
756
760
  interface GoogleDevtoolsCloudbuildV1UploadedMavenArtifact {
761
+ /** Output only. Path to the artifact in Artifact Registry. */
762
+ artifactRegistryPackage?: string;
757
763
  /** Hash types and values of the Maven Artifact. */
758
764
  fileHashes?: GoogleDevtoolsCloudbuildV1FileHashes;
759
765
  /** Output only. Stores timing information for pushing the specified artifact. */
@@ -762,6 +768,8 @@ declare namespace gapi.client {
762
768
  uri?: string;
763
769
  }
764
770
  interface GoogleDevtoolsCloudbuildV1UploadedNpmPackage {
771
+ /** Output only. Path to the artifact in Artifact Registry. */
772
+ artifactRegistryPackage?: string;
765
773
  /** Hash types and values of the npm package. */
766
774
  fileHashes?: GoogleDevtoolsCloudbuildV1FileHashes;
767
775
  /** Output only. Stores timing information for pushing the specified artifact. */
@@ -770,6 +778,8 @@ declare namespace gapi.client {
770
778
  uri?: string;
771
779
  }
772
780
  interface GoogleDevtoolsCloudbuildV1UploadedPythonPackage {
781
+ /** Output only. Path to the artifact in Artifact Registry. */
782
+ artifactRegistryPackage?: string;
773
783
  /** Hash types and values of the Python Artifact. */
774
784
  fileHashes?: GoogleDevtoolsCloudbuildV1FileHashes;
775
785
  /** Output only. Stores timing information for pushing the specified artifact. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.run-v1",
3
- "version": "0.1.20251024",
3
+ "version": "0.1.20251107",
4
4
  "description": "TypeScript typings for Cloud Run Admin API v1",
5
5
  "repository": {
6
6
  "type": "git",