@maxim_mazurok/gapi.client.containeranalysis-v1beta1 0.0.20240625 → 0.0.20240704
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.
- package/index.d.ts +2 -12
- 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:
|
|
12
|
+
// Revision: 20240704
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -474,23 +474,13 @@ declare namespace gapi.client {
|
|
|
474
474
|
/** Collection of file hashes. */
|
|
475
475
|
fileHash?: ContaineranalysisGoogleDevtoolsCloudbuildV1Hash[];
|
|
476
476
|
}
|
|
477
|
-
interface ContaineranalysisGoogleDevtoolsCloudbuildV1GCSLocation {
|
|
478
|
-
/** Cloud Storage bucket. See https://cloud.google.com/storage/docs/naming#requirements */
|
|
479
|
-
bucket?: string;
|
|
480
|
-
/** Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used. */
|
|
481
|
-
generation?: string;
|
|
482
|
-
/** Cloud Storage object. See https://cloud.google.com/storage/docs/naming#objectnames */
|
|
483
|
-
object?: string;
|
|
484
|
-
}
|
|
485
477
|
interface ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig {
|
|
486
478
|
/** Configuration for HTTP related git operations. */
|
|
487
479
|
http?: ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig;
|
|
488
480
|
}
|
|
489
481
|
interface ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig {
|
|
490
|
-
/** SecretVersion resource of the HTTP proxy URL. The proxy URL should be in format protocol://@]proxyhost[:port]
|
|
482
|
+
/** SecretVersion resource of the HTTP proxy URL. The Service Account used in the build (either the default Service Account or user-specified Service Account) should have `secretmanager.versions.access` permissions on this secret. The proxy URL should be in format `protocol://@]proxyhost[:port]`. */
|
|
491
483
|
proxySecretVersionName?: string;
|
|
492
|
-
/** Optional. Cloud Storage object storing the certificate to use with the HTTP proxy. */
|
|
493
|
-
proxySslCaInfo?: ContaineranalysisGoogleDevtoolsCloudbuildV1GCSLocation;
|
|
494
484
|
}
|
|
495
485
|
interface ContaineranalysisGoogleDevtoolsCloudbuildV1GitSource {
|
|
496
486
|
/** Optional. 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. */
|