Interface SourceOrBuilder (2.39.0)

public interface SourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRepoSource()

public abstract RepoSource getRepoSource()

If provided, get the source from this location in a Cloud Source Repository.

.google.cloud.functions.v2.RepoSource repo_source = 2;

Returns
TypeDescription
RepoSource

The repoSource.

getRepoSourceOrBuilder()

public abstract RepoSourceOrBuilder getRepoSourceOrBuilder()

If provided, get the source from this location in a Cloud Source Repository.

.google.cloud.functions.v2.RepoSource repo_source = 2;

Returns
TypeDescription
RepoSourceOrBuilder

getSourceCase()

public abstract Source.SourceCase getSourceCase()
Returns
TypeDescription
Source.SourceCase

getStorageSource()

public abstract StorageSource getStorageSource()

If provided, get the source from this location in Google Cloud Storage.

.google.cloud.functions.v2.StorageSource storage_source = 1;

Returns
TypeDescription
StorageSource

The storageSource.

getStorageSourceOrBuilder()

public abstract StorageSourceOrBuilder getStorageSourceOrBuilder()

If provided, get the source from this location in Google Cloud Storage.

.google.cloud.functions.v2.StorageSource storage_source = 1;

Returns
TypeDescription
StorageSourceOrBuilder

hasRepoSource()

public abstract boolean hasRepoSource()

If provided, get the source from this location in a Cloud Source Repository.

.google.cloud.functions.v2.RepoSource repo_source = 2;

Returns
TypeDescription
boolean

Whether the repoSource field is set.

hasStorageSource()

public abstract boolean hasStorageSource()

If provided, get the source from this location in Google Cloud Storage.

.google.cloud.functions.v2.StorageSource storage_source = 1;

Returns
TypeDescription
boolean

Whether the storageSource field is set.