@maxim_mazurok/gapi.client.containeranalysis-v1alpha1 0.0.20241206 → 0.0.20250124

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 +29 -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: 20241206
12
+ // Revision: 20250124
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -273,6 +273,8 @@ declare namespace gapi.client {
273
273
  url?: string;
274
274
  }
275
275
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1Artifacts {
276
+ /** Optional. A list of Go modules to be uploaded to Artifact Registry upon successful completion of all build steps. If any objects fail to be pushed, the build is marked FAILURE. */
277
+ goModules?: ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsGoModule[];
276
278
  /** A list of images to be pushed upon the successful completion of all build steps. The images will be pushed using the builder service account's credentials. The digests of the pushed images will be stored in the Build resource's results field. If any of the images fail to be pushed, the build is marked FAILURE. */
277
279
  images?: string[];
278
280
  /** A list of Maven artifacts to be uploaded to Artifact Registry upon successful completion of all build steps. Artifacts in the workspace matching specified paths globs will be uploaded to the specified Artifact Registry repository using the builder service account's credentials. If any artifacts fail to be pushed, the build is marked FAILURE. */
@@ -292,6 +294,20 @@ declare namespace gapi.client {
292
294
  /** Output only. Stores timing information for pushing all artifact objects. */
293
295
  timing?: ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan;
294
296
  }
297
+ interface ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsGoModule {
298
+ /** Optional. The Go module's "module path". e.g. example.com/foo/v2 */
299
+ modulePath?: string;
300
+ /** Optional. The Go module's semantic version in the form vX.Y.Z. e.g. v0.1.1 Pre-release identifiers can also be added by appending a dash and dot separated ASCII alphanumeric characters and hyphens. e.g. v0.2.3-alpha.x.12m.5 */
301
+ moduleVersion?: string;
302
+ /** Optional. Location of the Artifact Registry repository. i.e. us-east1 Defaults to the build’s location. */
303
+ repositoryLocation?: string;
304
+ /** Optional. Artifact Registry repository name. Specified Go modules will be zipped and uploaded to Artifact Registry with this location as a prefix. e.g. my-go-repo */
305
+ repositoryName?: string;
306
+ /** Optional. Project ID of the Artifact Registry repository. Defaults to the build project. */
307
+ repositoryProjectId?: string;
308
+ /** Optional. Source path of the go.mod file in the build's workspace. If not specified, this will default to the current directory. e.g. ~/code/go/mypackage */
309
+ sourcePath?: string;
310
+ }
295
311
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsMavenArtifact {
296
312
  /** Maven `artifactId` value used when uploading the artifact to Artifact Registry. */
297
313
  artifactId?: string;
@@ -403,6 +419,8 @@ declare namespace gapi.client {
403
419
  diskSizeGb?: string;
404
420
  /** Option to specify whether or not to apply bash style string operations to the substitutions. NOTE: this is always enabled for triggered builds and cannot be overridden in the build configuration file. */
405
421
  dynamicSubstitutions?: boolean;
422
+ /** Optional. Option to specify whether structured logging is enabled. If true, JSON-formatted logs are parsed as structured logs. */
423
+ enableStructuredLogging?: boolean;
406
424
  /** A list of global environment variable definitions that will exist for all build steps in this build. If a variable is defined in both globally and in a build step, the variable will use the build step value. The elements are of the form "KEY=VALUE" for the environment variable "KEY" being given the value "VALUE". */
407
425
  env?: string[];
408
426
  /** Option to specify the logging mode, which determines if and where build logs are stored. */
@@ -557,6 +575,8 @@ declare namespace gapi.client {
557
575
  buildStepImages?: string[];
558
576
  /** 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. */
559
577
  buildStepOutputs?: string[];
578
+ /** Optional. Go module artifacts uploaded to Artifact Registry at the end of the build. */
579
+ goModules?: ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule[];
560
580
  /** Container images that were built as a part of the build. */
561
581
  images?: ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage[];
562
582
  /** Maven artifacts uploaded to Artifact Registry at the end of the build. */
@@ -640,6 +660,14 @@ declare namespace gapi.client {
640
660
  /** Start of time span. */
641
661
  startTime?: string;
642
662
  }
663
+ interface ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule {
664
+ /** Hash types and values of the Go Module Artifact. */
665
+ fileHashes?: ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes;
666
+ /** Output only. Stores timing information for pushing the specified artifact. */
667
+ pushTiming?: ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan;
668
+ /** URI of the uploaded artifact. */
669
+ uri?: string;
670
+ }
643
671
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact {
644
672
  /** Hash types and values of the Maven Artifact. */
645
673
  fileHashes?: ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.containeranalysis-v1alpha1",
3
- "version": "0.0.20241206",
3
+ "version": "0.0.20250124",
4
4
  "description": "TypeScript typings for Container Analysis API v1alpha1",
5
5
  "repository": {
6
6
  "type": "git",