Class AuthorizationRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<AuthorizationRequest.Builder>
io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3.AuthorizationRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,AuthorizationRequestOrBuilder,Cloneable
- Enclosing class:
- AuthorizationRequest
public static final class AuthorizationRequest.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<AuthorizationRequest.Builder>
implements AuthorizationRequestOrBuilder
Protobuf type
envoy.extensions.filters.http.ext_authz.v3.AuthorizationRequest-
Method Summary
Modifier and TypeMethodDescriptionaddAllHeadersToAdd(Iterable<? extends HeaderValue> values) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.addHeadersToAdd(int index, HeaderValue value) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.addHeadersToAdd(int index, HeaderValue.Builder builderForValue) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.addHeadersToAdd(HeaderValue value) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.addHeadersToAdd(HeaderValue.Builder builderForValue) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.addHeadersToAddBuilder(int index) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()Deprecated.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) clone()Deprecated.envoy.extensions.filters.http.ext_authz.v3.AuthorizationRequest.allowed_headers is deprecated.Deprecated.Deprecated.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorgetHeadersToAdd(int index) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.getHeadersToAddBuilder(int index) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.intSets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.getHeadersToAddOrBuilder(int index) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.List<? extends HeaderValueOrBuilder>Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.booleanDeprecated.envoy.extensions.filters.http.ext_authz.v3.AuthorizationRequest.allowed_headers is deprecated.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanDeprecated.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeFrom(AuthorizationRequest other) mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) removeHeadersToAdd(int index) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.Deprecated.setAllowedHeaders(ListStringMatcher.Builder builderForValue) Deprecated.setHeadersToAdd(int index, HeaderValue value) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.setHeadersToAdd(int index, HeaderValue.Builder builderForValue) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setUnknownFields(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<AuthorizationRequest.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<AuthorizationRequest.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<AuthorizationRequest.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<AuthorizationRequest.Builder>
-
setField
public AuthorizationRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AuthorizationRequest.Builder>
-
clearField
public AuthorizationRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AuthorizationRequest.Builder>
-
clearOneof
public AuthorizationRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<AuthorizationRequest.Builder>
-
setRepeatedField
public AuthorizationRequest.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<AuthorizationRequest.Builder>
-
addRepeatedField
public AuthorizationRequest.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<AuthorizationRequest.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AuthorizationRequest.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<AuthorizationRequest.Builder>
-
mergeFrom
public AuthorizationRequest.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<AuthorizationRequest.Builder>- Throws:
IOException
-
hasAllowedHeaders
Deprecated.envoy.extensions.filters.http.ext_authz.v3.AuthorizationRequest.allowed_headers is deprecated. See envoy/extensions/filters/http/ext_authz/v3/ext_authz.proto;l=477Authorization request includes the client request headers that have a corresponding match in the list. This field has been deprecated in favor of :ref:`allowed_headers <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.allowed_headers>`. .. note:: In addition to the user's supplied matchers, ``Host``, ``Method``, ``Path``, ``Content-Length``, and ``Authorization`` are **automatically included** in the list. .. note:: By default, the ``Content-Length`` header is set to ``0`` and the request to the authorization service has no message body. However, the authorization request *may* include the buffered client request body (controlled by :ref:`with_request_body <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.with_request_body>` setting); hence the value of its ``Content-Length`` reflects the size of its payload.
.envoy.type.matcher.v3.ListStringMatcher allowed_headers = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];- Specified by:
hasAllowedHeadersin interfaceAuthorizationRequestOrBuilder- Returns:
- Whether the allowedHeaders field is set.
-
getAllowedHeaders
Deprecated.envoy.extensions.filters.http.ext_authz.v3.AuthorizationRequest.allowed_headers is deprecated. See envoy/extensions/filters/http/ext_authz/v3/ext_authz.proto;l=477Authorization request includes the client request headers that have a corresponding match in the list. This field has been deprecated in favor of :ref:`allowed_headers <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.allowed_headers>`. .. note:: In addition to the user's supplied matchers, ``Host``, ``Method``, ``Path``, ``Content-Length``, and ``Authorization`` are **automatically included** in the list. .. note:: By default, the ``Content-Length`` header is set to ``0`` and the request to the authorization service has no message body. However, the authorization request *may* include the buffered client request body (controlled by :ref:`with_request_body <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.with_request_body>` setting); hence the value of its ``Content-Length`` reflects the size of its payload.
.envoy.type.matcher.v3.ListStringMatcher allowed_headers = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];- Specified by:
getAllowedHeadersin interfaceAuthorizationRequestOrBuilder- Returns:
- The allowedHeaders.
-
setAllowedHeaders
Deprecated.Authorization request includes the client request headers that have a corresponding match in the list. This field has been deprecated in favor of :ref:`allowed_headers <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.allowed_headers>`. .. note:: In addition to the user's supplied matchers, ``Host``, ``Method``, ``Path``, ``Content-Length``, and ``Authorization`` are **automatically included** in the list. .. note:: By default, the ``Content-Length`` header is set to ``0`` and the request to the authorization service has no message body. However, the authorization request *may* include the buffered client request body (controlled by :ref:`with_request_body <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.with_request_body>` setting); hence the value of its ``Content-Length`` reflects the size of its payload.
.envoy.type.matcher.v3.ListStringMatcher allowed_headers = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"]; -
setAllowedHeaders
@Deprecated public AuthorizationRequest.Builder setAllowedHeaders(ListStringMatcher.Builder builderForValue) Deprecated.Authorization request includes the client request headers that have a corresponding match in the list. This field has been deprecated in favor of :ref:`allowed_headers <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.allowed_headers>`. .. note:: In addition to the user's supplied matchers, ``Host``, ``Method``, ``Path``, ``Content-Length``, and ``Authorization`` are **automatically included** in the list. .. note:: By default, the ``Content-Length`` header is set to ``0`` and the request to the authorization service has no message body. However, the authorization request *may* include the buffered client request body (controlled by :ref:`with_request_body <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.with_request_body>` setting); hence the value of its ``Content-Length`` reflects the size of its payload.
.envoy.type.matcher.v3.ListStringMatcher allowed_headers = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"]; -
mergeAllowedHeaders
Deprecated.Authorization request includes the client request headers that have a corresponding match in the list. This field has been deprecated in favor of :ref:`allowed_headers <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.allowed_headers>`. .. note:: In addition to the user's supplied matchers, ``Host``, ``Method``, ``Path``, ``Content-Length``, and ``Authorization`` are **automatically included** in the list. .. note:: By default, the ``Content-Length`` header is set to ``0`` and the request to the authorization service has no message body. However, the authorization request *may* include the buffered client request body (controlled by :ref:`with_request_body <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.with_request_body>` setting); hence the value of its ``Content-Length`` reflects the size of its payload.
.envoy.type.matcher.v3.ListStringMatcher allowed_headers = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"]; -
clearAllowedHeaders
Deprecated.Authorization request includes the client request headers that have a corresponding match in the list. This field has been deprecated in favor of :ref:`allowed_headers <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.allowed_headers>`. .. note:: In addition to the user's supplied matchers, ``Host``, ``Method``, ``Path``, ``Content-Length``, and ``Authorization`` are **automatically included** in the list. .. note:: By default, the ``Content-Length`` header is set to ``0`` and the request to the authorization service has no message body. However, the authorization request *may* include the buffered client request body (controlled by :ref:`with_request_body <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.with_request_body>` setting); hence the value of its ``Content-Length`` reflects the size of its payload.
.envoy.type.matcher.v3.ListStringMatcher allowed_headers = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"]; -
getAllowedHeadersBuilder
Deprecated.Authorization request includes the client request headers that have a corresponding match in the list. This field has been deprecated in favor of :ref:`allowed_headers <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.allowed_headers>`. .. note:: In addition to the user's supplied matchers, ``Host``, ``Method``, ``Path``, ``Content-Length``, and ``Authorization`` are **automatically included** in the list. .. note:: By default, the ``Content-Length`` header is set to ``0`` and the request to the authorization service has no message body. However, the authorization request *may* include the buffered client request body (controlled by :ref:`with_request_body <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.with_request_body>` setting); hence the value of its ``Content-Length`` reflects the size of its payload.
.envoy.type.matcher.v3.ListStringMatcher allowed_headers = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"]; -
getAllowedHeadersOrBuilder
Deprecated.Authorization request includes the client request headers that have a corresponding match in the list. This field has been deprecated in favor of :ref:`allowed_headers <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.allowed_headers>`. .. note:: In addition to the user's supplied matchers, ``Host``, ``Method``, ``Path``, ``Content-Length``, and ``Authorization`` are **automatically included** in the list. .. note:: By default, the ``Content-Length`` header is set to ``0`` and the request to the authorization service has no message body. However, the authorization request *may* include the buffered client request body (controlled by :ref:`with_request_body <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.with_request_body>` setting); hence the value of its ``Content-Length`` reflects the size of its payload.
.envoy.type.matcher.v3.ListStringMatcher allowed_headers = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];- Specified by:
getAllowedHeadersOrBuilderin interfaceAuthorizationRequestOrBuilder
-
getHeadersToAddList
Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.
repeated .envoy.config.core.v3.HeaderValue headers_to_add = 2;- Specified by:
getHeadersToAddListin interfaceAuthorizationRequestOrBuilder
-
getHeadersToAddCount
public int getHeadersToAddCount()Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.
repeated .envoy.config.core.v3.HeaderValue headers_to_add = 2;- Specified by:
getHeadersToAddCountin interfaceAuthorizationRequestOrBuilder
-
getHeadersToAdd
Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.
repeated .envoy.config.core.v3.HeaderValue headers_to_add = 2;- Specified by:
getHeadersToAddin interfaceAuthorizationRequestOrBuilder
-
setHeadersToAdd
Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.
repeated .envoy.config.core.v3.HeaderValue headers_to_add = 2; -
setHeadersToAdd
Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.
repeated .envoy.config.core.v3.HeaderValue headers_to_add = 2; -
addHeadersToAdd
Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.
repeated .envoy.config.core.v3.HeaderValue headers_to_add = 2; -
addHeadersToAdd
Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.
repeated .envoy.config.core.v3.HeaderValue headers_to_add = 2; -
addHeadersToAdd
Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.
repeated .envoy.config.core.v3.HeaderValue headers_to_add = 2; -
addHeadersToAdd
Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.
repeated .envoy.config.core.v3.HeaderValue headers_to_add = 2; -
addAllHeadersToAdd
Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.
repeated .envoy.config.core.v3.HeaderValue headers_to_add = 2; -
clearHeadersToAdd
Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.
repeated .envoy.config.core.v3.HeaderValue headers_to_add = 2; -
removeHeadersToAdd
Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.
repeated .envoy.config.core.v3.HeaderValue headers_to_add = 2; -
getHeadersToAddBuilder
Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.
repeated .envoy.config.core.v3.HeaderValue headers_to_add = 2; -
getHeadersToAddOrBuilder
Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.
repeated .envoy.config.core.v3.HeaderValue headers_to_add = 2;- Specified by:
getHeadersToAddOrBuilderin interfaceAuthorizationRequestOrBuilder
-
getHeadersToAddOrBuilderList
Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.
repeated .envoy.config.core.v3.HeaderValue headers_to_add = 2;- Specified by:
getHeadersToAddOrBuilderListin interfaceAuthorizationRequestOrBuilder
-
addHeadersToAddBuilder
Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.
repeated .envoy.config.core.v3.HeaderValue headers_to_add = 2; -
addHeadersToAddBuilder
Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.
repeated .envoy.config.core.v3.HeaderValue headers_to_add = 2; -
getHeadersToAddBuilderList
Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.
repeated .envoy.config.core.v3.HeaderValue headers_to_add = 2; -
setUnknownFields
public final AuthorizationRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AuthorizationRequest.Builder>
-
mergeUnknownFields
public final AuthorizationRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AuthorizationRequest.Builder>
-