@maxim_mazurok/gapi.client.containeranalysis-v1beta1 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=v1beta1
12
- // Revision: 20241206
12
+ // Revision: 20250124
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -245,6 +245,8 @@ declare namespace gapi.client {
245
245
  url?: string;
246
246
  }
247
247
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1Artifacts {
248
+ /** 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. */
249
+ goModules?: ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsGoModule[];
248
250
  /** 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. */
249
251
  images?: string[];
250
252
  /** 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. */
@@ -264,6 +266,20 @@ declare namespace gapi.client {
264
266
  /** Output only. Stores timing information for pushing all artifact objects. */
265
267
  timing?: ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan;
266
268
  }
269
+ interface ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsGoModule {
270
+ /** Optional. The Go module's "module path". e.g. example.com/foo/v2 */
271
+ modulePath?: string;
272
+ /** 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 */
273
+ moduleVersion?: string;
274
+ /** Optional. Location of the Artifact Registry repository. i.e. us-east1 Defaults to the build’s location. */
275
+ repositoryLocation?: string;
276
+ /** 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 */
277
+ repositoryName?: string;
278
+ /** Optional. Project ID of the Artifact Registry repository. Defaults to the build project. */
279
+ repositoryProjectId?: string;
280
+ /** 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 */
281
+ sourcePath?: string;
282
+ }
267
283
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsMavenArtifact {
268
284
  /** Maven `artifactId` value used when uploading the artifact to Artifact Registry. */
269
285
  artifactId?: string;
@@ -375,6 +391,8 @@ declare namespace gapi.client {
375
391
  diskSizeGb?: string;
376
392
  /** 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. */
377
393
  dynamicSubstitutions?: boolean;
394
+ /** Optional. Option to specify whether structured logging is enabled. If true, JSON-formatted logs are parsed as structured logs. */
395
+ enableStructuredLogging?: boolean;
378
396
  /** 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". */
379
397
  env?: string[];
380
398
  /** Option to specify the logging mode, which determines if and where build logs are stored. */
@@ -529,6 +547,8 @@ declare namespace gapi.client {
529
547
  buildStepImages?: string[];
530
548
  /** 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. */
531
549
  buildStepOutputs?: string[];
550
+ /** Optional. Go module artifacts uploaded to Artifact Registry at the end of the build. */
551
+ goModules?: ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule[];
532
552
  /** Container images that were built as a part of the build. */
533
553
  images?: ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage[];
534
554
  /** Maven artifacts uploaded to Artifact Registry at the end of the build. */
@@ -612,6 +632,14 @@ declare namespace gapi.client {
612
632
  /** Start of time span. */
613
633
  startTime?: string;
614
634
  }
635
+ interface ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule {
636
+ /** Hash types and values of the Go Module Artifact. */
637
+ fileHashes?: ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes;
638
+ /** Output only. Stores timing information for pushing the specified artifact. */
639
+ pushTiming?: ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan;
640
+ /** URI of the uploaded artifact. */
641
+ uri?: string;
642
+ }
615
643
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact {
616
644
  /** Hash types and values of the Maven Artifact. */
617
645
  fileHashes?: ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.containeranalysis-v1beta1",
3
- "version": "0.0.20241206",
3
+ "version": "0.0.20250124",
4
4
  "description": "TypeScript typings for Container Analysis API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",