You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/cloudbuild_v1.projects.builds.html
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -240,6 +240,11 @@ <h3>Method Details</h3>
240
240
"generation": "A String", # Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
241
241
"object": "A String", # Google Cloud Storage object containing the source. This object must be a gzipped archive file (`.tar.gz`) containing source to build.
242
242
},
243
+
"storageSourceManifest": { # Location of the source manifest in Google Cloud Storage. This feature is in Preview. # If provided, get the source from this manifest in Google Cloud Storage. This feature is in Preview.
244
+
"bucket": "A String", # Google Cloud Storage bucket containing the source manifest (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)).
245
+
"generation": "A String", # Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
246
+
"object": "A String", # Google Cloud Storage object containing the source manifest. This object must be a JSON file.
247
+
},
243
248
},
244
249
"sourceProvenance": { # Provenance of the source. Ways to find the original source, or verify that some source was used for this build. # Output only. A permanent fixed identifier for source.
245
250
"fileHashes": { # Output only. Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build. Note that `FileHashes` will only be populated if `BuildOptions` has requested a `SourceProvenanceHash`. The keys to this map are file paths used as build source and the values contain the hash values for those files. If the build source came in a single package such as a gzipped tarfile (`.tar.gz`), the `FileHash` will be for the single path to that file.
@@ -269,6 +274,11 @@ <h3>Method Details</h3>
269
274
"generation": "A String", # Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
270
275
"object": "A String", # Google Cloud Storage object containing the source. This object must be a gzipped archive file (`.tar.gz`) containing source to build.
271
276
},
277
+
"resolvedStorageSourceManifest": { # Location of the source manifest in Google Cloud Storage. This feature is in Preview. # A copy of the build's `source.storage_source_manifest`, if exists, with any revisions resolved. This feature is in Preview.
278
+
"bucket": "A String", # Google Cloud Storage bucket containing the source manifest (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)).
279
+
"generation": "A String", # Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
280
+
"object": "A String", # Google Cloud Storage object containing the source manifest. This object must be a JSON file.
281
+
},
272
282
},
273
283
"startTime": "A String", # Output only. Time at which execution of the build was started.
274
284
"status": "A String", # Output only. Status of the build.
@@ -459,6 +469,11 @@ <h3>Method Details</h3>
459
469
"generation": "A String", # Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
460
470
"object": "A String", # Google Cloud Storage object containing the source. This object must be a gzipped archive file (`.tar.gz`) containing source to build.
461
471
},
472
+
"storageSourceManifest": { # Location of the source manifest in Google Cloud Storage. This feature is in Preview. # If provided, get the source from this manifest in Google Cloud Storage. This feature is in Preview.
473
+
"bucket": "A String", # Google Cloud Storage bucket containing the source manifest (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)).
474
+
"generation": "A String", # Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
475
+
"object": "A String", # Google Cloud Storage object containing the source manifest. This object must be a JSON file.
476
+
},
462
477
},
463
478
"sourceProvenance": { # Provenance of the source. Ways to find the original source, or verify that some source was used for this build. # Output only. A permanent fixed identifier for source.
464
479
"fileHashes": { # Output only. Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build. Note that `FileHashes` will only be populated if `BuildOptions` has requested a `SourceProvenanceHash`. The keys to this map are file paths used as build source and the values contain the hash values for those files. If the build source came in a single package such as a gzipped tarfile (`.tar.gz`), the `FileHash` will be for the single path to that file.
@@ -488,6 +503,11 @@ <h3>Method Details</h3>
488
503
"generation": "A String", # Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
489
504
"object": "A String", # Google Cloud Storage object containing the source. This object must be a gzipped archive file (`.tar.gz`) containing source to build.
490
505
},
506
+
"resolvedStorageSourceManifest": { # Location of the source manifest in Google Cloud Storage. This feature is in Preview. # A copy of the build's `source.storage_source_manifest`, if exists, with any revisions resolved. This feature is in Preview.
507
+
"bucket": "A String", # Google Cloud Storage bucket containing the source manifest (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)).
508
+
"generation": "A String", # Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
509
+
"object": "A String", # Google Cloud Storage object containing the source manifest. This object must be a JSON file.
510
+
},
491
511
},
492
512
"startTime": "A String", # Output only. Time at which execution of the build was started.
493
513
"status": "A String", # Output only. Status of the build.
@@ -709,6 +729,11 @@ <h3>Method Details</h3>
709
729
"generation": "A String", # Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
710
730
"object": "A String", # Google Cloud Storage object containing the source. This object must be a gzipped archive file (`.tar.gz`) containing source to build.
711
731
},
732
+
"storageSourceManifest": { # Location of the source manifest in Google Cloud Storage. This feature is in Preview. # If provided, get the source from this manifest in Google Cloud Storage. This feature is in Preview.
733
+
"bucket": "A String", # Google Cloud Storage bucket containing the source manifest (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)).
734
+
"generation": "A String", # Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
735
+
"object": "A String", # Google Cloud Storage object containing the source manifest. This object must be a JSON file.
736
+
},
712
737
},
713
738
"sourceProvenance": { # Provenance of the source. Ways to find the original source, or verify that some source was used for this build. # Output only. A permanent fixed identifier for source.
714
739
"fileHashes": { # Output only. Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build. Note that `FileHashes` will only be populated if `BuildOptions` has requested a `SourceProvenanceHash`. The keys to this map are file paths used as build source and the values contain the hash values for those files. If the build source came in a single package such as a gzipped tarfile (`.tar.gz`), the `FileHash` will be for the single path to that file.
@@ -738,6 +763,11 @@ <h3>Method Details</h3>
738
763
"generation": "A String", # Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
739
764
"object": "A String", # Google Cloud Storage object containing the source. This object must be a gzipped archive file (`.tar.gz`) containing source to build.
740
765
},
766
+
"resolvedStorageSourceManifest": { # Location of the source manifest in Google Cloud Storage. This feature is in Preview. # A copy of the build's `source.storage_source_manifest`, if exists, with any revisions resolved. This feature is in Preview.
767
+
"bucket": "A String", # Google Cloud Storage bucket containing the source manifest (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)).
768
+
"generation": "A String", # Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
769
+
"object": "A String", # Google Cloud Storage object containing the source manifest. This object must be a JSON file.
770
+
},
741
771
},
742
772
"startTime": "A String", # Output only. Time at which execution of the build was started.
743
773
"status": "A String", # Output only. Status of the build.
@@ -934,6 +964,11 @@ <h3>Method Details</h3>
934
964
"generation": "A String", # Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
935
965
"object": "A String", # Google Cloud Storage object containing the source. This object must be a gzipped archive file (`.tar.gz`) containing source to build.
936
966
},
967
+
"storageSourceManifest": { # Location of the source manifest in Google Cloud Storage. This feature is in Preview. # If provided, get the source from this manifest in Google Cloud Storage. This feature is in Preview.
968
+
"bucket": "A String", # Google Cloud Storage bucket containing the source manifest (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)).
969
+
"generation": "A String", # Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
970
+
"object": "A String", # Google Cloud Storage object containing the source manifest. This object must be a JSON file.
971
+
},
937
972
},
938
973
"sourceProvenance": { # Provenance of the source. Ways to find the original source, or verify that some source was used for this build. # Output only. A permanent fixed identifier for source.
939
974
"fileHashes": { # Output only. Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build. Note that `FileHashes` will only be populated if `BuildOptions` has requested a `SourceProvenanceHash`. The keys to this map are file paths used as build source and the values contain the hash values for those files. If the build source came in a single package such as a gzipped tarfile (`.tar.gz`), the `FileHash` will be for the single path to that file.
@@ -963,6 +998,11 @@ <h3>Method Details</h3>
963
998
"generation": "A String", # Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
964
999
"object": "A String", # Google Cloud Storage object containing the source. This object must be a gzipped archive file (`.tar.gz`) containing source to build.
965
1000
},
1001
+
"resolvedStorageSourceManifest": { # Location of the source manifest in Google Cloud Storage. This feature is in Preview. # A copy of the build's `source.storage_source_manifest`, if exists, with any revisions resolved. This feature is in Preview.
1002
+
"bucket": "A String", # Google Cloud Storage bucket containing the source manifest (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)).
1003
+
"generation": "A String", # Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
1004
+
"object": "A String", # Google Cloud Storage object containing the source manifest. This object must be a JSON file.
1005
+
},
966
1006
},
967
1007
"startTime": "A String", # Output only. Time at which execution of the build was started.
968
1008
"status": "A String", # Output only. Status of the build.
0 commit comments