Class Config.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
io.envoyproxy.envoy.extensions.filters.http.aws_lambda.v3.Config.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,ConfigOrBuilder,Cloneable
- Enclosing class:
- Config
public static final class Config.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
implements ConfigOrBuilder
AWS Lambda filter config [#next-free-field: 7]Protobuf type
envoy.extensions.filters.http.aws_lambda.v3.Config-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()clearArn()The ARN of the AWS Lambda to invoke when the filter is engaged Must be in the following format: arn:<partition>:lambda:<region>:<account-number>:function:<function-name>Specifies the credentials to be used.Specifies the credentials profile to be used from the AWS credentials file.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Indicates that before signing headers, the host header will be swapped with this value.Determines the way to invoke the Lambda function.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Whether to transform the request (headers and body) to a JSON payload or pass it as is.clone()getArn()The ARN of the AWS Lambda to invoke when the filter is engaged Must be in the following format: arn:<partition>:lambda:<region>:<account-number>:function:<function-name>com.google.protobuf.ByteStringThe ARN of the AWS Lambda to invoke when the filter is engaged Must be in the following format: arn:<partition>:lambda:<region>:<account-number>:function:<function-name>Specifies the credentials to be used.Specifies the credentials to be used.Specifies the credentials to be used.Specifies the credentials profile to be used from the AWS credentials file.com.google.protobuf.ByteStringSpecifies the credentials profile to be used from the AWS credentials file.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorIndicates that before signing headers, the host header will be swapped with this value.com.google.protobuf.ByteStringIndicates that before signing headers, the host header will be swapped with this value.Determines the way to invoke the Lambda function.intDetermines the way to invoke the Lambda function.booleanWhether to transform the request (headers and body) to a JSON payload or pass it as is.booleanSpecifies the credentials to be used.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeCredentials(Credentials value) Specifies the credentials to be used.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) final Config.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) The ARN of the AWS Lambda to invoke when the filter is engaged Must be in the following format: arn:<partition>:lambda:<region>:<account-number>:function:<function-name>setArnBytes(com.google.protobuf.ByteString value) The ARN of the AWS Lambda to invoke when the filter is engaged Must be in the following format: arn:<partition>:lambda:<region>:<account-number>:function:<function-name>setCredentials(Credentials value) Specifies the credentials to be used.setCredentials(Credentials.Builder builderForValue) Specifies the credentials to be used.setCredentialsProfile(String value) Specifies the credentials profile to be used from the AWS credentials file.setCredentialsProfileBytes(com.google.protobuf.ByteString value) Specifies the credentials profile to be used from the AWS credentials file.setHostRewrite(String value) Indicates that before signing headers, the host header will be swapped with this value.setHostRewriteBytes(com.google.protobuf.ByteString value) Indicates that before signing headers, the host header will be swapped with this value.Determines the way to invoke the Lambda function.setInvocationModeValue(int value) Determines the way to invoke the Lambda function.setPayloadPassthrough(boolean value) Whether to transform the request (headers and body) to a JSON payload or pass it as is.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Config.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
-
setField
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
-
clearField
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
-
clearOneof
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
-
setRepeatedField
public Config.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
-
addRepeatedField
public Config.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Config.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
-
mergeFrom
public Config.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Config.Builder>- Throws:
IOException
-
getArn
The ARN of the AWS Lambda to invoke when the filter is engaged Must be in the following format: arn:<partition>:lambda:<region>:<account-number>:function:<function-name>
string arn = 1 [(.validate.rules) = { ... }- Specified by:
getArnin interfaceConfigOrBuilder- Returns:
- The arn.
-
getArnBytes
public com.google.protobuf.ByteString getArnBytes()The ARN of the AWS Lambda to invoke when the filter is engaged Must be in the following format: arn:<partition>:lambda:<region>:<account-number>:function:<function-name>
string arn = 1 [(.validate.rules) = { ... }- Specified by:
getArnBytesin interfaceConfigOrBuilder- Returns:
- The bytes for arn.
-
setArn
The ARN of the AWS Lambda to invoke when the filter is engaged Must be in the following format: arn:<partition>:lambda:<region>:<account-number>:function:<function-name>
string arn = 1 [(.validate.rules) = { ... }- Parameters:
value- The arn to set.- Returns:
- This builder for chaining.
-
clearArn
The ARN of the AWS Lambda to invoke when the filter is engaged Must be in the following format: arn:<partition>:lambda:<region>:<account-number>:function:<function-name>
string arn = 1 [(.validate.rules) = { ... }- Returns:
- This builder for chaining.
-
setArnBytes
The ARN of the AWS Lambda to invoke when the filter is engaged Must be in the following format: arn:<partition>:lambda:<region>:<account-number>:function:<function-name>
string arn = 1 [(.validate.rules) = { ... }- Parameters:
value- The bytes for arn to set.- Returns:
- This builder for chaining.
-
getPayloadPassthrough
public boolean getPayloadPassthrough()Whether to transform the request (headers and body) to a JSON payload or pass it as is.
bool payload_passthrough = 2;- Specified by:
getPayloadPassthroughin interfaceConfigOrBuilder- Returns:
- The payloadPassthrough.
-
setPayloadPassthrough
Whether to transform the request (headers and body) to a JSON payload or pass it as is.
bool payload_passthrough = 2;- Parameters:
value- The payloadPassthrough to set.- Returns:
- This builder for chaining.
-
clearPayloadPassthrough
Whether to transform the request (headers and body) to a JSON payload or pass it as is.
bool payload_passthrough = 2;- Returns:
- This builder for chaining.
-
getInvocationModeValue
public int getInvocationModeValue()Determines the way to invoke the Lambda function.
.envoy.extensions.filters.http.aws_lambda.v3.Config.InvocationMode invocation_mode = 3 [(.validate.rules) = { ... }- Specified by:
getInvocationModeValuein interfaceConfigOrBuilder- Returns:
- The enum numeric value on the wire for invocationMode.
-
setInvocationModeValue
Determines the way to invoke the Lambda function.
.envoy.extensions.filters.http.aws_lambda.v3.Config.InvocationMode invocation_mode = 3 [(.validate.rules) = { ... }- Parameters:
value- The enum numeric value on the wire for invocationMode to set.- Returns:
- This builder for chaining.
-
getInvocationMode
Determines the way to invoke the Lambda function.
.envoy.extensions.filters.http.aws_lambda.v3.Config.InvocationMode invocation_mode = 3 [(.validate.rules) = { ... }- Specified by:
getInvocationModein interfaceConfigOrBuilder- Returns:
- The invocationMode.
-
setInvocationMode
Determines the way to invoke the Lambda function.
.envoy.extensions.filters.http.aws_lambda.v3.Config.InvocationMode invocation_mode = 3 [(.validate.rules) = { ... }- Parameters:
value- The invocationMode to set.- Returns:
- This builder for chaining.
-
clearInvocationMode
Determines the way to invoke the Lambda function.
.envoy.extensions.filters.http.aws_lambda.v3.Config.InvocationMode invocation_mode = 3 [(.validate.rules) = { ... }- Returns:
- This builder for chaining.
-
getHostRewrite
Indicates that before signing headers, the host header will be swapped with this value. If not set or empty, the original host header value will be used and no rewrite will happen. .. note:: This rewrite affects both signing and host header forwarding. However, this option shouldn't be used with :ref:`HCM host rewrite <envoy_v3_api_field_config.route.v3.RouteAction.host_rewrite_literal>` given that the value set here would be used for signing whereas the value set in the HCM would be used for host header forwarding which is not the desired outcome. Changing the value of the host header can result in a different route to be selected if an HTTP filter after AWS lambda re-evaluates the route (clears route cache).string host_rewrite = 4;- Specified by:
getHostRewritein interfaceConfigOrBuilder- Returns:
- The hostRewrite.
-
getHostRewriteBytes
public com.google.protobuf.ByteString getHostRewriteBytes()Indicates that before signing headers, the host header will be swapped with this value. If not set or empty, the original host header value will be used and no rewrite will happen. .. note:: This rewrite affects both signing and host header forwarding. However, this option shouldn't be used with :ref:`HCM host rewrite <envoy_v3_api_field_config.route.v3.RouteAction.host_rewrite_literal>` given that the value set here would be used for signing whereas the value set in the HCM would be used for host header forwarding which is not the desired outcome. Changing the value of the host header can result in a different route to be selected if an HTTP filter after AWS lambda re-evaluates the route (clears route cache).string host_rewrite = 4;- Specified by:
getHostRewriteBytesin interfaceConfigOrBuilder- Returns:
- The bytes for hostRewrite.
-
setHostRewrite
Indicates that before signing headers, the host header will be swapped with this value. If not set or empty, the original host header value will be used and no rewrite will happen. .. note:: This rewrite affects both signing and host header forwarding. However, this option shouldn't be used with :ref:`HCM host rewrite <envoy_v3_api_field_config.route.v3.RouteAction.host_rewrite_literal>` given that the value set here would be used for signing whereas the value set in the HCM would be used for host header forwarding which is not the desired outcome. Changing the value of the host header can result in a different route to be selected if an HTTP filter after AWS lambda re-evaluates the route (clears route cache).string host_rewrite = 4;- Parameters:
value- The hostRewrite to set.- Returns:
- This builder for chaining.
-
clearHostRewrite
Indicates that before signing headers, the host header will be swapped with this value. If not set or empty, the original host header value will be used and no rewrite will happen. .. note:: This rewrite affects both signing and host header forwarding. However, this option shouldn't be used with :ref:`HCM host rewrite <envoy_v3_api_field_config.route.v3.RouteAction.host_rewrite_literal>` given that the value set here would be used for signing whereas the value set in the HCM would be used for host header forwarding which is not the desired outcome. Changing the value of the host header can result in a different route to be selected if an HTTP filter after AWS lambda re-evaluates the route (clears route cache).string host_rewrite = 4;- Returns:
- This builder for chaining.
-
setHostRewriteBytes
Indicates that before signing headers, the host header will be swapped with this value. If not set or empty, the original host header value will be used and no rewrite will happen. .. note:: This rewrite affects both signing and host header forwarding. However, this option shouldn't be used with :ref:`HCM host rewrite <envoy_v3_api_field_config.route.v3.RouteAction.host_rewrite_literal>` given that the value set here would be used for signing whereas the value set in the HCM would be used for host header forwarding which is not the desired outcome. Changing the value of the host header can result in a different route to be selected if an HTTP filter after AWS lambda re-evaluates the route (clears route cache).string host_rewrite = 4;- Parameters:
value- The bytes for hostRewrite to set.- Returns:
- This builder for chaining.
-
getCredentialsProfile
Specifies the credentials profile to be used from the AWS credentials file. This parameter is optional. If set, it will override the value set in the AWS_PROFILE env variable and the provider chain is limited to the AWS credentials file Provider. If credentials configuration is provided, this configuration will be ignored. If this field is provided, then the default providers chain specified in the documentation will be ignored. (See :ref:`default credentials providers <config_http_filters_aws_lambda_credentials>`).
string credentials_profile = 5;- Specified by:
getCredentialsProfilein interfaceConfigOrBuilder- Returns:
- The credentialsProfile.
-
getCredentialsProfileBytes
public com.google.protobuf.ByteString getCredentialsProfileBytes()Specifies the credentials profile to be used from the AWS credentials file. This parameter is optional. If set, it will override the value set in the AWS_PROFILE env variable and the provider chain is limited to the AWS credentials file Provider. If credentials configuration is provided, this configuration will be ignored. If this field is provided, then the default providers chain specified in the documentation will be ignored. (See :ref:`default credentials providers <config_http_filters_aws_lambda_credentials>`).
string credentials_profile = 5;- Specified by:
getCredentialsProfileBytesin interfaceConfigOrBuilder- Returns:
- The bytes for credentialsProfile.
-
setCredentialsProfile
Specifies the credentials profile to be used from the AWS credentials file. This parameter is optional. If set, it will override the value set in the AWS_PROFILE env variable and the provider chain is limited to the AWS credentials file Provider. If credentials configuration is provided, this configuration will be ignored. If this field is provided, then the default providers chain specified in the documentation will be ignored. (See :ref:`default credentials providers <config_http_filters_aws_lambda_credentials>`).
string credentials_profile = 5;- Parameters:
value- The credentialsProfile to set.- Returns:
- This builder for chaining.
-
clearCredentialsProfile
Specifies the credentials profile to be used from the AWS credentials file. This parameter is optional. If set, it will override the value set in the AWS_PROFILE env variable and the provider chain is limited to the AWS credentials file Provider. If credentials configuration is provided, this configuration will be ignored. If this field is provided, then the default providers chain specified in the documentation will be ignored. (See :ref:`default credentials providers <config_http_filters_aws_lambda_credentials>`).
string credentials_profile = 5;- Returns:
- This builder for chaining.
-
setCredentialsProfileBytes
Specifies the credentials profile to be used from the AWS credentials file. This parameter is optional. If set, it will override the value set in the AWS_PROFILE env variable and the provider chain is limited to the AWS credentials file Provider. If credentials configuration is provided, this configuration will be ignored. If this field is provided, then the default providers chain specified in the documentation will be ignored. (See :ref:`default credentials providers <config_http_filters_aws_lambda_credentials>`).
string credentials_profile = 5;- Parameters:
value- The bytes for credentialsProfile to set.- Returns:
- This builder for chaining.
-
hasCredentials
public boolean hasCredentials()Specifies the credentials to be used. This parameter is optional and if it is set, it will override other providers and will take precedence over credentials_profile. The provider chain is limited to the configuration credentials provider. If this field is provided, then the default providers chain specified in the documentation will be ignored. (See :ref:`default credentials providers <config_http_filters_aws_lambda_credentials>`). .. warning:: Distributing the AWS credentials via this configuration should not be done in production.
.envoy.extensions.filters.http.aws_lambda.v3.Credentials credentials = 6;- Specified by:
hasCredentialsin interfaceConfigOrBuilder- Returns:
- Whether the credentials field is set.
-
getCredentials
Specifies the credentials to be used. This parameter is optional and if it is set, it will override other providers and will take precedence over credentials_profile. The provider chain is limited to the configuration credentials provider. If this field is provided, then the default providers chain specified in the documentation will be ignored. (See :ref:`default credentials providers <config_http_filters_aws_lambda_credentials>`). .. warning:: Distributing the AWS credentials via this configuration should not be done in production.
.envoy.extensions.filters.http.aws_lambda.v3.Credentials credentials = 6;- Specified by:
getCredentialsin interfaceConfigOrBuilder- Returns:
- The credentials.
-
setCredentials
Specifies the credentials to be used. This parameter is optional and if it is set, it will override other providers and will take precedence over credentials_profile. The provider chain is limited to the configuration credentials provider. If this field is provided, then the default providers chain specified in the documentation will be ignored. (See :ref:`default credentials providers <config_http_filters_aws_lambda_credentials>`). .. warning:: Distributing the AWS credentials via this configuration should not be done in production.
.envoy.extensions.filters.http.aws_lambda.v3.Credentials credentials = 6; -
setCredentials
Specifies the credentials to be used. This parameter is optional and if it is set, it will override other providers and will take precedence over credentials_profile. The provider chain is limited to the configuration credentials provider. If this field is provided, then the default providers chain specified in the documentation will be ignored. (See :ref:`default credentials providers <config_http_filters_aws_lambda_credentials>`). .. warning:: Distributing the AWS credentials via this configuration should not be done in production.
.envoy.extensions.filters.http.aws_lambda.v3.Credentials credentials = 6; -
mergeCredentials
Specifies the credentials to be used. This parameter is optional and if it is set, it will override other providers and will take precedence over credentials_profile. The provider chain is limited to the configuration credentials provider. If this field is provided, then the default providers chain specified in the documentation will be ignored. (See :ref:`default credentials providers <config_http_filters_aws_lambda_credentials>`). .. warning:: Distributing the AWS credentials via this configuration should not be done in production.
.envoy.extensions.filters.http.aws_lambda.v3.Credentials credentials = 6; -
clearCredentials
Specifies the credentials to be used. This parameter is optional and if it is set, it will override other providers and will take precedence over credentials_profile. The provider chain is limited to the configuration credentials provider. If this field is provided, then the default providers chain specified in the documentation will be ignored. (See :ref:`default credentials providers <config_http_filters_aws_lambda_credentials>`). .. warning:: Distributing the AWS credentials via this configuration should not be done in production.
.envoy.extensions.filters.http.aws_lambda.v3.Credentials credentials = 6; -
getCredentialsBuilder
Specifies the credentials to be used. This parameter is optional and if it is set, it will override other providers and will take precedence over credentials_profile. The provider chain is limited to the configuration credentials provider. If this field is provided, then the default providers chain specified in the documentation will be ignored. (See :ref:`default credentials providers <config_http_filters_aws_lambda_credentials>`). .. warning:: Distributing the AWS credentials via this configuration should not be done in production.
.envoy.extensions.filters.http.aws_lambda.v3.Credentials credentials = 6; -
getCredentialsOrBuilder
Specifies the credentials to be used. This parameter is optional and if it is set, it will override other providers and will take precedence over credentials_profile. The provider chain is limited to the configuration credentials provider. If this field is provided, then the default providers chain specified in the documentation will be ignored. (See :ref:`default credentials providers <config_http_filters_aws_lambda_credentials>`). .. warning:: Distributing the AWS credentials via this configuration should not be done in production.
.envoy.extensions.filters.http.aws_lambda.v3.Credentials credentials = 6;- Specified by:
getCredentialsOrBuilderin interfaceConfigOrBuilder
-
setUnknownFields
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
-
mergeUnknownFields
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
-