public interface SourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGitUri()
If provided, get the source from GitHub repository.
|
com.google.protobuf.ByteString |
getGitUriBytes()
If provided, get the source from GitHub repository.
|
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 |
hasGitUri()
If provided, get the source from GitHub repository.
|
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.v2beta.StorageSource storage_source = 1;StorageSource getStorageSource()
If provided, get the source from this location in Google Cloud Storage.
.google.cloud.functions.v2beta.StorageSource storage_source = 1;StorageSourceOrBuilder getStorageSourceOrBuilder()
If provided, get the source from this location in Google Cloud Storage.
.google.cloud.functions.v2beta.StorageSource storage_source = 1;boolean hasRepoSource()
If provided, get the source from this location in a Cloud Source Repository.
.google.cloud.functions.v2beta.RepoSource repo_source = 2;RepoSource getRepoSource()
If provided, get the source from this location in a Cloud Source Repository.
.google.cloud.functions.v2beta.RepoSource repo_source = 2;RepoSourceOrBuilder getRepoSourceOrBuilder()
If provided, get the source from this location in a Cloud Source Repository.
.google.cloud.functions.v2beta.RepoSource repo_source = 2;boolean hasGitUri()
If provided, get the source from GitHub repository. This option is valid only for GCF 1st Gen function. Example: https://github.com/<user>/<repo>/blob/<commit>/<path-to-code>
string git_uri = 3;String getGitUri()
If provided, get the source from GitHub repository. This option is valid only for GCF 1st Gen function. Example: https://github.com/<user>/<repo>/blob/<commit>/<path-to-code>
string git_uri = 3;com.google.protobuf.ByteString getGitUriBytes()
If provided, get the source from GitHub repository. This option is valid only for GCF 1st Gen function. Example: https://github.com/<user>/<repo>/blob/<commit>/<path-to-code>
string git_uri = 3;Source.SourceCase getSourceCase()
Copyright © 2024 Google LLC. All rights reserved.