@maxim_mazurok/gapi.client.containeranalysis-v1alpha1 0.1.20251024 → 0.1.20251104

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://containeranalysis.googleapis.com/$discovery/rest?version=v1alpha1
12
- // Revision: 20251024
12
+ // Revision: 20251104
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -512,6 +512,8 @@ declare namespace gapi.client {
512
512
  text?: string;
513
513
  }
514
514
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage {
515
+ /** Output only. Path to the artifact in Artifact Registry. */
516
+ artifactRegistryPackage?: string;
515
517
  /** Docker Registry 2.0 digest. */
516
518
  digest?: string;
517
519
  /** Name used to push the container image to Google Container Registry, as presented to `docker push`. */
@@ -704,6 +706,8 @@ declare namespace gapi.client {
704
706
  startTime?: string;
705
707
  }
706
708
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule {
709
+ /** Output only. Path to the artifact in Artifact Registry. */
710
+ artifactRegistryPackage?: string;
707
711
  /** Hash types and values of the Go Module Artifact. */
708
712
  fileHashes?: ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes;
709
713
  /** Output only. Stores timing information for pushing the specified artifact. */
@@ -712,6 +716,8 @@ declare namespace gapi.client {
712
716
  uri?: string;
713
717
  }
714
718
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact {
719
+ /** Output only. Path to the artifact in Artifact Registry. */
720
+ artifactRegistryPackage?: string;
715
721
  /** Hash types and values of the Maven Artifact. */
716
722
  fileHashes?: ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes;
717
723
  /** Output only. Stores timing information for pushing the specified artifact. */
@@ -720,6 +726,8 @@ declare namespace gapi.client {
720
726
  uri?: string;
721
727
  }
722
728
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage {
729
+ /** Output only. Path to the artifact in Artifact Registry. */
730
+ artifactRegistryPackage?: string;
723
731
  /** Hash types and values of the npm package. */
724
732
  fileHashes?: ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes;
725
733
  /** Output only. Stores timing information for pushing the specified artifact. */
@@ -728,6 +736,8 @@ declare namespace gapi.client {
728
736
  uri?: string;
729
737
  }
730
738
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage {
739
+ /** Output only. Path to the artifact in Artifact Registry. */
740
+ artifactRegistryPackage?: string;
731
741
  /** Hash types and values of the Python Artifact. */
732
742
  fileHashes?: ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes;
733
743
  /** 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.containeranalysis-v1alpha1",
3
- "version": "0.1.20251024",
3
+ "version": "0.1.20251104",
4
4
  "description": "TypeScript typings for Container Analysis API v1alpha1",
5
5
  "repository": {
6
6
  "type": "git",