Package | Description |
---|---|
com.google.api.services.cloudbuild.v1.model |
Modifier and Type | Method and Description |
---|---|
StorageSource |
StorageSource.clone() |
StorageSource |
SourceProvenance.getResolvedStorageSource()
A copy of the build's `source.storage_source`, if exists, with any generations resolved.
|
StorageSource |
Source.getStorageSource()
If provided, get the source from this location in Google Cloud Storage.
|
StorageSource |
StorageSource.set(java.lang.String fieldName,
java.lang.Object value) |
StorageSource |
StorageSource.setBucket(java.lang.String bucket)
Google Cloud Storage bucket containing the source (see [Bucket Name
Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)).
|
StorageSource |
StorageSource.setGeneration(java.lang.Long generation)
Google Cloud Storage generation for the object.
|
StorageSource |
StorageSource.setObject(java.lang.String object__)
Google Cloud Storage object containing the source.
|
Modifier and Type | Method and Description |
---|---|
SourceProvenance |
SourceProvenance.setResolvedStorageSource(StorageSource resolvedStorageSource)
A copy of the build's `source.storage_source`, if exists, with any generations resolved.
|
Source |
Source.setStorageSource(StorageSource storageSource)
If provided, get the source from this location in Google Cloud Storage.
|