@maxim_mazurok/gapi.client.containeranalysis-v1beta1 0.0.20240322 → 0.0.20240503

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 +22 -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://containeranalysis.googleapis.com/$discovery/rest?version=v1beta1
12
- // Revision: 20240322
12
+ // Revision: 20240503
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -303,6 +303,8 @@ declare namespace gapi.client {
303
303
  failureInfo?: ContaineranalysisGoogleDevtoolsCloudbuildV1BuildFailureInfo;
304
304
  /** Output only. Time at which execution of the build was finished. The difference between finish_time and start_time is the duration of the build's execution. */
305
305
  finishTime?: string;
306
+ /** Optional. Configuration for git operations. */
307
+ gitConfig?: ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig;
306
308
  /** Output only. Unique identifier of the build. */
307
309
  id?: string;
308
310
  /** A list of images to be pushed upon the successful completion of all build steps. The images are 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 status is marked `FAILURE`. */
@@ -460,10 +462,26 @@ declare namespace gapi.client {
460
462
  /** The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref. */
461
463
  revision?: string;
462
464
  }
465
+ interface ContaineranalysisGoogleDevtoolsCloudbuildV1DeveloperConnectConfig {
466
+ /** Required. Directory, relative to the source root, in which to run the build. */
467
+ dir?: string;
468
+ /** Required. The Developer Connect Git repository link, formatted as `projects/*‍/locations/*‍/connections/*‍/gitRepositoryLink/*`. */
469
+ gitRepositoryLink?: string;
470
+ /** Required. The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref. */
471
+ revision?: string;
472
+ }
463
473
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes {
464
474
  /** Collection of file hashes. */
465
475
  fileHash?: ContaineranalysisGoogleDevtoolsCloudbuildV1Hash[];
466
476
  }
477
+ interface ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig {
478
+ /** Configuration for HTTP related git operations. */
479
+ http?: ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig;
480
+ }
481
+ interface ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig {
482
+ /** SecretVersion resource of the HTTP proxy URL. The proxy URL should be in format protocol://@]proxyhost[:port]. */
483
+ proxySecretVersionName?: string;
484
+ }
467
485
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1GitSource {
468
486
  /** Directory, relative to the source root, in which to run the build. This must be a relative path. If a step's `dir` is specified and is an absolute path, this value is ignored for that step's execution. */
469
487
  dir?: string;
@@ -509,7 +527,7 @@ declare namespace gapi.client {
509
527
  artifactTiming?: ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan;
510
528
  /** List of build step digests, in the order corresponding to build step indices. */
511
529
  buildStepImages?: string[];
512
- /** 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. */
530
+ /** 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. */
513
531
  buildStepOutputs?: string[];
514
532
  /** Container images that were built as a part of the build. */
515
533
  images?: ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage[];
@@ -543,6 +561,8 @@ declare namespace gapi.client {
543
561
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1Source {
544
562
  /** Optional. If provided, get the source from this 2nd-gen Google Cloud Build repository resource. */
545
563
  connectedRepository?: ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository;
564
+ /** If provided, get the source from this Developer Connect config. */
565
+ developerConnectConfig?: ContaineranalysisGoogleDevtoolsCloudbuildV1DeveloperConnectConfig;
546
566
  /** If provided, get the source from this Git repository. */
547
567
  gitSource?: ContaineranalysisGoogleDevtoolsCloudbuildV1GitSource;
548
568
  /** If provided, get the source from this location in a Cloud Source Repository. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.containeranalysis-v1beta1",
3
- "version": "0.0.20240322",
3
+ "version": "0.0.20240503",
4
4
  "description": "TypeScript typings for Container Analysis API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",