public interface SourceProvenanceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGitUri()
public abstract String getGitUri() A copy of the build's source.git_uri, if exists, with any commits
resolved.
string git_uri = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The gitUri. |
getGitUriBytes()
public abstract ByteString getGitUriBytes() A copy of the build's source.git_uri, if exists, with any commits
resolved.
string git_uri = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gitUri. |
getResolvedRepoSource()
public abstract RepoSource getResolvedRepoSource() A copy of the build's source.repo_source, if exists, with any
revisions resolved.
.google.cloud.functions.v2beta.RepoSource resolved_repo_source = 2;
| Returns | |
|---|---|
| Type | Description |
RepoSource |
The resolvedRepoSource. |
getResolvedRepoSourceOrBuilder()
public abstract RepoSourceOrBuilder getResolvedRepoSourceOrBuilder() A copy of the build's source.repo_source, if exists, with any
revisions resolved.
.google.cloud.functions.v2beta.RepoSource resolved_repo_source = 2;
| Returns | |
|---|---|
| Type | Description |
RepoSourceOrBuilder |
|
getResolvedStorageSource()
public abstract StorageSource getResolvedStorageSource() A copy of the build's source.storage_source, if exists, with any
generations resolved.
.google.cloud.functions.v2beta.StorageSource resolved_storage_source = 1;
| Returns | |
|---|---|
| Type | Description |
StorageSource |
The resolvedStorageSource. |
getResolvedStorageSourceOrBuilder()
public abstract StorageSourceOrBuilder getResolvedStorageSourceOrBuilder() A copy of the build's source.storage_source, if exists, with any
generations resolved.
.google.cloud.functions.v2beta.StorageSource resolved_storage_source = 1;
| Returns | |
|---|---|
| Type | Description |
StorageSourceOrBuilder |
|
hasResolvedRepoSource()
public abstract boolean hasResolvedRepoSource() A copy of the build's source.repo_source, if exists, with any
revisions resolved.
.google.cloud.functions.v2beta.RepoSource resolved_repo_source = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the resolvedRepoSource field is set. |
hasResolvedStorageSource()
public abstract boolean hasResolvedStorageSource() A copy of the build's source.storage_source, if exists, with any
generations resolved.
.google.cloud.functions.v2beta.StorageSource resolved_storage_source = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the resolvedStorageSource field is set. |