Package | Description |
---|---|
com.google.api.services.cloudbuild.v1.model |
Modifier and Type | Method and Description |
---|---|
Source |
Source.clone() |
Source |
Build.getSource()
The location of the source files to build.
|
Source |
Source.set(java.lang.String fieldName,
java.lang.Object value) |
Source |
Source.setRepoSource(RepoSource repoSource)
If provided, get the source from this location in a Cloud Source Repository.
|
Source |
Source.setStorageSource(StorageSource storageSource)
If provided, get the source from this location in Google Cloud Storage.
|
Modifier and Type | Method and Description |
---|---|
Build |
Build.setSource(Source source)
The location of the source files to build.
|