Class BuildConfig (2.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 2.80.0 (latest)
- 2.78.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.72.0
- 2.70.0
- 2.69.0
- 2.66.0
- 2.65.0
- 2.64.0
- 2.62.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.4
- 2.4.3
- 2.3.6
publicfinalclass BuildConfigextendsGeneratedMessageV3implementsBuildConfigOrBuilderDescribes the Build step of the function that builds a container from the given source.
Protobuf type google.cloud.functions.v2beta.BuildConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BuildConfigImplements
BuildConfigOrBuilderInherited Members
Static Fields
BUILD_FIELD_NUMBER
publicstaticfinalintBUILD_FIELD_NUMBERDOCKER_REPOSITORY_FIELD_NUMBER
publicstaticfinalintDOCKER_REPOSITORY_FIELD_NUMBERENTRY_POINT_FIELD_NUMBER
publicstaticfinalintENTRY_POINT_FIELD_NUMBERENVIRONMENT_VARIABLES_FIELD_NUMBER
publicstaticfinalintENVIRONMENT_VARIABLES_FIELD_NUMBERRUNTIME_FIELD_NUMBER
publicstaticfinalintRUNTIME_FIELD_NUMBERSOURCE_FIELD_NUMBER
publicstaticfinalintSOURCE_FIELD_NUMBERSOURCE_PROVENANCE_FIELD_NUMBER
publicstaticfinalintSOURCE_PROVENANCE_FIELD_NUMBERWORKER_POOL_FIELD_NUMBER
publicstaticfinalintWORKER_POOL_FIELD_NUMBERStatic Methods
getDefaultInstance()
publicstaticBuildConfiggetDefaultInstance()getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()newBuilder()
publicstaticBuildConfig.BuildernewBuilder()newBuilder(BuildConfig prototype)
publicstaticBuildConfig.BuildernewBuilder(BuildConfigprototype)parseDelimitedFrom(InputStream input)
publicstaticBuildConfigparseDelimitedFrom(InputStreaminput)parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticBuildConfigparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(byte[] data)
publicstaticBuildConfigparseFrom(byte[]data)byte[]parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticBuildConfigparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)byte[]parseFrom(ByteString data)
publicstaticBuildConfigparseFrom(ByteStringdata)parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticBuildConfigparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)parseFrom(CodedInputStream input)
publicstaticBuildConfigparseFrom(CodedInputStreaminput)parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticBuildConfigparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(InputStream input)
publicstaticBuildConfigparseFrom(InputStreaminput)parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticBuildConfigparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(ByteBuffer data)
publicstaticBuildConfigparseFrom(ByteBufferdata)parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticBuildConfigparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)parser()
publicstaticParser<BuildConfig>parser()Methods
containsEnvironmentVariables(String key)
publicbooleancontainsEnvironmentVariables(Stringkey)User-provided build-time environment variables for the function
map<string, string> environment_variables = 6;
equals(Object obj)
publicbooleanequals(Objectobj)getBuild()
publicStringgetBuild()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) = { ... }
The build.
getBuildBytes()
publicByteStringgetBuildBytes()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) = { ... }
The bytes for build.
getDefaultInstanceForType()
publicBuildConfiggetDefaultInstanceForType()getDockerRepository()
publicStringgetDockerRepository() Optional. User managed repository created in Artifact Registry optionally with a
customer managed encryption key. This is the repository to which the
function docker image will be pushed after it is built by Cloud Build.
If unspecified, 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.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
The dockerRepository.
getDockerRepositoryBytes()
publicByteStringgetDockerRepositoryBytes() Optional. User managed repository created in Artifact Registry optionally with a
customer managed encryption key. This is the repository to which the
function docker image will be pushed after it is built by Cloud Build.
If unspecified, 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.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
The bytes for dockerRepository.
getEntryPoint()
publicStringgetEntryPoint() 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;
The entryPoint.
getEntryPointBytes()
publicByteStringgetEntryPointBytes() 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;
The bytes for entryPoint.
getEnvironmentVariables()
publicMap<String,String>getEnvironmentVariables()Use #getEnvironmentVariablesMap() instead.
getEnvironmentVariablesCount()
publicintgetEnvironmentVariablesCount()User-provided build-time environment variables for the function
map<string, string> environment_variables = 6;
getEnvironmentVariablesMap()
publicMap<String,String>getEnvironmentVariablesMap()User-provided build-time environment variables for the function
map<string, string> environment_variables = 6;
getEnvironmentVariablesOrDefault(String key, String defaultValue)
publicStringgetEnvironmentVariablesOrDefault(Stringkey,StringdefaultValue)User-provided build-time environment variables for the function
map<string, string> environment_variables = 6;
getEnvironmentVariablesOrThrow(String key)
publicStringgetEnvironmentVariablesOrThrow(Stringkey)User-provided build-time environment variables for the function
map<string, string> environment_variables = 6;
getParserForType()
publicParser<BuildConfig>getParserForType()getRuntime()
publicStringgetRuntime() 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.
string runtime = 2;
The runtime.
getRuntimeBytes()
publicByteStringgetRuntimeBytes() 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.
string runtime = 2;
The bytes for runtime.
getSerializedSize()
publicintgetSerializedSize()getSource()
publicSourcegetSource()The location of the function source code.
.google.cloud.functions.v2beta.Source source = 4;
The source.
getSourceOrBuilder()
publicSourceOrBuildergetSourceOrBuilder()The location of the function source code.
.google.cloud.functions.v2beta.Source source = 4;
getSourceProvenance()
publicSourceProvenancegetSourceProvenance()Output only. A permanent fixed identifier for source.
.google.cloud.functions.v2beta.SourceProvenance source_provenance = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
The sourceProvenance.
getSourceProvenanceOrBuilder()
publicSourceProvenanceOrBuildergetSourceProvenanceOrBuilder()Output only. A permanent fixed identifier for source.
.google.cloud.functions.v2beta.SourceProvenance source_provenance = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields()getWorkerPool()
publicStringgetWorkerPool() 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) = { ... }
The workerPool.
getWorkerPoolBytes()
publicByteStringgetWorkerPoolBytes() 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) = { ... }
The bytes for workerPool.
hasSource()
publicbooleanhasSource()The location of the function source code.
.google.cloud.functions.v2beta.Source source = 4;
Whether the source field is set.
hasSourceProvenance()
publicbooleanhasSourceProvenance()Output only. A permanent fixed identifier for source.
.google.cloud.functions.v2beta.SourceProvenance source_provenance = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Whether the sourceProvenance field is set.
hashCode()
publicinthashCode()internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()internalGetMapField(int number)
protectedMapFieldinternalGetMapField(intnumber)isInitialized()
publicfinalbooleanisInitialized()newBuilderForType()
publicBuildConfig.BuildernewBuilderForType()newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedBuildConfig.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)toBuilder()
publicBuildConfig.BuildertoBuilder()writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)