public interface BuildConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsEnvironmentVariables(String key)
Optional.
|
String |
getBaseImage()
Optional.
|
com.google.protobuf.ByteString |
getBaseImageBytes()
Optional.
|
boolean |
getEnableAutomaticUpdates()
Optional.
|
Map<String,String> |
getEnvironmentVariables()
Deprecated.
|
int |
getEnvironmentVariablesCount()
Optional.
|
Map<String,String> |
getEnvironmentVariablesMap()
Optional.
|
String |
getEnvironmentVariablesOrDefault(String key,
String defaultValue)
Optional.
|
String |
getEnvironmentVariablesOrThrow(String key)
Optional.
|
String |
getFunctionTarget()
Optional.
|
com.google.protobuf.ByteString |
getFunctionTargetBytes()
Optional.
|
String |
getImageUri()
Optional.
|
com.google.protobuf.ByteString |
getImageUriBytes()
Optional.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
String |
getServiceAccount()
Optional.
|
com.google.protobuf.ByteString |
getServiceAccountBytes()
Optional.
|
String |
getSourceLocation()
The Cloud Storage bucket URI where the function source code is located.
|
com.google.protobuf.ByteString |
getSourceLocationBytes()
The Cloud Storage bucket URI where the function source code is located.
|
String |
getWorkerPool()
Optional.
|
com.google.protobuf.ByteString |
getWorkerPoolBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. The Cloud Build name of the latest successful deployment of the function.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Output only. The Cloud Build name of the latest successful deployment of the function.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
String getSourceLocation()
The Cloud Storage bucket URI where the function source code is located.
string source_location = 2;com.google.protobuf.ByteString getSourceLocationBytes()
The Cloud Storage bucket URI where the function source code is located.
string source_location = 2;String getFunctionTarget()
Optional. 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".
string function_target = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getFunctionTargetBytes()
Optional. 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".
string function_target = 3 [(.google.api.field_behavior) = OPTIONAL];String getImageUri()
Optional. Artifact Registry URI to store the built image.
string image_uri = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getImageUriBytes()
Optional. Artifact Registry URI to store the built image.
string image_uri = 4 [(.google.api.field_behavior) = OPTIONAL];String getBaseImage()
Optional. The base image used to build the function.
string base_image = 5 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getBaseImageBytes()
Optional. The base image used to build the function.
string base_image = 5 [(.google.api.field_behavior) = OPTIONAL];boolean getEnableAutomaticUpdates()
Optional. Sets whether the function will receive automatic base image updates.
bool enable_automatic_updates = 6 [(.google.api.field_behavior) = OPTIONAL];String getWorkerPool()
Optional. Name of the Cloud Build Custom Worker Pool that should be used to
build the Cloud Run 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.
string worker_pool = 7 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getWorkerPoolBytes()
Optional. Name of the Cloud Build Custom Worker Pool that should be used to
build the Cloud Run 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.
string worker_pool = 7 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
int getEnvironmentVariablesCount()
Optional. User-provided build-time environment variables for the function
map<string, string> environment_variables = 8 [(.google.api.field_behavior) = OPTIONAL];
boolean containsEnvironmentVariables(String key)
Optional. User-provided build-time environment variables for the function
map<string, string> environment_variables = 8 [(.google.api.field_behavior) = OPTIONAL];
@Deprecated Map<String,String> getEnvironmentVariables()
getEnvironmentVariablesMap() instead.Map<String,String> getEnvironmentVariablesMap()
Optional. User-provided build-time environment variables for the function
map<string, string> environment_variables = 8 [(.google.api.field_behavior) = OPTIONAL];
String getEnvironmentVariablesOrDefault(String key, String defaultValue)
Optional. User-provided build-time environment variables for the function
map<string, string> environment_variables = 8 [(.google.api.field_behavior) = OPTIONAL];
String getEnvironmentVariablesOrThrow(String key)
Optional. User-provided build-time environment variables for the function
map<string, string> environment_variables = 8 [(.google.api.field_behavior) = OPTIONAL];
String getServiceAccount()
Optional. Service account to be used for building the container. The format
of this field is
`projects/{projectId}/serviceAccounts/{serviceAccountEmail}`.
string service_account = 9 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getServiceAccountBytes()
Optional. Service account to be used for building the container. The format
of this field is
`projects/{projectId}/serviceAccounts/{serviceAccountEmail}`.
string service_account = 9 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.