public interface SourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RepoSource |
getRepoSource()
If provided, get the source from this location in a Cloud Source
Repository.
|
RepoSourceOrBuilder |
getRepoSourceOrBuilder()
If provided, get the source from this location in a Cloud Source
Repository.
|
Source.SourceCase |
getSourceCase() |
StorageSource |
getStorageSource()
If provided, get the source from this location in Google Cloud Storage.
|
StorageSourceOrBuilder |
getStorageSourceOrBuilder()
If provided, get the source from this location in Google Cloud Storage.
|
boolean |
hasRepoSource()
If provided, get the source from this location in a Cloud Source
Repository.
|
boolean |
hasStorageSource()
If provided, get the source from this location in Google Cloud Storage.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStorageSource()
If provided, get the source from this location in Google Cloud Storage.
.google.cloud.functions.v2alpha.StorageSource storage_source = 1;StorageSource getStorageSource()
If provided, get the source from this location in Google Cloud Storage.
.google.cloud.functions.v2alpha.StorageSource storage_source = 1;StorageSourceOrBuilder getStorageSourceOrBuilder()
If provided, get the source from this location in Google Cloud Storage.
.google.cloud.functions.v2alpha.StorageSource storage_source = 1;boolean hasRepoSource()
If provided, get the source from this location in a Cloud Source Repository.
.google.cloud.functions.v2alpha.RepoSource repo_source = 2;RepoSource getRepoSource()
If provided, get the source from this location in a Cloud Source Repository.
.google.cloud.functions.v2alpha.RepoSource repo_source = 2;RepoSourceOrBuilder getRepoSourceOrBuilder()
If provided, get the source from this location in a Cloud Source Repository.
.google.cloud.functions.v2alpha.RepoSource repo_source = 2;Source.SourceCase getSourceCase()
Copyright © 2023 Google LLC. All rights reserved.