public static interface SubmitBuildRequest.BuildpacksBuildOrBuilder
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.
|
String |
getCacheImageUri()
Optional. cache_image_uri is the GCR/AR URL where the cache image will be
stored. cache_image_uri is optional and omitting it will disable caching.
|
com.google.protobuf.ByteString |
getCacheImageUriBytes()
Optional. cache_image_uri is the GCR/AR URL where the cache image will be
stored. cache_image_uri is optional and omitting it will disable caching.
|
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 |
getProjectDescriptor()
Optional. project_descriptor stores the path to the project descriptor
file.
|
com.google.protobuf.ByteString |
getProjectDescriptorBytes()
Optional. project_descriptor stores the path to the project descriptor
file.
|
String |
getRuntime()
Deprecated.
google.cloud.run.v2.SubmitBuildRequest.BuildpacksBuild.runtime is deprecated. See
google/cloud/run/v2/build.proto;l=56
|
com.google.protobuf.ByteString |
getRuntimeBytes()
Deprecated.
google.cloud.run.v2.SubmitBuildRequest.BuildpacksBuild.runtime is deprecated. See
google/cloud/run/v2/build.proto;l=56
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated String getRuntime()
The runtime name, e.g. 'go113'. Leave blank for generic builds.
string runtime = 1 [deprecated = true];@Deprecated com.google.protobuf.ByteString getRuntimeBytes()
The runtime name, e.g. 'go113'. Leave blank for generic builds.
string runtime = 1 [deprecated = true];String getFunctionTarget()
Optional. Name of the function target if the source is a function source. Required for function builds.
string function_target = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getFunctionTargetBytes()
Optional. Name of the function target if the source is a function source. Required for function builds.
string function_target = 2 [(.google.api.field_behavior) = OPTIONAL];String getCacheImageUri()
Optional. cache_image_uri is the GCR/AR URL where the cache image will be stored. cache_image_uri is optional and omitting it will disable caching. This URL must be stable across builds. It is used to derive a build-specific temporary URL by substituting the tag with the build ID. The build will clean up the temporary image on a best-effort basis.
string cache_image_uri = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getCacheImageUriBytes()
Optional. cache_image_uri is the GCR/AR URL where the cache image will be stored. cache_image_uri is optional and omitting it will disable caching. This URL must be stable across builds. It is used to derive a build-specific temporary URL by substituting the tag with the build ID. The build will clean up the temporary image on a best-effort basis.
string cache_image_uri = 3 [(.google.api.field_behavior) = OPTIONAL];String getBaseImage()
Optional. The base image to use for the build.
string base_image = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getBaseImageBytes()
Optional. The base image to use for the build.
string base_image = 4 [(.google.api.field_behavior) = OPTIONAL];int getEnvironmentVariablesCount()
Optional. User-provided build-time environment variables.
map<string, string> environment_variables = 5 [(.google.api.field_behavior) = OPTIONAL];
boolean containsEnvironmentVariables(String key)
Optional. User-provided build-time environment variables.
map<string, string> environment_variables = 5 [(.google.api.field_behavior) = OPTIONAL];
@Deprecated Map<String,String> getEnvironmentVariables()
getEnvironmentVariablesMap() instead.Map<String,String> getEnvironmentVariablesMap()
Optional. User-provided build-time environment variables.
map<string, string> environment_variables = 5 [(.google.api.field_behavior) = OPTIONAL];
String getEnvironmentVariablesOrDefault(String key, String defaultValue)
Optional. User-provided build-time environment variables.
map<string, string> environment_variables = 5 [(.google.api.field_behavior) = OPTIONAL];
String getEnvironmentVariablesOrThrow(String key)
Optional. User-provided build-time environment variables.
map<string, string> environment_variables = 5 [(.google.api.field_behavior) = OPTIONAL];
boolean getEnableAutomaticUpdates()
Optional. Whether or not the application container will be enrolled in automatic base image updates. When true, the application will be built on a scratch base image, so the base layers can be appended at run time.
bool enable_automatic_updates = 6 [(.google.api.field_behavior) = OPTIONAL];String getProjectDescriptor()
Optional. project_descriptor stores the path to the project descriptor file. When empty, it means that there is no project descriptor file in the source.
string project_descriptor = 7 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getProjectDescriptorBytes()
Optional. project_descriptor stores the path to the project descriptor file. When empty, it means that there is no project descriptor file in the source.
string project_descriptor = 7 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.