public interface BuildConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsEnvironmentVariables(String key)
User-provided build-time environment variables for the function
map<string, string> environment_variables = 6; |
AutomaticUpdatePolicy |
getAutomaticUpdatePolicy()
.google.cloud.functions.v2beta.AutomaticUpdatePolicy automatic_update_policy = 40; |
AutomaticUpdatePolicyOrBuilder |
getAutomaticUpdatePolicyOrBuilder()
.google.cloud.functions.v2beta.AutomaticUpdatePolicy automatic_update_policy = 40; |
String |
getBuild()
Output only.
|
com.google.protobuf.ByteString |
getBuildBytes()
Output only.
|
BuildConfig.DockerRegistry |
getDockerRegistry()
Docker Registry to use for this deployment.
|
int |
getDockerRegistryValue()
Docker Registry to use for this deployment.
|
String |
getDockerRepository()
Repository in Artifact Registry to which the function docker image will be
pushed after it is built by Cloud Build.
|
com.google.protobuf.ByteString |
getDockerRepositoryBytes()
Repository in Artifact Registry to which the function docker image will be
pushed after it is built by Cloud Build.
|
String |
getEntryPoint()
The name of the function (as defined in source code) that will be
executed.
|
com.google.protobuf.ByteString |
getEntryPointBytes()
The name of the function (as defined in source code) that will be
executed.
|
Map<String,String> |
getEnvironmentVariables()
Deprecated.
|
int |
getEnvironmentVariablesCount()
User-provided build-time environment variables for the function
map<string, string> environment_variables = 6; |
Map<String,String> |
getEnvironmentVariablesMap()
User-provided build-time environment variables for the function
map<string, string> environment_variables = 6; |
String |
getEnvironmentVariablesOrDefault(String key,
String defaultValue)
User-provided build-time environment variables for the function
map<string, string> environment_variables = 6; |
String |
getEnvironmentVariablesOrThrow(String key)
User-provided build-time environment variables for the function
map<string, string> environment_variables = 6; |
OnDeployUpdatePolicy |
getOnDeployUpdatePolicy()
.google.cloud.functions.v2beta.OnDeployUpdatePolicy on_deploy_update_policy = 41; |
OnDeployUpdatePolicyOrBuilder |
getOnDeployUpdatePolicyOrBuilder()
.google.cloud.functions.v2beta.OnDeployUpdatePolicy on_deploy_update_policy = 41; |
String |
getRuntime()
The runtime in which to run the function.
|
com.google.protobuf.ByteString |
getRuntimeBytes()
The runtime in which to run the function.
|
BuildConfig.RuntimeUpdatePolicyCase |
getRuntimeUpdatePolicyCase() |
String |
getServiceAccount()
Service account to be used for building the container.
|
com.google.protobuf.ByteString |
getServiceAccountBytes()
Service account to be used for building the container.
|
Source |
getSource()
The location of the function source code.
|
SourceOrBuilder |
getSourceOrBuilder()
The location of the function source code.
|
SourceProvenance |
getSourceProvenance()
Output only.
|
SourceProvenanceOrBuilder |
getSourceProvenanceOrBuilder()
Output only.
|
String |
getWorkerPool()
Name of the Cloud Build Custom Worker Pool that should be used to build the
function.
|
com.google.protobuf.ByteString |
getWorkerPoolBytes()
Name of the Cloud Build Custom Worker Pool that should be used to build the
function.
|
boolean |
hasAutomaticUpdatePolicy()
.google.cloud.functions.v2beta.AutomaticUpdatePolicy automatic_update_policy = 40; |
boolean |
hasOnDeployUpdatePolicy()
.google.cloud.functions.v2beta.OnDeployUpdatePolicy on_deploy_update_policy = 41; |
boolean |
hasSource()
The location of the function source code.
|
boolean |
hasSourceProvenance()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAutomaticUpdatePolicy()
.google.cloud.functions.v2beta.AutomaticUpdatePolicy automatic_update_policy = 40;AutomaticUpdatePolicy getAutomaticUpdatePolicy()
.google.cloud.functions.v2beta.AutomaticUpdatePolicy automatic_update_policy = 40;AutomaticUpdatePolicyOrBuilder getAutomaticUpdatePolicyOrBuilder()
.google.cloud.functions.v2beta.AutomaticUpdatePolicy automatic_update_policy = 40;boolean hasOnDeployUpdatePolicy()
.google.cloud.functions.v2beta.OnDeployUpdatePolicy on_deploy_update_policy = 41;OnDeployUpdatePolicy getOnDeployUpdatePolicy()
.google.cloud.functions.v2beta.OnDeployUpdatePolicy on_deploy_update_policy = 41;OnDeployUpdatePolicyOrBuilder getOnDeployUpdatePolicyOrBuilder()
.google.cloud.functions.v2beta.OnDeployUpdatePolicy on_deploy_update_policy = 41;String getBuild()
Output only. The Cloud Build name of the latest successful deployment of the function.
string build = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getBuildBytes()
Output only. The Cloud Build name of the latest successful deployment of the function.
string build = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
String getRuntime()
The runtime in which to run the function. Required when deploying a new function, optional when updating an existing function. For a complete list of possible choices, see the [`gcloud` command reference](https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--runtime).
string runtime = 2;com.google.protobuf.ByteString getRuntimeBytes()
The runtime in which to run the function. Required when deploying a new function, optional when updating an existing function. For a complete list of possible choices, see the [`gcloud` command reference](https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--runtime).
string runtime = 2;String getEntryPoint()
The name of the function (as defined in source code) that will be executed. Defaults to the resource name suffix, if not specified. For backward compatibility, if function with given name is not found, then the system will try to use function named "function". For Node.js this is name of a function exported by the module specified in `source_location`.
string entry_point = 3;com.google.protobuf.ByteString getEntryPointBytes()
The name of the function (as defined in source code) that will be executed. Defaults to the resource name suffix, if not specified. For backward compatibility, if function with given name is not found, then the system will try to use function named "function". For Node.js this is name of a function exported by the module specified in `source_location`.
string entry_point = 3;boolean hasSource()
The location of the function source code.
.google.cloud.functions.v2beta.Source source = 4;Source getSource()
The location of the function source code.
.google.cloud.functions.v2beta.Source source = 4;SourceOrBuilder getSourceOrBuilder()
The location of the function source code.
.google.cloud.functions.v2beta.Source source = 4;boolean hasSourceProvenance()
Output only. A permanent fixed identifier for source.
.google.cloud.functions.v2beta.SourceProvenance source_provenance = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
SourceProvenance getSourceProvenance()
Output only. A permanent fixed identifier for source.
.google.cloud.functions.v2beta.SourceProvenance source_provenance = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
SourceProvenanceOrBuilder getSourceProvenanceOrBuilder()
Output only. A permanent fixed identifier for source.
.google.cloud.functions.v2beta.SourceProvenance source_provenance = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getWorkerPool()
Name of the Cloud Build Custom Worker Pool that should be used to build the
function. The format of this field is
`projects/{project}/locations/{region}/workerPools/{workerPool}` where
{project} and {region} are the project id and region respectively where the
worker pool is defined and {workerPool} is the short name of the worker
pool.
If the project id is not the same as the function, then the Cloud
Functions Service Agent
(service-<project_number>@gcf-admin-robot.iam.gserviceaccount.com) must be
granted the role Cloud Build Custom Workers Builder
(roles/cloudbuild.customworkers.builder) in the project.
string worker_pool = 5 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getWorkerPoolBytes()
Name of the Cloud Build Custom Worker Pool that should be used to build the
function. The format of this field is
`projects/{project}/locations/{region}/workerPools/{workerPool}` where
{project} and {region} are the project id and region respectively where the
worker pool is defined and {workerPool} is the short name of the worker
pool.
If the project id is not the same as the function, then the Cloud
Functions Service Agent
(service-<project_number>@gcf-admin-robot.iam.gserviceaccount.com) must be
granted the role Cloud Build Custom Workers Builder
(roles/cloudbuild.customworkers.builder) in the project.
string worker_pool = 5 [(.google.api.resource_reference) = { ... }int getEnvironmentVariablesCount()
User-provided build-time environment variables for the function
map<string, string> environment_variables = 6;boolean containsEnvironmentVariables(String key)
User-provided build-time environment variables for the function
map<string, string> environment_variables = 6;@Deprecated Map<String,String> getEnvironmentVariables()
getEnvironmentVariablesMap() instead.Map<String,String> getEnvironmentVariablesMap()
User-provided build-time environment variables for the function
map<string, string> environment_variables = 6;String getEnvironmentVariablesOrDefault(String key, String defaultValue)
User-provided build-time environment variables for the function
map<string, string> environment_variables = 6;String getEnvironmentVariablesOrThrow(String key)
User-provided build-time environment variables for the function
map<string, string> environment_variables = 6;int getDockerRegistryValue()
Docker Registry to use for this deployment. This configuration is only applicable to 1st Gen functions, 2nd Gen functions can only use Artifact Registry. If unspecified, it defaults to `ARTIFACT_REGISTRY`. If `docker_repository` field is specified, this field should either be left unspecified or set to `ARTIFACT_REGISTRY`.
.google.cloud.functions.v2beta.BuildConfig.DockerRegistry docker_registry = 10;BuildConfig.DockerRegistry getDockerRegistry()
Docker Registry to use for this deployment. This configuration is only applicable to 1st Gen functions, 2nd Gen functions can only use Artifact Registry. If unspecified, it defaults to `ARTIFACT_REGISTRY`. If `docker_repository` field is specified, this field should either be left unspecified or set to `ARTIFACT_REGISTRY`.
.google.cloud.functions.v2beta.BuildConfig.DockerRegistry docker_registry = 10;String getDockerRepository()
Repository in Artifact Registry to which the function docker image will be
pushed after it is built by Cloud Build. If specified by user, it is
created and managed by user with a customer managed encryption key.
Otherwise, GCF will create and use a repository named 'gcf-artifacts'
for every deployed region.
It must match the pattern
`projects/{project}/locations/{location}/repositories/{repository}`.
Cross-project repositories are not supported.
Cross-location repositories are not supported.
Repository format must be 'DOCKER'.
string docker_repository = 7 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getDockerRepositoryBytes()
Repository in Artifact Registry to which the function docker image will be
pushed after it is built by Cloud Build. If specified by user, it is
created and managed by user with a customer managed encryption key.
Otherwise, GCF will create and use a repository named 'gcf-artifacts'
for every deployed region.
It must match the pattern
`projects/{project}/locations/{location}/repositories/{repository}`.
Cross-project repositories are not supported.
Cross-location repositories are not supported.
Repository format must be 'DOCKER'.
string docker_repository = 7 [(.google.api.resource_reference) = { ... }String getServiceAccount()
Service account to be used for building the container. The format of this
field is `projects/{projectId}/serviceAccounts/{serviceAccountEmail}`.
string service_account = 27;com.google.protobuf.ByteString getServiceAccountBytes()
Service account to be used for building the container. The format of this
field is `projects/{projectId}/serviceAccounts/{serviceAccountEmail}`.
string service_account = 27;BuildConfig.RuntimeUpdatePolicyCase getRuntimeUpdatePolicyCase()
Copyright © 2024 Google LLC. All rights reserved.