public static final class ServiceConfig.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ServiceConfig.Builder> implements ServiceConfigOrBuilder
Describes the Service being deployed. Currently Supported : Cloud Run (fully managed).Protobuf type
google.cloud.functions.v2.ServiceConfig| Modifier and Type | Method and Description |
|---|---|
ServiceConfig.Builder |
addAllSecretEnvironmentVariables(Iterable<? extends SecretEnvVar> values)
Secret environment variables configuration.
|
ServiceConfig.Builder |
addAllSecretVolumes(Iterable<? extends SecretVolume> values)
Secret volumes configuration.
|
ServiceConfig.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ServiceConfig.Builder |
addSecretEnvironmentVariables(int index,
SecretEnvVar.Builder builderForValue)
Secret environment variables configuration.
|
ServiceConfig.Builder |
addSecretEnvironmentVariables(int index,
SecretEnvVar value)
Secret environment variables configuration.
|
ServiceConfig.Builder |
addSecretEnvironmentVariables(SecretEnvVar.Builder builderForValue)
Secret environment variables configuration.
|
ServiceConfig.Builder |
addSecretEnvironmentVariables(SecretEnvVar value)
Secret environment variables configuration.
|
SecretEnvVar.Builder |
addSecretEnvironmentVariablesBuilder()
Secret environment variables configuration.
|
SecretEnvVar.Builder |
addSecretEnvironmentVariablesBuilder(int index)
Secret environment variables configuration.
|
ServiceConfig.Builder |
addSecretVolumes(int index,
SecretVolume.Builder builderForValue)
Secret volumes configuration.
|
ServiceConfig.Builder |
addSecretVolumes(int index,
SecretVolume value)
Secret volumes configuration.
|
ServiceConfig.Builder |
addSecretVolumes(SecretVolume.Builder builderForValue)
Secret volumes configuration.
|
ServiceConfig.Builder |
addSecretVolumes(SecretVolume value)
Secret volumes configuration.
|
SecretVolume.Builder |
addSecretVolumesBuilder()
Secret volumes configuration.
|
SecretVolume.Builder |
addSecretVolumesBuilder(int index)
Secret volumes configuration.
|
ServiceConfig |
build() |
ServiceConfig |
buildPartial() |
ServiceConfig.Builder |
clear() |
ServiceConfig.Builder |
clearAllTrafficOnLatestRevision()
Whether 100% of traffic is routed to the latest revision.
|
ServiceConfig.Builder |
clearAvailableCpu()
[Preview] The number of CPUs used in a single container instance.
|
ServiceConfig.Builder |
clearAvailableMemory()
The amount of memory available for a function.
|
ServiceConfig.Builder |
clearEnvironmentVariables() |
ServiceConfig.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ServiceConfig.Builder |
clearIngressSettings()
The ingress settings for the function, controlling what traffic can reach
it.
|
ServiceConfig.Builder |
clearMaxInstanceCount()
The limit on the maximum number of function instances that may coexist at a
given time.
|
ServiceConfig.Builder |
clearMaxInstanceRequestConcurrency()
[Preview] Sets the maximum number of concurrent requests that each instance
can receive.
|
ServiceConfig.Builder |
clearMinInstanceCount()
The limit on the minimum number of function instances that may coexist at a
given time.
|
ServiceConfig.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ServiceConfig.Builder |
clearRevision()
Output only.
|
ServiceConfig.Builder |
clearSecretEnvironmentVariables()
Secret environment variables configuration.
|
ServiceConfig.Builder |
clearSecretVolumes()
Secret volumes configuration.
|
ServiceConfig.Builder |
clearSecurityLevel()
Security level configure whether the function only accepts https.
|
ServiceConfig.Builder |
clearService()
Output only.
|
ServiceConfig.Builder |
clearServiceAccountEmail()
The email of the service's service account.
|
ServiceConfig.Builder |
clearTimeoutSeconds()
The function execution timeout.
|
ServiceConfig.Builder |
clearUri()
Output only.
|
ServiceConfig.Builder |
clearVpcConnector()
The Serverless VPC Access connector that this cloud function can connect
to.
|
ServiceConfig.Builder |
clearVpcConnectorEgressSettings()
The egress settings for the connector, controlling what traffic is diverted
through it.
|
ServiceConfig.Builder |
clone() |
boolean |
containsEnvironmentVariables(String key)
Environment variables that shall be available during function execution.
|
boolean |
getAllTrafficOnLatestRevision()
Whether 100% of traffic is routed to the latest revision.
|
String |
getAvailableCpu()
[Preview] The number of CPUs used in a single container instance.
|
com.google.protobuf.ByteString |
getAvailableCpuBytes()
[Preview] The number of CPUs used in a single container instance.
|
String |
getAvailableMemory()
The amount of memory available for a function.
|
com.google.protobuf.ByteString |
getAvailableMemoryBytes()
The amount of memory available for a function.
|
ServiceConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Map<String,String> |
getEnvironmentVariables()
Deprecated.
|
int |
getEnvironmentVariablesCount()
Environment variables that shall be available during function execution.
|
Map<String,String> |
getEnvironmentVariablesMap()
Environment variables that shall be available during function execution.
|
String |
getEnvironmentVariablesOrDefault(String key,
String defaultValue)
Environment variables that shall be available during function execution.
|
String |
getEnvironmentVariablesOrThrow(String key)
Environment variables that shall be available during function execution.
|
ServiceConfig.IngressSettings |
getIngressSettings()
The ingress settings for the function, controlling what traffic can reach
it.
|
int |
getIngressSettingsValue()
The ingress settings for the function, controlling what traffic can reach
it.
|
int |
getMaxInstanceCount()
The limit on the maximum number of function instances that may coexist at a
given time.
|
int |
getMaxInstanceRequestConcurrency()
[Preview] Sets the maximum number of concurrent requests that each instance
can receive.
|
int |
getMinInstanceCount()
The limit on the minimum number of function instances that may coexist at a
given time.
|
Map<String,String> |
getMutableEnvironmentVariables()
Deprecated.
|
String |
getRevision()
Output only.
|
com.google.protobuf.ByteString |
getRevisionBytes()
Output only.
|
SecretEnvVar |
getSecretEnvironmentVariables(int index)
Secret environment variables configuration.
|
SecretEnvVar.Builder |
getSecretEnvironmentVariablesBuilder(int index)
Secret environment variables configuration.
|
List<SecretEnvVar.Builder> |
getSecretEnvironmentVariablesBuilderList()
Secret environment variables configuration.
|
int |
getSecretEnvironmentVariablesCount()
Secret environment variables configuration.
|
List<SecretEnvVar> |
getSecretEnvironmentVariablesList()
Secret environment variables configuration.
|
SecretEnvVarOrBuilder |
getSecretEnvironmentVariablesOrBuilder(int index)
Secret environment variables configuration.
|
List<? extends SecretEnvVarOrBuilder> |
getSecretEnvironmentVariablesOrBuilderList()
Secret environment variables configuration.
|
SecretVolume |
getSecretVolumes(int index)
Secret volumes configuration.
|
SecretVolume.Builder |
getSecretVolumesBuilder(int index)
Secret volumes configuration.
|
List<SecretVolume.Builder> |
getSecretVolumesBuilderList()
Secret volumes configuration.
|
int |
getSecretVolumesCount()
Secret volumes configuration.
|
List<SecretVolume> |
getSecretVolumesList()
Secret volumes configuration.
|
SecretVolumeOrBuilder |
getSecretVolumesOrBuilder(int index)
Secret volumes configuration.
|
List<? extends SecretVolumeOrBuilder> |
getSecretVolumesOrBuilderList()
Secret volumes configuration.
|
ServiceConfig.SecurityLevel |
getSecurityLevel()
Security level configure whether the function only accepts https.
|
int |
getSecurityLevelValue()
Security level configure whether the function only accepts https.
|
String |
getService()
Output only.
|
String |
getServiceAccountEmail()
The email of the service's service account.
|
com.google.protobuf.ByteString |
getServiceAccountEmailBytes()
The email of the service's service account.
|
com.google.protobuf.ByteString |
getServiceBytes()
Output only.
|
int |
getTimeoutSeconds()
The function execution timeout.
|
String |
getUri()
Output only.
|
com.google.protobuf.ByteString |
getUriBytes()
Output only.
|
String |
getVpcConnector()
The Serverless VPC Access connector that this cloud function can connect
to.
|
com.google.protobuf.ByteString |
getVpcConnectorBytes()
The Serverless VPC Access connector that this cloud function can connect
to.
|
ServiceConfig.VpcConnectorEgressSettings |
getVpcConnectorEgressSettings()
The egress settings for the connector, controlling what traffic is diverted
through it.
|
int |
getVpcConnectorEgressSettingsValue()
The egress settings for the connector, controlling what traffic is diverted
through it.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
ServiceConfig.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ServiceConfig.Builder |
mergeFrom(com.google.protobuf.Message other) |
ServiceConfig.Builder |
mergeFrom(ServiceConfig other) |
ServiceConfig.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ServiceConfig.Builder |
putAllEnvironmentVariables(Map<String,String> values)
Environment variables that shall be available during function execution.
|
ServiceConfig.Builder |
putEnvironmentVariables(String key,
String value)
Environment variables that shall be available during function execution.
|
ServiceConfig.Builder |
removeEnvironmentVariables(String key)
Environment variables that shall be available during function execution.
|
ServiceConfig.Builder |
removeSecretEnvironmentVariables(int index)
Secret environment variables configuration.
|
ServiceConfig.Builder |
removeSecretVolumes(int index)
Secret volumes configuration.
|
ServiceConfig.Builder |
setAllTrafficOnLatestRevision(boolean value)
Whether 100% of traffic is routed to the latest revision.
|
ServiceConfig.Builder |
setAvailableCpu(String value)
[Preview] The number of CPUs used in a single container instance.
|
ServiceConfig.Builder |
setAvailableCpuBytes(com.google.protobuf.ByteString value)
[Preview] The number of CPUs used in a single container instance.
|
ServiceConfig.Builder |
setAvailableMemory(String value)
The amount of memory available for a function.
|
ServiceConfig.Builder |
setAvailableMemoryBytes(com.google.protobuf.ByteString value)
The amount of memory available for a function.
|
ServiceConfig.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ServiceConfig.Builder |
setIngressSettings(ServiceConfig.IngressSettings value)
The ingress settings for the function, controlling what traffic can reach
it.
|
ServiceConfig.Builder |
setIngressSettingsValue(int value)
The ingress settings for the function, controlling what traffic can reach
it.
|
ServiceConfig.Builder |
setMaxInstanceCount(int value)
The limit on the maximum number of function instances that may coexist at a
given time.
|
ServiceConfig.Builder |
setMaxInstanceRequestConcurrency(int value)
[Preview] Sets the maximum number of concurrent requests that each instance
can receive.
|
ServiceConfig.Builder |
setMinInstanceCount(int value)
The limit on the minimum number of function instances that may coexist at a
given time.
|
ServiceConfig.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ServiceConfig.Builder |
setRevision(String value)
Output only.
|
ServiceConfig.Builder |
setRevisionBytes(com.google.protobuf.ByteString value)
Output only.
|
ServiceConfig.Builder |
setSecretEnvironmentVariables(int index,
SecretEnvVar.Builder builderForValue)
Secret environment variables configuration.
|
ServiceConfig.Builder |
setSecretEnvironmentVariables(int index,
SecretEnvVar value)
Secret environment variables configuration.
|
ServiceConfig.Builder |
setSecretVolumes(int index,
SecretVolume.Builder builderForValue)
Secret volumes configuration.
|
ServiceConfig.Builder |
setSecretVolumes(int index,
SecretVolume value)
Secret volumes configuration.
|
ServiceConfig.Builder |
setSecurityLevel(ServiceConfig.SecurityLevel value)
Security level configure whether the function only accepts https.
|
ServiceConfig.Builder |
setSecurityLevelValue(int value)
Security level configure whether the function only accepts https.
|
ServiceConfig.Builder |
setService(String value)
Output only.
|
ServiceConfig.Builder |
setServiceAccountEmail(String value)
The email of the service's service account.
|
ServiceConfig.Builder |
setServiceAccountEmailBytes(com.google.protobuf.ByteString value)
The email of the service's service account.
|
ServiceConfig.Builder |
setServiceBytes(com.google.protobuf.ByteString value)
Output only.
|
ServiceConfig.Builder |
setTimeoutSeconds(int value)
The function execution timeout.
|
ServiceConfig.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ServiceConfig.Builder |
setUri(String value)
Output only.
|
ServiceConfig.Builder |
setUriBytes(com.google.protobuf.ByteString value)
Output only.
|
ServiceConfig.Builder |
setVpcConnector(String value)
The Serverless VPC Access connector that this cloud function can connect
to.
|
ServiceConfig.Builder |
setVpcConnectorBytes(com.google.protobuf.ByteString value)
The Serverless VPC Access connector that this cloud function can connect
to.
|
ServiceConfig.Builder |
setVpcConnectorEgressSettings(ServiceConfig.VpcConnectorEgressSettings value)
The egress settings for the connector, controlling what traffic is diverted
through it.
|
ServiceConfig.Builder |
setVpcConnectorEgressSettingsValue(int value)
The egress settings for the connector, controlling what traffic is diverted
through it.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, 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.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceConfig.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceConfig.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceConfig.Builder>public ServiceConfig.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceConfig.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<ServiceConfig.Builder>public ServiceConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ServiceConfig build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ServiceConfig buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ServiceConfig.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceConfig.Builder>public ServiceConfig.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<ServiceConfig.Builder>public ServiceConfig.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceConfig.Builder>public ServiceConfig.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceConfig.Builder>public ServiceConfig.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<ServiceConfig.Builder>public ServiceConfig.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<ServiceConfig.Builder>public ServiceConfig.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ServiceConfig.Builder>public ServiceConfig.Builder mergeFrom(ServiceConfig other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceConfig.Builder>public ServiceConfig.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<ServiceConfig.Builder>IOExceptionpublic String getService()
Output only. Name of the service associated with a Function.
The format of this field is
`projects/{project}/locations/{region}/services/{service}`
string service = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
getService in interface ServiceConfigOrBuilderpublic com.google.protobuf.ByteString getServiceBytes()
Output only. Name of the service associated with a Function.
The format of this field is
`projects/{project}/locations/{region}/services/{service}`
string service = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
getServiceBytes in interface ServiceConfigOrBuilderpublic ServiceConfig.Builder setService(String value)
Output only. Name of the service associated with a Function.
The format of this field is
`projects/{project}/locations/{region}/services/{service}`
string service = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
value - The service to set.public ServiceConfig.Builder clearService()
Output only. Name of the service associated with a Function.
The format of this field is
`projects/{project}/locations/{region}/services/{service}`
string service = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
public ServiceConfig.Builder setServiceBytes(com.google.protobuf.ByteString value)
Output only. Name of the service associated with a Function.
The format of this field is
`projects/{project}/locations/{region}/services/{service}`
string service = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
value - The bytes for service to set.public int getTimeoutSeconds()
The function execution timeout. Execution is considered failed and can be terminated if the function is not completed at the end of the timeout period. Defaults to 60 seconds.
int32 timeout_seconds = 2;getTimeoutSeconds in interface ServiceConfigOrBuilderpublic ServiceConfig.Builder setTimeoutSeconds(int value)
The function execution timeout. Execution is considered failed and can be terminated if the function is not completed at the end of the timeout period. Defaults to 60 seconds.
int32 timeout_seconds = 2;value - The timeoutSeconds to set.public ServiceConfig.Builder clearTimeoutSeconds()
The function execution timeout. Execution is considered failed and can be terminated if the function is not completed at the end of the timeout period. Defaults to 60 seconds.
int32 timeout_seconds = 2;public String getAvailableMemory()
The amount of memory available for a function. Defaults to 256M. Supported units are k, M, G, Mi, Gi. If no unit is supplied the value is interpreted as bytes. See https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go a full description.
string available_memory = 13;getAvailableMemory in interface ServiceConfigOrBuilderpublic com.google.protobuf.ByteString getAvailableMemoryBytes()
The amount of memory available for a function. Defaults to 256M. Supported units are k, M, G, Mi, Gi. If no unit is supplied the value is interpreted as bytes. See https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go a full description.
string available_memory = 13;getAvailableMemoryBytes in interface ServiceConfigOrBuilderpublic ServiceConfig.Builder setAvailableMemory(String value)
The amount of memory available for a function. Defaults to 256M. Supported units are k, M, G, Mi, Gi. If no unit is supplied the value is interpreted as bytes. See https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go a full description.
string available_memory = 13;value - The availableMemory to set.public ServiceConfig.Builder clearAvailableMemory()
The amount of memory available for a function. Defaults to 256M. Supported units are k, M, G, Mi, Gi. If no unit is supplied the value is interpreted as bytes. See https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go a full description.
string available_memory = 13;public ServiceConfig.Builder setAvailableMemoryBytes(com.google.protobuf.ByteString value)
The amount of memory available for a function. Defaults to 256M. Supported units are k, M, G, Mi, Gi. If no unit is supplied the value is interpreted as bytes. See https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go a full description.
string available_memory = 13;value - The bytes for availableMemory to set.public String getAvailableCpu()
[Preview] The number of CPUs used in a single container instance. Default value is calculated from available memory. Supports the same values as Cloud Run, see https://cloud.google.com/run/docs/reference/rest/v1/Container#resourcerequirements Example: "1" indicates 1 vCPU
string available_cpu = 22;getAvailableCpu in interface ServiceConfigOrBuilderpublic com.google.protobuf.ByteString getAvailableCpuBytes()
[Preview] The number of CPUs used in a single container instance. Default value is calculated from available memory. Supports the same values as Cloud Run, see https://cloud.google.com/run/docs/reference/rest/v1/Container#resourcerequirements Example: "1" indicates 1 vCPU
string available_cpu = 22;getAvailableCpuBytes in interface ServiceConfigOrBuilderpublic ServiceConfig.Builder setAvailableCpu(String value)
[Preview] The number of CPUs used in a single container instance. Default value is calculated from available memory. Supports the same values as Cloud Run, see https://cloud.google.com/run/docs/reference/rest/v1/Container#resourcerequirements Example: "1" indicates 1 vCPU
string available_cpu = 22;value - The availableCpu to set.public ServiceConfig.Builder clearAvailableCpu()
[Preview] The number of CPUs used in a single container instance. Default value is calculated from available memory. Supports the same values as Cloud Run, see https://cloud.google.com/run/docs/reference/rest/v1/Container#resourcerequirements Example: "1" indicates 1 vCPU
string available_cpu = 22;public ServiceConfig.Builder setAvailableCpuBytes(com.google.protobuf.ByteString value)
[Preview] The number of CPUs used in a single container instance. Default value is calculated from available memory. Supports the same values as Cloud Run, see https://cloud.google.com/run/docs/reference/rest/v1/Container#resourcerequirements Example: "1" indicates 1 vCPU
string available_cpu = 22;value - The bytes for availableCpu to set.public int getEnvironmentVariablesCount()
ServiceConfigOrBuilderEnvironment variables that shall be available during function execution.
map<string, string> environment_variables = 4;getEnvironmentVariablesCount in interface ServiceConfigOrBuilderpublic boolean containsEnvironmentVariables(String key)
Environment variables that shall be available during function execution.
map<string, string> environment_variables = 4;containsEnvironmentVariables in interface ServiceConfigOrBuilder@Deprecated public Map<String,String> getEnvironmentVariables()
getEnvironmentVariablesMap() instead.getEnvironmentVariables in interface ServiceConfigOrBuilderpublic Map<String,String> getEnvironmentVariablesMap()
Environment variables that shall be available during function execution.
map<string, string> environment_variables = 4;getEnvironmentVariablesMap in interface ServiceConfigOrBuilderpublic String getEnvironmentVariablesOrDefault(String key, String defaultValue)
Environment variables that shall be available during function execution.
map<string, string> environment_variables = 4;getEnvironmentVariablesOrDefault in interface ServiceConfigOrBuilderpublic String getEnvironmentVariablesOrThrow(String key)
Environment variables that shall be available during function execution.
map<string, string> environment_variables = 4;getEnvironmentVariablesOrThrow in interface ServiceConfigOrBuilderpublic ServiceConfig.Builder clearEnvironmentVariables()
public ServiceConfig.Builder removeEnvironmentVariables(String key)
Environment variables that shall be available during function execution.
map<string, string> environment_variables = 4;@Deprecated public Map<String,String> getMutableEnvironmentVariables()
public ServiceConfig.Builder putEnvironmentVariables(String key, String value)
Environment variables that shall be available during function execution.
map<string, string> environment_variables = 4;public ServiceConfig.Builder putAllEnvironmentVariables(Map<String,String> values)
Environment variables that shall be available during function execution.
map<string, string> environment_variables = 4;public int getMaxInstanceCount()
The limit on the maximum number of function instances that may coexist at a given time. In some cases, such as rapid traffic surges, Cloud Functions may, for a short period of time, create more instances than the specified max instances limit. If your function cannot tolerate this temporary behavior, you may want to factor in a safety margin and set a lower max instances value than your function can tolerate. See the [Max Instances](https://cloud.google.com/functions/docs/max-instances) Guide for more details.
int32 max_instance_count = 5;getMaxInstanceCount in interface ServiceConfigOrBuilderpublic ServiceConfig.Builder setMaxInstanceCount(int value)
The limit on the maximum number of function instances that may coexist at a given time. In some cases, such as rapid traffic surges, Cloud Functions may, for a short period of time, create more instances than the specified max instances limit. If your function cannot tolerate this temporary behavior, you may want to factor in a safety margin and set a lower max instances value than your function can tolerate. See the [Max Instances](https://cloud.google.com/functions/docs/max-instances) Guide for more details.
int32 max_instance_count = 5;value - The maxInstanceCount to set.public ServiceConfig.Builder clearMaxInstanceCount()
The limit on the maximum number of function instances that may coexist at a given time. In some cases, such as rapid traffic surges, Cloud Functions may, for a short period of time, create more instances than the specified max instances limit. If your function cannot tolerate this temporary behavior, you may want to factor in a safety margin and set a lower max instances value than your function can tolerate. See the [Max Instances](https://cloud.google.com/functions/docs/max-instances) Guide for more details.
int32 max_instance_count = 5;public int getMinInstanceCount()
The limit on the minimum number of function instances that may coexist at a given time. Function instances are kept in idle state for a short period after they finished executing the request to reduce cold start time for subsequent requests. Setting a minimum instance count will ensure that the given number of instances are kept running in idle state always. This can help with cold start times when jump in incoming request count occurs after the idle instance would have been stopped in the default case.
int32 min_instance_count = 12;getMinInstanceCount in interface ServiceConfigOrBuilderpublic ServiceConfig.Builder setMinInstanceCount(int value)
The limit on the minimum number of function instances that may coexist at a given time. Function instances are kept in idle state for a short period after they finished executing the request to reduce cold start time for subsequent requests. Setting a minimum instance count will ensure that the given number of instances are kept running in idle state always. This can help with cold start times when jump in incoming request count occurs after the idle instance would have been stopped in the default case.
int32 min_instance_count = 12;value - The minInstanceCount to set.public ServiceConfig.Builder clearMinInstanceCount()
The limit on the minimum number of function instances that may coexist at a given time. Function instances are kept in idle state for a short period after they finished executing the request to reduce cold start time for subsequent requests. Setting a minimum instance count will ensure that the given number of instances are kept running in idle state always. This can help with cold start times when jump in incoming request count occurs after the idle instance would have been stopped in the default case.
int32 min_instance_count = 12;public String getVpcConnector()
The Serverless VPC Access connector that this cloud function can connect to. The format of this field is `projects/*/locations/*/connectors/*`.
string vpc_connector = 6 [(.google.api.resource_reference) = { ... }getVpcConnector in interface ServiceConfigOrBuilderpublic com.google.protobuf.ByteString getVpcConnectorBytes()
The Serverless VPC Access connector that this cloud function can connect to. The format of this field is `projects/*/locations/*/connectors/*`.
string vpc_connector = 6 [(.google.api.resource_reference) = { ... }getVpcConnectorBytes in interface ServiceConfigOrBuilderpublic ServiceConfig.Builder setVpcConnector(String value)
The Serverless VPC Access connector that this cloud function can connect to. The format of this field is `projects/*/locations/*/connectors/*`.
string vpc_connector = 6 [(.google.api.resource_reference) = { ... }value - The vpcConnector to set.public ServiceConfig.Builder clearVpcConnector()
The Serverless VPC Access connector that this cloud function can connect to. The format of this field is `projects/*/locations/*/connectors/*`.
string vpc_connector = 6 [(.google.api.resource_reference) = { ... }public ServiceConfig.Builder setVpcConnectorBytes(com.google.protobuf.ByteString value)
The Serverless VPC Access connector that this cloud function can connect to. The format of this field is `projects/*/locations/*/connectors/*`.
string vpc_connector = 6 [(.google.api.resource_reference) = { ... }value - The bytes for vpcConnector to set.public int getVpcConnectorEgressSettingsValue()
The egress settings for the connector, controlling what traffic is diverted through it.
.google.cloud.functions.v2.ServiceConfig.VpcConnectorEgressSettings vpc_connector_egress_settings = 7;
getVpcConnectorEgressSettingsValue in interface ServiceConfigOrBuilderpublic ServiceConfig.Builder setVpcConnectorEgressSettingsValue(int value)
The egress settings for the connector, controlling what traffic is diverted through it.
.google.cloud.functions.v2.ServiceConfig.VpcConnectorEgressSettings vpc_connector_egress_settings = 7;
value - The enum numeric value on the wire for vpcConnectorEgressSettings to set.public ServiceConfig.VpcConnectorEgressSettings getVpcConnectorEgressSettings()
The egress settings for the connector, controlling what traffic is diverted through it.
.google.cloud.functions.v2.ServiceConfig.VpcConnectorEgressSettings vpc_connector_egress_settings = 7;
getVpcConnectorEgressSettings in interface ServiceConfigOrBuilderpublic ServiceConfig.Builder setVpcConnectorEgressSettings(ServiceConfig.VpcConnectorEgressSettings value)
The egress settings for the connector, controlling what traffic is diverted through it.
.google.cloud.functions.v2.ServiceConfig.VpcConnectorEgressSettings vpc_connector_egress_settings = 7;
value - The vpcConnectorEgressSettings to set.public ServiceConfig.Builder clearVpcConnectorEgressSettings()
The egress settings for the connector, controlling what traffic is diverted through it.
.google.cloud.functions.v2.ServiceConfig.VpcConnectorEgressSettings vpc_connector_egress_settings = 7;
public int getIngressSettingsValue()
The ingress settings for the function, controlling what traffic can reach it.
.google.cloud.functions.v2.ServiceConfig.IngressSettings ingress_settings = 8;getIngressSettingsValue in interface ServiceConfigOrBuilderpublic ServiceConfig.Builder setIngressSettingsValue(int value)
The ingress settings for the function, controlling what traffic can reach it.
.google.cloud.functions.v2.ServiceConfig.IngressSettings ingress_settings = 8;value - The enum numeric value on the wire for ingressSettings to set.public ServiceConfig.IngressSettings getIngressSettings()
The ingress settings for the function, controlling what traffic can reach it.
.google.cloud.functions.v2.ServiceConfig.IngressSettings ingress_settings = 8;getIngressSettings in interface ServiceConfigOrBuilderpublic ServiceConfig.Builder setIngressSettings(ServiceConfig.IngressSettings value)
The ingress settings for the function, controlling what traffic can reach it.
.google.cloud.functions.v2.ServiceConfig.IngressSettings ingress_settings = 8;value - The ingressSettings to set.public ServiceConfig.Builder clearIngressSettings()
The ingress settings for the function, controlling what traffic can reach it.
.google.cloud.functions.v2.ServiceConfig.IngressSettings ingress_settings = 8;public String getUri()
Output only. URI of the Service deployed.
string uri = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];getUri in interface ServiceConfigOrBuilderpublic com.google.protobuf.ByteString getUriBytes()
Output only. URI of the Service deployed.
string uri = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];getUriBytes in interface ServiceConfigOrBuilderpublic ServiceConfig.Builder setUri(String value)
Output only. URI of the Service deployed.
string uri = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The uri to set.public ServiceConfig.Builder clearUri()
Output only. URI of the Service deployed.
string uri = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];public ServiceConfig.Builder setUriBytes(com.google.protobuf.ByteString value)
Output only. URI of the Service deployed.
string uri = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The bytes for uri to set.public String getServiceAccountEmail()
The email of the service's service account. If empty, defaults to
`{project_number}-compute@developer.gserviceaccount.com`.
string service_account_email = 10;getServiceAccountEmail in interface ServiceConfigOrBuilderpublic com.google.protobuf.ByteString getServiceAccountEmailBytes()
The email of the service's service account. If empty, defaults to
`{project_number}-compute@developer.gserviceaccount.com`.
string service_account_email = 10;getServiceAccountEmailBytes in interface ServiceConfigOrBuilderpublic ServiceConfig.Builder setServiceAccountEmail(String value)
The email of the service's service account. If empty, defaults to
`{project_number}-compute@developer.gserviceaccount.com`.
string service_account_email = 10;value - The serviceAccountEmail to set.public ServiceConfig.Builder clearServiceAccountEmail()
The email of the service's service account. If empty, defaults to
`{project_number}-compute@developer.gserviceaccount.com`.
string service_account_email = 10;public ServiceConfig.Builder setServiceAccountEmailBytes(com.google.protobuf.ByteString value)
The email of the service's service account. If empty, defaults to
`{project_number}-compute@developer.gserviceaccount.com`.
string service_account_email = 10;value - The bytes for serviceAccountEmail to set.public boolean getAllTrafficOnLatestRevision()
Whether 100% of traffic is routed to the latest revision. On CreateFunction and UpdateFunction, when set to true, the revision being deployed will serve 100% of traffic, ignoring any traffic split settings, if any. On GetFunction, true will be returned if the latest revision is serving 100% of traffic.
bool all_traffic_on_latest_revision = 16;getAllTrafficOnLatestRevision in interface ServiceConfigOrBuilderpublic ServiceConfig.Builder setAllTrafficOnLatestRevision(boolean value)
Whether 100% of traffic is routed to the latest revision. On CreateFunction and UpdateFunction, when set to true, the revision being deployed will serve 100% of traffic, ignoring any traffic split settings, if any. On GetFunction, true will be returned if the latest revision is serving 100% of traffic.
bool all_traffic_on_latest_revision = 16;value - The allTrafficOnLatestRevision to set.public ServiceConfig.Builder clearAllTrafficOnLatestRevision()
Whether 100% of traffic is routed to the latest revision. On CreateFunction and UpdateFunction, when set to true, the revision being deployed will serve 100% of traffic, ignoring any traffic split settings, if any. On GetFunction, true will be returned if the latest revision is serving 100% of traffic.
bool all_traffic_on_latest_revision = 16;public List<SecretEnvVar> getSecretEnvironmentVariablesList()
Secret environment variables configuration.
repeated .google.cloud.functions.v2.SecretEnvVar secret_environment_variables = 17;
getSecretEnvironmentVariablesList in interface ServiceConfigOrBuilderpublic int getSecretEnvironmentVariablesCount()
Secret environment variables configuration.
repeated .google.cloud.functions.v2.SecretEnvVar secret_environment_variables = 17;
getSecretEnvironmentVariablesCount in interface ServiceConfigOrBuilderpublic SecretEnvVar getSecretEnvironmentVariables(int index)
Secret environment variables configuration.
repeated .google.cloud.functions.v2.SecretEnvVar secret_environment_variables = 17;
getSecretEnvironmentVariables in interface ServiceConfigOrBuilderpublic ServiceConfig.Builder setSecretEnvironmentVariables(int index, SecretEnvVar value)
Secret environment variables configuration.
repeated .google.cloud.functions.v2.SecretEnvVar secret_environment_variables = 17;
public ServiceConfig.Builder setSecretEnvironmentVariables(int index, SecretEnvVar.Builder builderForValue)
Secret environment variables configuration.
repeated .google.cloud.functions.v2.SecretEnvVar secret_environment_variables = 17;
public ServiceConfig.Builder addSecretEnvironmentVariables(SecretEnvVar value)
Secret environment variables configuration.
repeated .google.cloud.functions.v2.SecretEnvVar secret_environment_variables = 17;
public ServiceConfig.Builder addSecretEnvironmentVariables(int index, SecretEnvVar value)
Secret environment variables configuration.
repeated .google.cloud.functions.v2.SecretEnvVar secret_environment_variables = 17;
public ServiceConfig.Builder addSecretEnvironmentVariables(SecretEnvVar.Builder builderForValue)
Secret environment variables configuration.
repeated .google.cloud.functions.v2.SecretEnvVar secret_environment_variables = 17;
public ServiceConfig.Builder addSecretEnvironmentVariables(int index, SecretEnvVar.Builder builderForValue)
Secret environment variables configuration.
repeated .google.cloud.functions.v2.SecretEnvVar secret_environment_variables = 17;
public ServiceConfig.Builder addAllSecretEnvironmentVariables(Iterable<? extends SecretEnvVar> values)
Secret environment variables configuration.
repeated .google.cloud.functions.v2.SecretEnvVar secret_environment_variables = 17;
public ServiceConfig.Builder clearSecretEnvironmentVariables()
Secret environment variables configuration.
repeated .google.cloud.functions.v2.SecretEnvVar secret_environment_variables = 17;
public ServiceConfig.Builder removeSecretEnvironmentVariables(int index)
Secret environment variables configuration.
repeated .google.cloud.functions.v2.SecretEnvVar secret_environment_variables = 17;
public SecretEnvVar.Builder getSecretEnvironmentVariablesBuilder(int index)
Secret environment variables configuration.
repeated .google.cloud.functions.v2.SecretEnvVar secret_environment_variables = 17;
public SecretEnvVarOrBuilder getSecretEnvironmentVariablesOrBuilder(int index)
Secret environment variables configuration.
repeated .google.cloud.functions.v2.SecretEnvVar secret_environment_variables = 17;
getSecretEnvironmentVariablesOrBuilder in interface ServiceConfigOrBuilderpublic List<? extends SecretEnvVarOrBuilder> getSecretEnvironmentVariablesOrBuilderList()
Secret environment variables configuration.
repeated .google.cloud.functions.v2.SecretEnvVar secret_environment_variables = 17;
getSecretEnvironmentVariablesOrBuilderList in interface ServiceConfigOrBuilderpublic SecretEnvVar.Builder addSecretEnvironmentVariablesBuilder()
Secret environment variables configuration.
repeated .google.cloud.functions.v2.SecretEnvVar secret_environment_variables = 17;
public SecretEnvVar.Builder addSecretEnvironmentVariablesBuilder(int index)
Secret environment variables configuration.
repeated .google.cloud.functions.v2.SecretEnvVar secret_environment_variables = 17;
public List<SecretEnvVar.Builder> getSecretEnvironmentVariablesBuilderList()
Secret environment variables configuration.
repeated .google.cloud.functions.v2.SecretEnvVar secret_environment_variables = 17;
public List<SecretVolume> getSecretVolumesList()
Secret volumes configuration.
repeated .google.cloud.functions.v2.SecretVolume secret_volumes = 19;getSecretVolumesList in interface ServiceConfigOrBuilderpublic int getSecretVolumesCount()
Secret volumes configuration.
repeated .google.cloud.functions.v2.SecretVolume secret_volumes = 19;getSecretVolumesCount in interface ServiceConfigOrBuilderpublic SecretVolume getSecretVolumes(int index)
Secret volumes configuration.
repeated .google.cloud.functions.v2.SecretVolume secret_volumes = 19;getSecretVolumes in interface ServiceConfigOrBuilderpublic ServiceConfig.Builder setSecretVolumes(int index, SecretVolume value)
Secret volumes configuration.
repeated .google.cloud.functions.v2.SecretVolume secret_volumes = 19;public ServiceConfig.Builder setSecretVolumes(int index, SecretVolume.Builder builderForValue)
Secret volumes configuration.
repeated .google.cloud.functions.v2.SecretVolume secret_volumes = 19;public ServiceConfig.Builder addSecretVolumes(SecretVolume value)
Secret volumes configuration.
repeated .google.cloud.functions.v2.SecretVolume secret_volumes = 19;public ServiceConfig.Builder addSecretVolumes(int index, SecretVolume value)
Secret volumes configuration.
repeated .google.cloud.functions.v2.SecretVolume secret_volumes = 19;public ServiceConfig.Builder addSecretVolumes(SecretVolume.Builder builderForValue)
Secret volumes configuration.
repeated .google.cloud.functions.v2.SecretVolume secret_volumes = 19;public ServiceConfig.Builder addSecretVolumes(int index, SecretVolume.Builder builderForValue)
Secret volumes configuration.
repeated .google.cloud.functions.v2.SecretVolume secret_volumes = 19;public ServiceConfig.Builder addAllSecretVolumes(Iterable<? extends SecretVolume> values)
Secret volumes configuration.
repeated .google.cloud.functions.v2.SecretVolume secret_volumes = 19;public ServiceConfig.Builder clearSecretVolumes()
Secret volumes configuration.
repeated .google.cloud.functions.v2.SecretVolume secret_volumes = 19;public ServiceConfig.Builder removeSecretVolumes(int index)
Secret volumes configuration.
repeated .google.cloud.functions.v2.SecretVolume secret_volumes = 19;public SecretVolume.Builder getSecretVolumesBuilder(int index)
Secret volumes configuration.
repeated .google.cloud.functions.v2.SecretVolume secret_volumes = 19;public SecretVolumeOrBuilder getSecretVolumesOrBuilder(int index)
Secret volumes configuration.
repeated .google.cloud.functions.v2.SecretVolume secret_volumes = 19;getSecretVolumesOrBuilder in interface ServiceConfigOrBuilderpublic List<? extends SecretVolumeOrBuilder> getSecretVolumesOrBuilderList()
Secret volumes configuration.
repeated .google.cloud.functions.v2.SecretVolume secret_volumes = 19;getSecretVolumesOrBuilderList in interface ServiceConfigOrBuilderpublic SecretVolume.Builder addSecretVolumesBuilder()
Secret volumes configuration.
repeated .google.cloud.functions.v2.SecretVolume secret_volumes = 19;public SecretVolume.Builder addSecretVolumesBuilder(int index)
Secret volumes configuration.
repeated .google.cloud.functions.v2.SecretVolume secret_volumes = 19;public List<SecretVolume.Builder> getSecretVolumesBuilderList()
Secret volumes configuration.
repeated .google.cloud.functions.v2.SecretVolume secret_volumes = 19;public String getRevision()
Output only. The name of service revision.
string revision = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];getRevision in interface ServiceConfigOrBuilderpublic com.google.protobuf.ByteString getRevisionBytes()
Output only. The name of service revision.
string revision = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];getRevisionBytes in interface ServiceConfigOrBuilderpublic ServiceConfig.Builder setRevision(String value)
Output only. The name of service revision.
string revision = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The revision to set.public ServiceConfig.Builder clearRevision()
Output only. The name of service revision.
string revision = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];public ServiceConfig.Builder setRevisionBytes(com.google.protobuf.ByteString value)
Output only. The name of service revision.
string revision = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The bytes for revision to set.public int getMaxInstanceRequestConcurrency()
[Preview] Sets the maximum number of concurrent requests that each instance can receive. Defaults to 1.
int32 max_instance_request_concurrency = 20;getMaxInstanceRequestConcurrency in interface ServiceConfigOrBuilderpublic ServiceConfig.Builder setMaxInstanceRequestConcurrency(int value)
[Preview] Sets the maximum number of concurrent requests that each instance can receive. Defaults to 1.
int32 max_instance_request_concurrency = 20;value - The maxInstanceRequestConcurrency to set.public ServiceConfig.Builder clearMaxInstanceRequestConcurrency()
[Preview] Sets the maximum number of concurrent requests that each instance can receive. Defaults to 1.
int32 max_instance_request_concurrency = 20;public int getSecurityLevelValue()
Security level configure whether the function only accepts https. This configuration is only applicable to 1st Gen functions with Http trigger. By default https is optional for 1st Gen functions; 2nd Gen functions are https ONLY.
.google.cloud.functions.v2.ServiceConfig.SecurityLevel security_level = 21;getSecurityLevelValue in interface ServiceConfigOrBuilderpublic ServiceConfig.Builder setSecurityLevelValue(int value)
Security level configure whether the function only accepts https. This configuration is only applicable to 1st Gen functions with Http trigger. By default https is optional for 1st Gen functions; 2nd Gen functions are https ONLY.
.google.cloud.functions.v2.ServiceConfig.SecurityLevel security_level = 21;value - The enum numeric value on the wire for securityLevel to set.public ServiceConfig.SecurityLevel getSecurityLevel()
Security level configure whether the function only accepts https. This configuration is only applicable to 1st Gen functions with Http trigger. By default https is optional for 1st Gen functions; 2nd Gen functions are https ONLY.
.google.cloud.functions.v2.ServiceConfig.SecurityLevel security_level = 21;getSecurityLevel in interface ServiceConfigOrBuilderpublic ServiceConfig.Builder setSecurityLevel(ServiceConfig.SecurityLevel value)
Security level configure whether the function only accepts https. This configuration is only applicable to 1st Gen functions with Http trigger. By default https is optional for 1st Gen functions; 2nd Gen functions are https ONLY.
.google.cloud.functions.v2.ServiceConfig.SecurityLevel security_level = 21;value - The securityLevel to set.public ServiceConfig.Builder clearSecurityLevel()
Security level configure whether the function only accepts https. This configuration is only applicable to 1st Gen functions with Http trigger. By default https is optional for 1st Gen functions; 2nd Gen functions are https ONLY.
.google.cloud.functions.v2.ServiceConfig.SecurityLevel security_level = 21;public final ServiceConfig.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceConfig.Builder>public final ServiceConfig.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceConfig.Builder>Copyright © 2023 Google LLC. All rights reserved.