public static final class Openapiv2.Response.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder> implements Openapiv2.ResponseOrBuilder
`Response` is a representation of OpenAPI v2 specification's Response object. See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#responseObjectProtobuf type
grpc.gateway.protoc_gen_openapiv2.options.Response| Modifier and Type | Method and Description |
|---|---|
Openapiv2.Response.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Openapiv2.Response |
build() |
Openapiv2.Response |
buildPartial() |
Openapiv2.Response.Builder |
clear() |
Openapiv2.Response.Builder |
clearDescription()
`Description` is a short description of the response.
|
Openapiv2.Response.Builder |
clearExamples() |
Openapiv2.Response.Builder |
clearExtensions() |
Openapiv2.Response.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Openapiv2.Response.Builder |
clearHeaders() |
Openapiv2.Response.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Openapiv2.Response.Builder |
clearSchema()
`Schema` optionally defines the structure of the response.
|
Openapiv2.Response.Builder |
clone() |
boolean |
containsExamples(java.lang.String key)
`Examples` gives per-mimetype response examples.
|
boolean |
containsExtensions(java.lang.String key)
map<string, .google.protobuf.Value> extensions = 5; |
boolean |
containsHeaders(java.lang.String key)
`Headers` A list of headers that are sent with the response.
|
Openapiv2.Response |
getDefaultInstanceForType() |
java.lang.String |
getDescription()
`Description` is a short description of the response.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
`Description` is a short description of the response.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.util.Map<java.lang.String,java.lang.String> |
getExamples()
Deprecated.
|
int |
getExamplesCount()
`Examples` gives per-mimetype response examples.
|
java.util.Map<java.lang.String,java.lang.String> |
getExamplesMap()
`Examples` gives per-mimetype response examples.
|
java.lang.String |
getExamplesOrDefault(java.lang.String key,
java.lang.String defaultValue)
`Examples` gives per-mimetype response examples.
|
java.lang.String |
getExamplesOrThrow(java.lang.String key)
`Examples` gives per-mimetype response examples.
|
java.util.Map<java.lang.String,com.google.protobuf.Value> |
getExtensions()
Deprecated.
|
int |
getExtensionsCount()
map<string, .google.protobuf.Value> extensions = 5; |
java.util.Map<java.lang.String,com.google.protobuf.Value> |
getExtensionsMap()
map<string, .google.protobuf.Value> extensions = 5; |
com.google.protobuf.Value |
getExtensionsOrDefault(java.lang.String key,
com.google.protobuf.Value defaultValue)
map<string, .google.protobuf.Value> extensions = 5; |
com.google.protobuf.Value |
getExtensionsOrThrow(java.lang.String key)
map<string, .google.protobuf.Value> extensions = 5; |
java.util.Map<java.lang.String,Openapiv2.Header> |
getHeaders()
Deprecated.
|
int |
getHeadersCount()
`Headers` A list of headers that are sent with the response.
|
java.util.Map<java.lang.String,Openapiv2.Header> |
getHeadersMap()
`Headers` A list of headers that are sent with the response.
|
Openapiv2.Header |
getHeadersOrDefault(java.lang.String key,
Openapiv2.Header defaultValue)
`Headers` A list of headers that are sent with the response.
|
Openapiv2.Header |
getHeadersOrThrow(java.lang.String key)
`Headers` A list of headers that are sent with the response.
|
java.util.Map<java.lang.String,java.lang.String> |
getMutableExamples()
Deprecated.
|
java.util.Map<java.lang.String,com.google.protobuf.Value> |
getMutableExtensions()
Deprecated.
|
java.util.Map<java.lang.String,Openapiv2.Header> |
getMutableHeaders()
Deprecated.
|
Openapiv2.Schema |
getSchema()
`Schema` optionally defines the structure of the response.
|
Openapiv2.Schema.Builder |
getSchemaBuilder()
`Schema` optionally defines the structure of the response.
|
Openapiv2.SchemaOrBuilder |
getSchemaOrBuilder()
`Schema` optionally defines the structure of the response.
|
boolean |
hasSchema()
`Schema` optionally defines the structure of the response.
|
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() |
Openapiv2.Response.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Openapiv2.Response.Builder |
mergeFrom(com.google.protobuf.Message other) |
Openapiv2.Response.Builder |
mergeFrom(Openapiv2.Response other) |
Openapiv2.Response.Builder |
mergeSchema(Openapiv2.Schema value)
`Schema` optionally defines the structure of the response.
|
Openapiv2.Response.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Openapiv2.Response.Builder |
putAllExamples(java.util.Map<java.lang.String,java.lang.String> values)
`Examples` gives per-mimetype response examples.
|
Openapiv2.Response.Builder |
putAllExtensions(java.util.Map<java.lang.String,com.google.protobuf.Value> values)
map<string, .google.protobuf.Value> extensions = 5; |
Openapiv2.Response.Builder |
putAllHeaders(java.util.Map<java.lang.String,Openapiv2.Header> values)
`Headers` A list of headers that are sent with the response.
|
Openapiv2.Response.Builder |
putExamples(java.lang.String key,
java.lang.String value)
`Examples` gives per-mimetype response examples.
|
Openapiv2.Response.Builder |
putExtensions(java.lang.String key,
com.google.protobuf.Value value)
map<string, .google.protobuf.Value> extensions = 5; |
Openapiv2.Response.Builder |
putHeaders(java.lang.String key,
Openapiv2.Header value)
`Headers` A list of headers that are sent with the response.
|
Openapiv2.Response.Builder |
removeExamples(java.lang.String key)
`Examples` gives per-mimetype response examples.
|
Openapiv2.Response.Builder |
removeExtensions(java.lang.String key)
map<string, .google.protobuf.Value> extensions = 5; |
Openapiv2.Response.Builder |
removeHeaders(java.lang.String key)
`Headers` A list of headers that are sent with the response.
|
Openapiv2.Response.Builder |
setDescription(java.lang.String value)
`Description` is a short description of the response.
|
Openapiv2.Response.Builder |
setDescriptionBytes(com.google.protobuf.ByteString value)
`Description` is a short description of the response.
|
Openapiv2.Response.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Openapiv2.Response.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Openapiv2.Response.Builder |
setSchema(Openapiv2.Schema.Builder builderForValue)
`Schema` optionally defines the structure of the response.
|
Openapiv2.Response.Builder |
setSchema(Openapiv2.Schema value)
`Schema` optionally defines the structure of the response.
|
Openapiv2.Response.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, 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<Openapiv2.Response.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>public Openapiv2.Response.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.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<Openapiv2.Response.Builder>public Openapiv2.Response getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Openapiv2.Response build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Openapiv2.Response buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Openapiv2.Response.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>public Openapiv2.Response.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>public Openapiv2.Response.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>public Openapiv2.Response.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>public Openapiv2.Response.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>public Openapiv2.Response.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>public Openapiv2.Response.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Openapiv2.Response.Builder>public Openapiv2.Response.Builder mergeFrom(Openapiv2.Response other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>public Openapiv2.Response.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Openapiv2.Response.Builder>java.io.IOExceptionpublic java.lang.String getDescription()
`Description` is a short description of the response. GFM syntax can be used for rich text representation.
string description = 1;getDescription in interface Openapiv2.ResponseOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
`Description` is a short description of the response. GFM syntax can be used for rich text representation.
string description = 1;getDescriptionBytes in interface Openapiv2.ResponseOrBuilderpublic Openapiv2.Response.Builder setDescription(java.lang.String value)
`Description` is a short description of the response. GFM syntax can be used for rich text representation.
string description = 1;value - The description to set.public Openapiv2.Response.Builder clearDescription()
`Description` is a short description of the response. GFM syntax can be used for rich text representation.
string description = 1;public Openapiv2.Response.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
`Description` is a short description of the response. GFM syntax can be used for rich text representation.
string description = 1;value - The bytes for description to set.public boolean hasSchema()
`Schema` optionally defines the structure of the response. If `Schema` is not provided, it means there is no content to the response.
.grpc.gateway.protoc_gen_openapiv2.options.Schema schema = 2;hasSchema in interface Openapiv2.ResponseOrBuilderpublic Openapiv2.Schema getSchema()
`Schema` optionally defines the structure of the response. If `Schema` is not provided, it means there is no content to the response.
.grpc.gateway.protoc_gen_openapiv2.options.Schema schema = 2;getSchema in interface Openapiv2.ResponseOrBuilderpublic Openapiv2.Response.Builder setSchema(Openapiv2.Schema value)
`Schema` optionally defines the structure of the response. If `Schema` is not provided, it means there is no content to the response.
.grpc.gateway.protoc_gen_openapiv2.options.Schema schema = 2;public Openapiv2.Response.Builder setSchema(Openapiv2.Schema.Builder builderForValue)
`Schema` optionally defines the structure of the response. If `Schema` is not provided, it means there is no content to the response.
.grpc.gateway.protoc_gen_openapiv2.options.Schema schema = 2;public Openapiv2.Response.Builder mergeSchema(Openapiv2.Schema value)
`Schema` optionally defines the structure of the response. If `Schema` is not provided, it means there is no content to the response.
.grpc.gateway.protoc_gen_openapiv2.options.Schema schema = 2;public Openapiv2.Response.Builder clearSchema()
`Schema` optionally defines the structure of the response. If `Schema` is not provided, it means there is no content to the response.
.grpc.gateway.protoc_gen_openapiv2.options.Schema schema = 2;public Openapiv2.Schema.Builder getSchemaBuilder()
`Schema` optionally defines the structure of the response. If `Schema` is not provided, it means there is no content to the response.
.grpc.gateway.protoc_gen_openapiv2.options.Schema schema = 2;public Openapiv2.SchemaOrBuilder getSchemaOrBuilder()
`Schema` optionally defines the structure of the response. If `Schema` is not provided, it means there is no content to the response.
.grpc.gateway.protoc_gen_openapiv2.options.Schema schema = 2;getSchemaOrBuilder in interface Openapiv2.ResponseOrBuilderpublic int getHeadersCount()
Openapiv2.ResponseOrBuilder`Headers` A list of headers that are sent with the response. `Header` name is expected to be a string in the canonical format of the MIME header key See: https://golang.org/pkg/net/textproto/#CanonicalMIMEHeaderKey
map<string, .grpc.gateway.protoc_gen_openapiv2.options.Header> headers = 3;getHeadersCount in interface Openapiv2.ResponseOrBuilderpublic boolean containsHeaders(java.lang.String key)
`Headers` A list of headers that are sent with the response. `Header` name is expected to be a string in the canonical format of the MIME header key See: https://golang.org/pkg/net/textproto/#CanonicalMIMEHeaderKey
map<string, .grpc.gateway.protoc_gen_openapiv2.options.Header> headers = 3;containsHeaders in interface Openapiv2.ResponseOrBuilder@Deprecated public java.util.Map<java.lang.String,Openapiv2.Header> getHeaders()
getHeadersMap() instead.getHeaders in interface Openapiv2.ResponseOrBuilderpublic java.util.Map<java.lang.String,Openapiv2.Header> getHeadersMap()
`Headers` A list of headers that are sent with the response. `Header` name is expected to be a string in the canonical format of the MIME header key See: https://golang.org/pkg/net/textproto/#CanonicalMIMEHeaderKey
map<string, .grpc.gateway.protoc_gen_openapiv2.options.Header> headers = 3;getHeadersMap in interface Openapiv2.ResponseOrBuilderpublic Openapiv2.Header getHeadersOrDefault(java.lang.String key, Openapiv2.Header defaultValue)
`Headers` A list of headers that are sent with the response. `Header` name is expected to be a string in the canonical format of the MIME header key See: https://golang.org/pkg/net/textproto/#CanonicalMIMEHeaderKey
map<string, .grpc.gateway.protoc_gen_openapiv2.options.Header> headers = 3;getHeadersOrDefault in interface Openapiv2.ResponseOrBuilderpublic Openapiv2.Header getHeadersOrThrow(java.lang.String key)
`Headers` A list of headers that are sent with the response. `Header` name is expected to be a string in the canonical format of the MIME header key See: https://golang.org/pkg/net/textproto/#CanonicalMIMEHeaderKey
map<string, .grpc.gateway.protoc_gen_openapiv2.options.Header> headers = 3;getHeadersOrThrow in interface Openapiv2.ResponseOrBuilderpublic Openapiv2.Response.Builder clearHeaders()
public Openapiv2.Response.Builder removeHeaders(java.lang.String key)
`Headers` A list of headers that are sent with the response. `Header` name is expected to be a string in the canonical format of the MIME header key See: https://golang.org/pkg/net/textproto/#CanonicalMIMEHeaderKey
map<string, .grpc.gateway.protoc_gen_openapiv2.options.Header> headers = 3;@Deprecated public java.util.Map<java.lang.String,Openapiv2.Header> getMutableHeaders()
public Openapiv2.Response.Builder putHeaders(java.lang.String key, Openapiv2.Header value)
`Headers` A list of headers that are sent with the response. `Header` name is expected to be a string in the canonical format of the MIME header key See: https://golang.org/pkg/net/textproto/#CanonicalMIMEHeaderKey
map<string, .grpc.gateway.protoc_gen_openapiv2.options.Header> headers = 3;public Openapiv2.Response.Builder putAllHeaders(java.util.Map<java.lang.String,Openapiv2.Header> values)
`Headers` A list of headers that are sent with the response. `Header` name is expected to be a string in the canonical format of the MIME header key See: https://golang.org/pkg/net/textproto/#CanonicalMIMEHeaderKey
map<string, .grpc.gateway.protoc_gen_openapiv2.options.Header> headers = 3;public int getExamplesCount()
Openapiv2.ResponseOrBuilder`Examples` gives per-mimetype response examples. See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#example-object
map<string, string> examples = 4;getExamplesCount in interface Openapiv2.ResponseOrBuilderpublic boolean containsExamples(java.lang.String key)
`Examples` gives per-mimetype response examples. See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#example-object
map<string, string> examples = 4;containsExamples in interface Openapiv2.ResponseOrBuilder@Deprecated public java.util.Map<java.lang.String,java.lang.String> getExamples()
getExamplesMap() instead.getExamples in interface Openapiv2.ResponseOrBuilderpublic java.util.Map<java.lang.String,java.lang.String> getExamplesMap()
`Examples` gives per-mimetype response examples. See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#example-object
map<string, string> examples = 4;getExamplesMap in interface Openapiv2.ResponseOrBuilderpublic java.lang.String getExamplesOrDefault(java.lang.String key,
java.lang.String defaultValue)
`Examples` gives per-mimetype response examples. See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#example-object
map<string, string> examples = 4;getExamplesOrDefault in interface Openapiv2.ResponseOrBuilderpublic java.lang.String getExamplesOrThrow(java.lang.String key)
`Examples` gives per-mimetype response examples. See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#example-object
map<string, string> examples = 4;getExamplesOrThrow in interface Openapiv2.ResponseOrBuilderpublic Openapiv2.Response.Builder clearExamples()
public Openapiv2.Response.Builder removeExamples(java.lang.String key)
`Examples` gives per-mimetype response examples. See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#example-object
map<string, string> examples = 4;@Deprecated public java.util.Map<java.lang.String,java.lang.String> getMutableExamples()
public Openapiv2.Response.Builder putExamples(java.lang.String key, java.lang.String value)
`Examples` gives per-mimetype response examples. See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#example-object
map<string, string> examples = 4;public Openapiv2.Response.Builder putAllExamples(java.util.Map<java.lang.String,java.lang.String> values)
`Examples` gives per-mimetype response examples. See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#example-object
map<string, string> examples = 4;public int getExtensionsCount()
Openapiv2.ResponseOrBuildermap<string, .google.protobuf.Value> extensions = 5;getExtensionsCount in interface Openapiv2.ResponseOrBuilderpublic boolean containsExtensions(java.lang.String key)
map<string, .google.protobuf.Value> extensions = 5;containsExtensions in interface Openapiv2.ResponseOrBuilder@Deprecated public java.util.Map<java.lang.String,com.google.protobuf.Value> getExtensions()
getExtensionsMap() instead.getExtensions in interface Openapiv2.ResponseOrBuilderpublic java.util.Map<java.lang.String,com.google.protobuf.Value> getExtensionsMap()
map<string, .google.protobuf.Value> extensions = 5;getExtensionsMap in interface Openapiv2.ResponseOrBuilderpublic com.google.protobuf.Value getExtensionsOrDefault(java.lang.String key,
com.google.protobuf.Value defaultValue)
map<string, .google.protobuf.Value> extensions = 5;getExtensionsOrDefault in interface Openapiv2.ResponseOrBuilderpublic com.google.protobuf.Value getExtensionsOrThrow(java.lang.String key)
map<string, .google.protobuf.Value> extensions = 5;getExtensionsOrThrow in interface Openapiv2.ResponseOrBuilderpublic Openapiv2.Response.Builder clearExtensions()
public Openapiv2.Response.Builder removeExtensions(java.lang.String key)
map<string, .google.protobuf.Value> extensions = 5;@Deprecated public java.util.Map<java.lang.String,com.google.protobuf.Value> getMutableExtensions()
public Openapiv2.Response.Builder putExtensions(java.lang.String key, com.google.protobuf.Value value)
map<string, .google.protobuf.Value> extensions = 5;public Openapiv2.Response.Builder putAllExtensions(java.util.Map<java.lang.String,com.google.protobuf.Value> values)
map<string, .google.protobuf.Value> extensions = 5;public final Openapiv2.Response.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>public final Openapiv2.Response.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>