Interface SourceProvenanceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SourceProvenance
,SourceProvenance.Builder
public interface SourceProvenanceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasResolvedStorageSource
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:
- Whether the resolvedStorageSource field is set.
-
getResolvedStorageSource
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:
- The resolvedStorageSource.
-
getResolvedStorageSourceOrBuilder
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;
-
hasResolvedRepoSource
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:
- Whether the resolvedRepoSource field is set.
-
getResolvedRepoSource
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:
- The resolvedRepoSource.
-
getResolvedRepoSourceOrBuilder
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;
-
-