Interface SourceProvenanceOrBuilder (2.33.0)

publicinterface SourceProvenanceOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getResolvedRepoSource()

publicabstractRepoSourcegetResolvedRepoSource()

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()

publicabstractRepoSourceOrBuildergetResolvedRepoSourceOrBuilder()

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()

publicabstractStorageSourcegetResolvedStorageSource()

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()

publicabstractStorageSourceOrBuildergetResolvedStorageSourceOrBuilder()

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()

publicabstractbooleanhasResolvedRepoSource()

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()

publicabstractbooleanhasResolvedStorageSource()

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.