| Package | Description |
|---|---|
| com.google.api.services.run.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleDevtoolsCloudbuildV1RepoSource |
GoogleDevtoolsCloudbuildV1RepoSource.clone() |
GoogleDevtoolsCloudbuildV1RepoSource |
GoogleDevtoolsCloudbuildV1Source.getRepoSource()
If provided, get the source from this location in a Cloud Source Repository.
|
GoogleDevtoolsCloudbuildV1RepoSource |
GoogleDevtoolsCloudbuildV1SourceProvenance.getResolvedRepoSource()
A copy of the build's `source.repo_source`, if exists, with any revisions resolved.
|
GoogleDevtoolsCloudbuildV1RepoSource |
GoogleDevtoolsCloudbuildV1RepoSource.set(String fieldName,
Object value) |
GoogleDevtoolsCloudbuildV1RepoSource |
GoogleDevtoolsCloudbuildV1RepoSource.setBranchName(String branchName)
Regex matching branches to build.
|
GoogleDevtoolsCloudbuildV1RepoSource |
GoogleDevtoolsCloudbuildV1RepoSource.setCommitSha(String commitSha)
Explicit commit SHA to build.
|
GoogleDevtoolsCloudbuildV1RepoSource |
GoogleDevtoolsCloudbuildV1RepoSource.setDir(String dir)
Optional.
|
GoogleDevtoolsCloudbuildV1RepoSource |
GoogleDevtoolsCloudbuildV1RepoSource.setInvertRegex(Boolean invertRegex)
Optional.
|
GoogleDevtoolsCloudbuildV1RepoSource |
GoogleDevtoolsCloudbuildV1RepoSource.setProjectId(String projectId)
Optional.
|
GoogleDevtoolsCloudbuildV1RepoSource |
GoogleDevtoolsCloudbuildV1RepoSource.setRepoName(String repoName)
Required.
|
GoogleDevtoolsCloudbuildV1RepoSource |
GoogleDevtoolsCloudbuildV1RepoSource.setSubstitutions(Map<String,String> substitutions)
Optional.
|
GoogleDevtoolsCloudbuildV1RepoSource |
GoogleDevtoolsCloudbuildV1RepoSource.setTagName(String tagName)
Regex matching tags to build.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleDevtoolsCloudbuildV1Source |
GoogleDevtoolsCloudbuildV1Source.setRepoSource(GoogleDevtoolsCloudbuildV1RepoSource repoSource)
If provided, get the source from this location in a Cloud Source Repository.
|
GoogleDevtoolsCloudbuildV1SourceProvenance |
GoogleDevtoolsCloudbuildV1SourceProvenance.setResolvedRepoSource(GoogleDevtoolsCloudbuildV1RepoSource resolvedRepoSource)
A copy of the build's `source.repo_source`, if exists, with any revisions resolved.
|
Copyright © 2011–2026 Google. All rights reserved.