public static final class BuildConfig.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BuildConfig.Builder> implements BuildConfigOrBuilder
Describes the Build step of the function that builds a container from the given source.Protobuf type
google.cloud.run.v2.BuildConfig| Modifier and Type | Method and Description |
|---|---|
BuildConfig.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BuildConfig |
build() |
BuildConfig |
buildPartial() |
BuildConfig.Builder |
clear() |
BuildConfig.Builder |
clearBaseImage()
Optional.
|
BuildConfig.Builder |
clearEnableAutomaticUpdates()
Optional.
|
BuildConfig.Builder |
clearEnvironmentVariables() |
BuildConfig.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BuildConfig.Builder |
clearFunctionTarget()
Optional.
|
BuildConfig.Builder |
clearImageUri()
Optional.
|
BuildConfig.Builder |
clearName()
Output only.
|
BuildConfig.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BuildConfig.Builder |
clearServiceAccount()
Optional.
|
BuildConfig.Builder |
clearSourceLocation()
The Cloud Storage bucket URI where the function source code is located.
|
BuildConfig.Builder |
clearWorkerPool()
Optional.
|
BuildConfig.Builder |
clone() |
boolean |
containsEnvironmentVariables(String key)
Optional.
|
String |
getBaseImage()
Optional.
|
com.google.protobuf.ByteString |
getBaseImageBytes()
Optional.
|
BuildConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
Map<String,String> |
getMutableEnvironmentVariables()
Deprecated.
|
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMapFieldReflection(int number) |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMutableMapFieldReflection(int number) |
boolean |
isInitialized() |
BuildConfig.Builder |
mergeFrom(BuildConfig other) |
BuildConfig.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BuildConfig.Builder |
mergeFrom(com.google.protobuf.Message other) |
BuildConfig.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BuildConfig.Builder |
putAllEnvironmentVariables(Map<String,String> values)
Optional.
|
BuildConfig.Builder |
putEnvironmentVariables(String key,
String value)
Optional.
|
BuildConfig.Builder |
removeEnvironmentVariables(String key)
Optional.
|
BuildConfig.Builder |
setBaseImage(String value)
Optional.
|
BuildConfig.Builder |
setBaseImageBytes(com.google.protobuf.ByteString value)
Optional.
|
BuildConfig.Builder |
setEnableAutomaticUpdates(boolean value)
Optional.
|
BuildConfig.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BuildConfig.Builder |
setFunctionTarget(String value)
Optional.
|
BuildConfig.Builder |
setFunctionTargetBytes(com.google.protobuf.ByteString value)
Optional.
|
BuildConfig.Builder |
setImageUri(String value)
Optional.
|
BuildConfig.Builder |
setImageUriBytes(com.google.protobuf.ByteString value)
Optional.
|
BuildConfig.Builder |
setName(String value)
Output only.
|
BuildConfig.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Output only.
|
BuildConfig.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BuildConfig.Builder |
setServiceAccount(String value)
Optional.
|
BuildConfig.Builder |
setServiceAccountBytes(com.google.protobuf.ByteString value)
Optional.
|
BuildConfig.Builder |
setSourceLocation(String value)
The Cloud Storage bucket URI where the function source code is located.
|
BuildConfig.Builder |
setSourceLocationBytes(com.google.protobuf.ByteString value)
The Cloud Storage bucket URI where the function source code is located.
|
BuildConfig.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BuildConfig.Builder |
setWorkerPool(String value)
Optional.
|
BuildConfig.Builder |
setWorkerPoolBytes(com.google.protobuf.ByteString value)
Optional.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<BuildConfig.Builder>protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<BuildConfig.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<BuildConfig.Builder>public BuildConfig.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<BuildConfig.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<BuildConfig.Builder>public BuildConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BuildConfig build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BuildConfig buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BuildConfig.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<BuildConfig.Builder>public BuildConfig.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<BuildConfig.Builder>public BuildConfig.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<BuildConfig.Builder>public BuildConfig.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<BuildConfig.Builder>public BuildConfig.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BuildConfig.Builder>public BuildConfig.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BuildConfig.Builder>public BuildConfig.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BuildConfig.Builder>public BuildConfig.Builder mergeFrom(BuildConfig other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<BuildConfig.Builder>public BuildConfig.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BuildConfig.Builder>IOExceptionpublic String 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) = { ... }
getName in interface BuildConfigOrBuilderpublic 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) = { ... }
getNameBytes in interface BuildConfigOrBuilderpublic BuildConfig.Builder setName(String value)
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) = { ... }
value - The name to set.public BuildConfig.Builder clearName()
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) = { ... }
public BuildConfig.Builder setNameBytes(com.google.protobuf.ByteString value)
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) = { ... }
value - The bytes for name to set.public String getSourceLocation()
The Cloud Storage bucket URI where the function source code is located.
string source_location = 2;getSourceLocation in interface BuildConfigOrBuilderpublic com.google.protobuf.ByteString getSourceLocationBytes()
The Cloud Storage bucket URI where the function source code is located.
string source_location = 2;getSourceLocationBytes in interface BuildConfigOrBuilderpublic BuildConfig.Builder setSourceLocation(String value)
The Cloud Storage bucket URI where the function source code is located.
string source_location = 2;value - The sourceLocation to set.public BuildConfig.Builder clearSourceLocation()
The Cloud Storage bucket URI where the function source code is located.
string source_location = 2;public BuildConfig.Builder setSourceLocationBytes(com.google.protobuf.ByteString value)
The Cloud Storage bucket URI where the function source code is located.
string source_location = 2;value - The bytes for sourceLocation to set.public 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];getFunctionTarget in interface BuildConfigOrBuilderpublic 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];getFunctionTargetBytes in interface BuildConfigOrBuilderpublic BuildConfig.Builder setFunctionTarget(String value)
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];value - The functionTarget to set.public BuildConfig.Builder clearFunctionTarget()
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];public BuildConfig.Builder setFunctionTargetBytes(com.google.protobuf.ByteString value)
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];value - The bytes for functionTarget to set.public String getImageUri()
Optional. Artifact Registry URI to store the built image.
string image_uri = 4 [(.google.api.field_behavior) = OPTIONAL];getImageUri in interface BuildConfigOrBuilderpublic com.google.protobuf.ByteString getImageUriBytes()
Optional. Artifact Registry URI to store the built image.
string image_uri = 4 [(.google.api.field_behavior) = OPTIONAL];getImageUriBytes in interface BuildConfigOrBuilderpublic BuildConfig.Builder setImageUri(String value)
Optional. Artifact Registry URI to store the built image.
string image_uri = 4 [(.google.api.field_behavior) = OPTIONAL];value - The imageUri to set.public BuildConfig.Builder clearImageUri()
Optional. Artifact Registry URI to store the built image.
string image_uri = 4 [(.google.api.field_behavior) = OPTIONAL];public BuildConfig.Builder setImageUriBytes(com.google.protobuf.ByteString value)
Optional. Artifact Registry URI to store the built image.
string image_uri = 4 [(.google.api.field_behavior) = OPTIONAL];value - The bytes for imageUri to set.public String getBaseImage()
Optional. The base image used to build the function.
string base_image = 5 [(.google.api.field_behavior) = OPTIONAL];getBaseImage in interface BuildConfigOrBuilderpublic com.google.protobuf.ByteString getBaseImageBytes()
Optional. The base image used to build the function.
string base_image = 5 [(.google.api.field_behavior) = OPTIONAL];getBaseImageBytes in interface BuildConfigOrBuilderpublic BuildConfig.Builder setBaseImage(String value)
Optional. The base image used to build the function.
string base_image = 5 [(.google.api.field_behavior) = OPTIONAL];value - The baseImage to set.public BuildConfig.Builder clearBaseImage()
Optional. The base image used to build the function.
string base_image = 5 [(.google.api.field_behavior) = OPTIONAL];public BuildConfig.Builder setBaseImageBytes(com.google.protobuf.ByteString value)
Optional. The base image used to build the function.
string base_image = 5 [(.google.api.field_behavior) = OPTIONAL];value - The bytes for baseImage to set.public boolean getEnableAutomaticUpdates()
Optional. Sets whether the function will receive automatic base image updates.
bool enable_automatic_updates = 6 [(.google.api.field_behavior) = OPTIONAL];getEnableAutomaticUpdates in interface BuildConfigOrBuilderpublic BuildConfig.Builder setEnableAutomaticUpdates(boolean value)
Optional. Sets whether the function will receive automatic base image updates.
bool enable_automatic_updates = 6 [(.google.api.field_behavior) = OPTIONAL];value - The enableAutomaticUpdates to set.public BuildConfig.Builder clearEnableAutomaticUpdates()
Optional. Sets whether the function will receive automatic base image updates.
bool enable_automatic_updates = 6 [(.google.api.field_behavior) = OPTIONAL];public 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) = { ... }
getWorkerPool in interface BuildConfigOrBuilderpublic 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) = { ... }
getWorkerPoolBytes in interface BuildConfigOrBuilderpublic BuildConfig.Builder setWorkerPool(String value)
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) = { ... }
value - The workerPool to set.public BuildConfig.Builder clearWorkerPool()
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) = { ... }
public BuildConfig.Builder setWorkerPoolBytes(com.google.protobuf.ByteString value)
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) = { ... }
value - The bytes for workerPool to set.public int getEnvironmentVariablesCount()
BuildConfigOrBuilderOptional. User-provided build-time environment variables for the function
map<string, string> environment_variables = 8 [(.google.api.field_behavior) = OPTIONAL];
getEnvironmentVariablesCount in interface BuildConfigOrBuilderpublic 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];
containsEnvironmentVariables in interface BuildConfigOrBuilder@Deprecated public Map<String,String> getEnvironmentVariables()
getEnvironmentVariablesMap() instead.getEnvironmentVariables in interface BuildConfigOrBuilderpublic 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];
getEnvironmentVariablesMap in interface BuildConfigOrBuilderpublic 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];
getEnvironmentVariablesOrDefault in interface BuildConfigOrBuilderpublic 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];
getEnvironmentVariablesOrThrow in interface BuildConfigOrBuilderpublic BuildConfig.Builder clearEnvironmentVariables()
public BuildConfig.Builder removeEnvironmentVariables(String key)
Optional. User-provided build-time environment variables for the function
map<string, string> environment_variables = 8 [(.google.api.field_behavior) = OPTIONAL];
@Deprecated public Map<String,String> getMutableEnvironmentVariables()
public BuildConfig.Builder putEnvironmentVariables(String key, String value)
Optional. User-provided build-time environment variables for the function
map<string, string> environment_variables = 8 [(.google.api.field_behavior) = OPTIONAL];
public BuildConfig.Builder putAllEnvironmentVariables(Map<String,String> values)
Optional. User-provided build-time environment variables for the function
map<string, string> environment_variables = 8 [(.google.api.field_behavior) = OPTIONAL];
public 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];getServiceAccount in interface BuildConfigOrBuilderpublic 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];getServiceAccountBytes in interface BuildConfigOrBuilderpublic BuildConfig.Builder setServiceAccount(String value)
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];value - The serviceAccount to set.public BuildConfig.Builder clearServiceAccount()
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];public BuildConfig.Builder setServiceAccountBytes(com.google.protobuf.ByteString value)
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];value - The bytes for serviceAccount to set.public final BuildConfig.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BuildConfig.Builder>public final BuildConfig.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BuildConfig.Builder>Copyright © 2025 Google LLC. All rights reserved.