@maxim_mazurok/gapi.client.containeranalysis-v1alpha1 0.0.20230512 → 0.0.20230603

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 (3) hide show
  1. package/index.d.ts +12 -12
  2. package/package.json +1 -1
  3. package/tests.ts +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: 20230512
12
+ // Revision: 20230603
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -537,8 +537,8 @@ declare namespace gapi.client {
537
537
  images?:
538
538
  string[];
539
539
  /**
540
- * Google Cloud Storage bucket where logs should be written (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)). Logs file names will be
541
- * of the format `${logs_bucket}/log-${build_id}.txt`.
540
+ * Cloud Storage bucket where logs should be written (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)). Logs file names will be of the
541
+ * format `${logs_bucket}/log-${build_id}.txt`.
542
542
  */
543
543
  logsBucket?:
544
544
  string;
@@ -660,7 +660,7 @@ declare namespace gapi.client {
660
660
  /** Option to specify the logging mode, which determines if and where build logs are stored. */
661
661
  logging?:
662
662
  string;
663
- /** Option to define build log streaming behavior to Google Cloud Storage. */
663
+ /** Option to define build log streaming behavior to Cloud Storage. */
664
664
  logStreamingOption?:
665
665
  string;
666
666
  /** Compute Engine machine type on which to run the build. */
@@ -943,11 +943,11 @@ declare namespace gapi.client {
943
943
  /** If provided, get the source from this location in a Cloud Source Repository. */
944
944
  repoSource?:
945
945
  ContaineranalysisGoogleDevtoolsCloudbuildV1RepoSource;
946
- /** If provided, get the source from this location in Google Cloud Storage. */
946
+ /** If provided, get the source from this location in Cloud Storage. */
947
947
  storageSource?:
948
948
  ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource;
949
949
  /**
950
- * If provided, get the source from this manifest in Google Cloud Storage. This feature is in Preview; see description
950
+ * If provided, get the source from this manifest in Cloud Storage. This feature is in Preview; see description
951
951
  * [here](https://github.com/GoogleCloudPlatform/cloud-builders/tree/master/gcs-fetcher).
952
952
  */
953
953
  storageSourceManifest?:
@@ -972,24 +972,24 @@ declare namespace gapi.client {
972
972
  ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest;
973
973
  }
974
974
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource {
975
- /** Google Cloud Storage bucket containing the source (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)). */
975
+ /** Cloud Storage bucket containing the source (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)). */
976
976
  bucket?:
977
977
  string;
978
- /** Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used. */
978
+ /** Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used. */
979
979
  generation?:
980
980
  string;
981
- /** Google Cloud Storage object containing the source. This object must be a zipped (`.zip`) or gzipped archive file (`.tar.gz`) containing source to build. */
981
+ /** Cloud Storage object containing the source. This object must be a zipped (`.zip`) or gzipped archive file (`.tar.gz`) containing source to build. */
982
982
  object?:
983
983
  string;
984
984
  }
985
985
  interface ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest {
986
- /** Google Cloud Storage bucket containing the source manifest (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)). */
986
+ /** Cloud Storage bucket containing the source manifest (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)). */
987
987
  bucket?:
988
988
  string;
989
- /** Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used. */
989
+ /** Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used. */
990
990
  generation?:
991
991
  string;
992
- /** Google Cloud Storage object containing the source manifest. This object must be a JSON file. */
992
+ /** Cloud Storage object containing the source manifest. This object must be a JSON file. */
993
993
  object?:
994
994
  string;
995
995
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.containeranalysis-v1alpha1",
3
- "version": "0.0.20230512",
3
+ "version": "0.0.20230603",
4
4
  "description": "TypeScript typings for Container Analysis API v1alpha1",
5
5
  "license": "MIT",
6
6
  "author": {
package/tests.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20230512
6
+ // Revision: 20230603
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */