Reference documentation and code samples for the Google Cloud Build V1 Client class StorageSourceManifest.
Location of the source manifest in Google Cloud Storage.
This feature is in Preview; see description here .
Generated from protobuf message google.devtools.cloudbuild.v1.StorageSourceManifest
Namespace
Google \ Cloud \ Build \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ bucket
↳ object
string
Google Cloud Storage object containing the source manifest. This object must be a JSON file.
↳ generation
int|string
Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
getBucket
Google Cloud Storage bucket containing the source manifest (see Bucket Name Requirements ).
string
setBucket
Google Cloud Storage bucket containing the source manifest (see Bucket Name Requirements ).
var
string
$this
getObject
Google Cloud Storage object containing the source manifest.
This object must be a JSON file.
string
setObject
Google Cloud Storage object containing the source manifest.
This object must be a JSON file.
var
string
$this
getGeneration
Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
int|string
setGeneration
Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
var
int|string
$this