@maxim_mazurok/gapi.client.containeranalysis-v1alpha1 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=v1alpha1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240516
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -355,7 +355,7 @@ declare namespace gapi.client {
|
|
|
355
355
|
secrets?: ContaineranalysisGoogleDevtoolsCloudbuildV1Secret[];
|
|
356
356
|
/** 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. */
|
|
357
357
|
serviceAccount?: string;
|
|
358
|
-
/** The location of the source files to build. */
|
|
358
|
+
/** Optional. The location of the source files to build. */
|
|
359
359
|
source?: ContaineranalysisGoogleDevtoolsCloudbuildV1Source;
|
|
360
360
|
/** Output only. A permanent fixed identifier for source. */
|
|
361
361
|
sourceProvenance?: ContaineranalysisGoogleDevtoolsCloudbuildV1SourceProvenance;
|
|
@@ -483,11 +483,11 @@ declare namespace gapi.client {
|
|
|
483
483
|
pushTiming?: ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan;
|
|
484
484
|
}
|
|
485
485
|
interface ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository {
|
|
486
|
-
/** Directory, relative to the source root, in which to run the build. */
|
|
486
|
+
/** Optional. Directory, relative to the source root, in which to run the build. */
|
|
487
487
|
dir?: string;
|
|
488
488
|
/** Required. Name of the Google Cloud Build repository, formatted as `projects/*/locations/*/connections/*/repositories/*`. */
|
|
489
489
|
repository?: string;
|
|
490
|
-
/** The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref. */
|
|
490
|
+
/** Required. The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref. */
|
|
491
491
|
revision?: string;
|
|
492
492
|
}
|
|
493
493
|
interface ContaineranalysisGoogleDevtoolsCloudbuildV1DeveloperConnectConfig {
|
|
@@ -521,11 +521,11 @@ declare namespace gapi.client {
|
|
|
521
521
|
proxySslCaInfo?: ContaineranalysisGoogleDevtoolsCloudbuildV1GCSLocation;
|
|
522
522
|
}
|
|
523
523
|
interface ContaineranalysisGoogleDevtoolsCloudbuildV1GitSource {
|
|
524
|
-
/** 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. */
|
|
524
|
+
/** 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. */
|
|
525
525
|
dir?: string;
|
|
526
|
-
/** 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. */
|
|
526
|
+
/** 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. */
|
|
527
527
|
revision?: string;
|
|
528
|
-
/** Location of the Git repo to build. This will be used as a `git remote`, see https://git-scm.com/docs/git-remote. */
|
|
528
|
+
/** Required. Location of the Git repo to build. This will be used as a `git remote`, see https://git-scm.com/docs/git-remote. */
|
|
529
529
|
url?: string;
|
|
530
530
|
}
|
|
531
531
|
interface ContaineranalysisGoogleDevtoolsCloudbuildV1Hash {
|
|
@@ -545,15 +545,15 @@ declare namespace gapi.client {
|
|
|
545
545
|
branchName?: string;
|
|
546
546
|
/** Explicit commit SHA to build. */
|
|
547
547
|
commitSha?: string;
|
|
548
|
-
/** 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. */
|
|
548
|
+
/** 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. */
|
|
549
549
|
dir?: string;
|
|
550
|
-
/** Only trigger a build if the revision regex does NOT match the revision regex. */
|
|
550
|
+
/** Optional. Only trigger a build if the revision regex does NOT match the revision regex. */
|
|
551
551
|
invertRegex?: boolean;
|
|
552
|
-
/** ID of the project that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed. */
|
|
552
|
+
/** Optional. ID of the project that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed. */
|
|
553
553
|
projectId?: string;
|
|
554
|
-
/** Name of the Cloud Source Repository. */
|
|
554
|
+
/** Required. Name of the Cloud Source Repository. */
|
|
555
555
|
repoName?: string;
|
|
556
|
-
/** Substitutions to use in a triggered build. Should only be used with RunBuildTrigger */
|
|
556
|
+
/** Optional. Substitutions to use in a triggered build. Should only be used with RunBuildTrigger */
|
|
557
557
|
substitutions?: {[P in string]: string};
|
|
558
558
|
/** 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 */
|
|
559
559
|
tagName?: string;
|
|
@@ -629,19 +629,19 @@ declare namespace gapi.client {
|
|
|
629
629
|
interface ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource {
|
|
630
630
|
/** Cloud Storage bucket containing the source (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)). */
|
|
631
631
|
bucket?: string;
|
|
632
|
-
/** Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used. */
|
|
632
|
+
/** Optional. Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used. */
|
|
633
633
|
generation?: string;
|
|
634
|
-
/** Cloud Storage object containing the source. This object must be a zipped (`.zip`) or gzipped archive file (`.tar.gz`) containing source to build. */
|
|
634
|
+
/** Required. Cloud Storage object containing the source. This object must be a zipped (`.zip`) or gzipped archive file (`.tar.gz`) containing source to build. */
|
|
635
635
|
object?: string;
|
|
636
636
|
/** Optional. Option to specify the tool to fetch the source file for the build. */
|
|
637
637
|
sourceFetcher?: string;
|
|
638
638
|
}
|
|
639
639
|
interface ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest {
|
|
640
|
-
/** Cloud Storage bucket containing the source manifest (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)). */
|
|
640
|
+
/** Required. Cloud Storage bucket containing the source manifest (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)). */
|
|
641
641
|
bucket?: string;
|
|
642
642
|
/** Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used. */
|
|
643
643
|
generation?: string;
|
|
644
|
-
/** Cloud Storage object containing the source manifest. This object must be a JSON file. */
|
|
644
|
+
/** Required. Cloud Storage object containing the source manifest. This object must be a JSON file. */
|
|
645
645
|
object?: string;
|
|
646
646
|
}
|
|
647
647
|
interface ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan {
|