public interface SourceProvenanceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGitUri()
A copy of the build's `source.git_uri`, if exists, with any commits
resolved.
|
com.google.protobuf.ByteString |
getGitUriBytes()
A copy of the build's `source.git_uri`, if exists, with any commits
resolved.
|
RepoSource |
getResolvedRepoSource()
A copy of the build's `source.repo_source`, if exists, with any
revisions resolved.
|
RepoSourceOrBuilder |
getResolvedRepoSourceOrBuilder()
A copy of the build's `source.repo_source`, if exists, with any
revisions resolved.
|
StorageSource |
getResolvedStorageSource()
A copy of the build's `source.storage_source`, if exists, with any
generations resolved.
|
StorageSourceOrBuilder |
getResolvedStorageSourceOrBuilder()
A copy of the build's `source.storage_source`, if exists, with any
generations resolved.
|
boolean |
hasResolvedRepoSource()
A copy of the build's `source.repo_source`, if exists, with any
revisions resolved.
|
boolean |
hasResolvedStorageSource()
A copy of the build's `source.storage_source`, if exists, with any
generations resolved.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;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;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;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;String getGitUri()
A copy of the build's `source.git_uri`, if exists, with any commits resolved.
string git_uri = 3;com.google.protobuf.ByteString getGitUriBytes()
A copy of the build's `source.git_uri`, if exists, with any commits resolved.
string git_uri = 3;Copyright © 2024 Google LLC. All rights reserved.