public interface SourceProvenanceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.v2alpha.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.v2alpha.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.v2alpha.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.v2alpha.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.v2alpha.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.v2alpha.RepoSource resolved_repo_source = 2;Copyright © 2023 Google LLC. All rights reserved.