Class Openapiv2.Header.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<Openapiv2.Header.Builder>
grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Header.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Openapiv2.HeaderOrBuilder
,Cloneable
- Enclosing class:
- Openapiv2.Header
public static final class Openapiv2.Header.Builder
extends com.google.protobuf.GeneratedMessage.Builder<Openapiv2.Header.Builder>
implements Openapiv2.HeaderOrBuilder
`Header` is a representation of OpenAPI v2 specification's Header object. See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#headerObjectProtobuf type
grpc.gateway.protoc_gen_openapiv2.options.Header
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
clear()
`Default` Declares the value of the header that the server will use if none is provided.`Description` is a short description of the header.`Format` The extending format for the previously mentioned type.'Pattern' See https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.2.3.The type of the object.`Default` Declares the value of the header that the server will use if none is provided.com.google.protobuf.ByteString
`Default` Declares the value of the header that the server will use if none is provided.`Description` is a short description of the header.com.google.protobuf.ByteString
`Description` is a short description of the header.static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
`Format` The extending format for the previously mentioned type.com.google.protobuf.ByteString
`Format` The extending format for the previously mentioned type.'Pattern' See https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.2.3.com.google.protobuf.ByteString
'Pattern' See https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.2.3.getType()
The type of the object.com.google.protobuf.ByteString
The type of the object.protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeFrom
(Openapiv2.Header other) setDefault
(String value) `Default` Declares the value of the header that the server will use if none is provided.setDefaultBytes
(com.google.protobuf.ByteString value) `Default` Declares the value of the header that the server will use if none is provided.setDescription
(String value) `Description` is a short description of the header.setDescriptionBytes
(com.google.protobuf.ByteString value) `Description` is a short description of the header.`Format` The extending format for the previously mentioned type.setFormatBytes
(com.google.protobuf.ByteString value) `Format` The extending format for the previously mentioned type.setPattern
(String value) 'Pattern' See https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.2.3.setPatternBytes
(com.google.protobuf.ByteString value) 'Pattern' See https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.2.3.The type of the object.setTypeBytes
(com.google.protobuf.ByteString value) The type of the object.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods 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.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage.Builder<Openapiv2.Header.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessage.Builder<Openapiv2.Header.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<Openapiv2.Header.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Openapiv2.Header.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.Builder<Openapiv2.Header.Builder>
-
mergeFrom
public Openapiv2.Header.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Openapiv2.Header.Builder>
- Throws:
IOException
-
getDescription
`Description` is a short description of the header.
string description = 1;
- Specified by:
getDescription
in interfaceOpenapiv2.HeaderOrBuilder
- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()`Description` is a short description of the header.
string description = 1;
- Specified by:
getDescriptionBytes
in interfaceOpenapiv2.HeaderOrBuilder
- Returns:
- The bytes for description.
-
setDescription
`Description` is a short description of the header.
string description = 1;
- Parameters:
value
- The description to set.- Returns:
- This builder for chaining.
-
clearDescription
`Description` is a short description of the header.
string description = 1;
- Returns:
- This builder for chaining.
-
setDescriptionBytes
`Description` is a short description of the header.
string description = 1;
- Parameters:
value
- The bytes for description to set.- Returns:
- This builder for chaining.
-
getType
The type of the object. The value MUST be one of "string", "number", "integer", or "boolean". The "array" type is not supported.
string type = 2;
- Specified by:
getType
in interfaceOpenapiv2.HeaderOrBuilder
- Returns:
- The type.
-
getTypeBytes
public com.google.protobuf.ByteString getTypeBytes()The type of the object. The value MUST be one of "string", "number", "integer", or "boolean". The "array" type is not supported.
string type = 2;
- Specified by:
getTypeBytes
in interfaceOpenapiv2.HeaderOrBuilder
- Returns:
- The bytes for type.
-
setType
The type of the object. The value MUST be one of "string", "number", "integer", or "boolean". The "array" type is not supported.
string type = 2;
- Parameters:
value
- The type to set.- Returns:
- This builder for chaining.
-
clearType
The type of the object. The value MUST be one of "string", "number", "integer", or "boolean". The "array" type is not supported.
string type = 2;
- Returns:
- This builder for chaining.
-
setTypeBytes
The type of the object. The value MUST be one of "string", "number", "integer", or "boolean". The "array" type is not supported.
string type = 2;
- Parameters:
value
- The bytes for type to set.- Returns:
- This builder for chaining.
-
getFormat
`Format` The extending format for the previously mentioned type.
string format = 3;
- Specified by:
getFormat
in interfaceOpenapiv2.HeaderOrBuilder
- Returns:
- The format.
-
getFormatBytes
public com.google.protobuf.ByteString getFormatBytes()`Format` The extending format for the previously mentioned type.
string format = 3;
- Specified by:
getFormatBytes
in interfaceOpenapiv2.HeaderOrBuilder
- Returns:
- The bytes for format.
-
setFormat
`Format` The extending format for the previously mentioned type.
string format = 3;
- Parameters:
value
- The format to set.- Returns:
- This builder for chaining.
-
clearFormat
`Format` The extending format for the previously mentioned type.
string format = 3;
- Returns:
- This builder for chaining.
-
setFormatBytes
`Format` The extending format for the previously mentioned type.
string format = 3;
- Parameters:
value
- The bytes for format to set.- Returns:
- This builder for chaining.
-
getDefault
`Default` Declares the value of the header that the server will use if none is provided. See: https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-6.2. Unlike JSON Schema this value MUST conform to the defined type for the header.
string default = 6;
- Specified by:
getDefault
in interfaceOpenapiv2.HeaderOrBuilder
- Returns:
- The default.
-
getDefaultBytes
public com.google.protobuf.ByteString getDefaultBytes()`Default` Declares the value of the header that the server will use if none is provided. See: https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-6.2. Unlike JSON Schema this value MUST conform to the defined type for the header.
string default = 6;
- Specified by:
getDefaultBytes
in interfaceOpenapiv2.HeaderOrBuilder
- Returns:
- The bytes for default.
-
setDefault
`Default` Declares the value of the header that the server will use if none is provided. See: https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-6.2. Unlike JSON Schema this value MUST conform to the defined type for the header.
string default = 6;
- Parameters:
value
- The default to set.- Returns:
- This builder for chaining.
-
clearDefault
`Default` Declares the value of the header that the server will use if none is provided. See: https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-6.2. Unlike JSON Schema this value MUST conform to the defined type for the header.
string default = 6;
- Returns:
- This builder for chaining.
-
setDefaultBytes
`Default` Declares the value of the header that the server will use if none is provided. See: https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-6.2. Unlike JSON Schema this value MUST conform to the defined type for the header.
string default = 6;
- Parameters:
value
- The bytes for default to set.- Returns:
- This builder for chaining.
-
getPattern
'Pattern' See https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.2.3.
string pattern = 13;
- Specified by:
getPattern
in interfaceOpenapiv2.HeaderOrBuilder
- Returns:
- The pattern.
-
getPatternBytes
public com.google.protobuf.ByteString getPatternBytes()'Pattern' See https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.2.3.
string pattern = 13;
- Specified by:
getPatternBytes
in interfaceOpenapiv2.HeaderOrBuilder
- Returns:
- The bytes for pattern.
-
setPattern
'Pattern' See https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.2.3.
string pattern = 13;
- Parameters:
value
- The pattern to set.- Returns:
- This builder for chaining.
-
clearPattern
'Pattern' See https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.2.3.
string pattern = 13;
- Returns:
- This builder for chaining.
-
setPatternBytes
'Pattern' See https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.2.3.
string pattern = 13;
- Parameters:
value
- The bytes for pattern to set.- Returns:
- This builder for chaining.
-