@maxim_mazurok/gapi.client.containeranalysis-v1 0.0.20240514 → 0.0.20240516
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 +16 -16
- 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=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240516
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -367,7 +367,7 @@ declare namespace gapi.client {
|
|
|
367
367
|
secrets?: ContaineranalysisGoogleDevtoolsCloudbuildV1Secret[];
|
|
368
368
|
/** IAM service account whose credentials will be used at build runtime. Must be of the format `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. ACCOUNT can be email address or uniqueId of the service account. */
|
|
369
369
|
serviceAccount?: string;
|
|
370
|
-
/** The location of the source files to build. */
|
|
370
|
+
/** Optional. The location of the source files to build. */
|
|
371
371
|
source?: ContaineranalysisGoogleDevtoolsCloudbuildV1Source;
|
|
372
372
|
/** Output only. A permanent fixed identifier for source. */
|
|
373
373
|
sourceProvenance?: ContaineranalysisGoogleDevtoolsCloudbuildV1SourceProvenance;
|
|
@@ -495,11 +495,11 @@ declare namespace gapi.client {
|
|
|
495
495
|
pushTiming?: ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan;
|
|
496
496
|
}
|
|
497
497
|
interface ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository {
|
|
498
|
-
/** Directory, relative to the source root, in which to run the build. */
|
|
498
|
+
/** Optional. Directory, relative to the source root, in which to run the build. */
|
|
499
499
|
dir?: string;
|
|
500
500
|
/** Required. Name of the Google Cloud Build repository, formatted as `projects/*/locations/*/connections/*/repositories/*`. */
|
|
501
501
|
repository?: string;
|
|
502
|
-
/** The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref. */
|
|
502
|
+
/** Required. The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref. */
|
|
503
503
|
revision?: string;
|
|
504
504
|
}
|
|
505
505
|
interface ContaineranalysisGoogleDevtoolsCloudbuildV1DeveloperConnectConfig {
|
|
@@ -533,11 +533,11 @@ declare namespace gapi.client {
|
|
|
533
533
|
proxySslCaInfo?: ContaineranalysisGoogleDevtoolsCloudbuildV1GCSLocation;
|
|
534
534
|
}
|
|
535
535
|
interface ContaineranalysisGoogleDevtoolsCloudbuildV1GitSource {
|
|
536
|
-
/** 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. */
|
|
536
|
+
/** 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. */
|
|
537
537
|
dir?: string;
|
|
538
|
-
/** The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref. Cloud Build uses `git fetch` to fetch the revision from the Git repository; therefore make sure that the string you provide for `revision` is parsable by the command. For information on string values accepted by `git fetch`, see https://git-scm.com/docs/gitrevisions#_specifying_revisions. For information on `git fetch`, see https://git-scm.com/docs/git-fetch. */
|
|
538
|
+
/** Optional. The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref. Cloud Build uses `git fetch` to fetch the revision from the Git repository; therefore make sure that the string you provide for `revision` is parsable by the command. For information on string values accepted by `git fetch`, see https://git-scm.com/docs/gitrevisions#_specifying_revisions. For information on `git fetch`, see https://git-scm.com/docs/git-fetch. */
|
|
539
539
|
revision?: string;
|
|
540
|
-
/** Location of the Git repo to build. This will be used as a `git remote`, see https://git-scm.com/docs/git-remote. */
|
|
540
|
+
/** Required. Location of the Git repo to build. This will be used as a `git remote`, see https://git-scm.com/docs/git-remote. */
|
|
541
541
|
url?: string;
|
|
542
542
|
}
|
|
543
543
|
interface ContaineranalysisGoogleDevtoolsCloudbuildV1Hash {
|
|
@@ -557,15 +557,15 @@ declare namespace gapi.client {
|
|
|
557
557
|
branchName?: string;
|
|
558
558
|
/** Explicit commit SHA to build. */
|
|
559
559
|
commitSha?: string;
|
|
560
|
-
/** 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. */
|
|
560
|
+
/** 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. */
|
|
561
561
|
dir?: string;
|
|
562
|
-
/** Only trigger a build if the revision regex does NOT match the revision regex. */
|
|
562
|
+
/** Optional. Only trigger a build if the revision regex does NOT match the revision regex. */
|
|
563
563
|
invertRegex?: boolean;
|
|
564
|
-
/** ID of the project that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed. */
|
|
564
|
+
/** Optional. ID of the project that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed. */
|
|
565
565
|
projectId?: string;
|
|
566
|
-
/** Name of the Cloud Source Repository. */
|
|
566
|
+
/** Required. Name of the Cloud Source Repository. */
|
|
567
567
|
repoName?: string;
|
|
568
|
-
/** Substitutions to use in a triggered build. Should only be used with RunBuildTrigger */
|
|
568
|
+
/** Optional. Substitutions to use in a triggered build. Should only be used with RunBuildTrigger */
|
|
569
569
|
substitutions?: {[P in string]: string};
|
|
570
570
|
/** Regex matching tags to build. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax */
|
|
571
571
|
tagName?: string;
|
|
@@ -641,19 +641,19 @@ declare namespace gapi.client {
|
|
|
641
641
|
interface ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource {
|
|
642
642
|
/** Cloud Storage bucket containing the source (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)). */
|
|
643
643
|
bucket?: string;
|
|
644
|
-
/** Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used. */
|
|
644
|
+
/** Optional. Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used. */
|
|
645
645
|
generation?: string;
|
|
646
|
-
/** Cloud Storage object containing the source. This object must be a zipped (`.zip`) or gzipped archive file (`.tar.gz`) containing source to build. */
|
|
646
|
+
/** Required. Cloud Storage object containing the source. This object must be a zipped (`.zip`) or gzipped archive file (`.tar.gz`) containing source to build. */
|
|
647
647
|
object?: string;
|
|
648
648
|
/** Optional. Option to specify the tool to fetch the source file for the build. */
|
|
649
649
|
sourceFetcher?: string;
|
|
650
650
|
}
|
|
651
651
|
interface ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest {
|
|
652
|
-
/** Cloud Storage bucket containing the source manifest (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)). */
|
|
652
|
+
/** Required. Cloud Storage bucket containing the source manifest (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)). */
|
|
653
653
|
bucket?: string;
|
|
654
654
|
/** Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used. */
|
|
655
655
|
generation?: string;
|
|
656
|
-
/** Cloud Storage object containing the source manifest. This object must be a JSON file. */
|
|
656
|
+
/** Required. Cloud Storage object containing the source manifest. This object must be a JSON file. */
|
|
657
657
|
object?: string;
|
|
658
658
|
}
|
|
659
659
|
interface ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan {
|