Interface SubmitBuildRequest.BuildpacksBuildOrBuilder (0.53.0)

public static interface SubmitBuildRequest.BuildpacksBuildOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsEnvironmentVariables(String key)

public abstract boolean containsEnvironmentVariables(String key)

Optional. User-provided build-time environment variables.

map<string, string> environment_variables = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
key String
Returns
Type Description
boolean

getBaseImage()

public abstract String getBaseImage()

Optional. The base image used to opt into automatic base image updates.

string base_image = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The baseImage.

getBaseImageBytes()

public abstract ByteString getBaseImageBytes()

Optional. The base image used to opt into automatic base image updates.

string base_image = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for baseImage.

getCacheImageUri()

public abstract 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];

Returns
Type Description
String

The cacheImageUri.

getCacheImageUriBytes()

public abstract 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];

Returns
Type Description
ByteString

The bytes for cacheImageUri.

getEnableAutomaticUpdates()

public abstract 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];

Returns
Type Description
boolean

The enableAutomaticUpdates.

getEnvironmentVariables() (deprecated)

public abstract Map<String,String> getEnvironmentVariables()
Returns
Type Description
Map<String,String>

getEnvironmentVariablesCount()

public abstract int getEnvironmentVariablesCount()

Optional. User-provided build-time environment variables.

map<string, string> environment_variables = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getEnvironmentVariablesMap()

public abstract Map<String,String> getEnvironmentVariablesMap()

Optional. User-provided build-time environment variables.

map<string, string> environment_variables = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Map<String,String>

getEnvironmentVariablesOrDefault(String key, String defaultValue)

public abstract String getEnvironmentVariablesOrDefault(String key, String defaultValue)

Optional. User-provided build-time environment variables.

map<string, string> environment_variables = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getEnvironmentVariablesOrThrow(String key)

public abstract String getEnvironmentVariablesOrThrow(String key)

Optional. User-provided build-time environment variables.

map<string, string> environment_variables = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
key String
Returns
Type Description
String

getFunctionTarget()

public abstract 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];

Returns
Type Description
String

The functionTarget.

getFunctionTargetBytes()

public abstract 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];

Returns
Type Description
ByteString

The bytes for functionTarget.

getRuntime() (deprecated)

public abstract String getRuntime()

Deprecated. google.cloud.run.v2.SubmitBuildRequest.BuildpacksBuild.runtime is deprecated. See google/cloud/run/v2/build.proto;l=56

The runtime name, e.g. 'go113'. Leave blank for generic builds.

string runtime = 1 [deprecated = true];

Returns
Type Description
String

The runtime.

getRuntimeBytes() (deprecated)

public abstract ByteString getRuntimeBytes()

Deprecated. google.cloud.run.v2.SubmitBuildRequest.BuildpacksBuild.runtime is deprecated. See google/cloud/run/v2/build.proto;l=56

The runtime name, e.g. 'go113'. Leave blank for generic builds.

string runtime = 1 [deprecated = true];

Returns
Type Description
ByteString

The bytes for runtime.