public interface HeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefault()
`Default` Declares the value of the header that the server will use if none is provided.
|
com.google.protobuf.ByteString |
getDefaultBytes()
`Default` Declares the value of the header that the server will use if none is provided.
|
java.lang.String |
getDescription()
`Description` is a short description of the header.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
`Description` is a short description of the header.
|
java.lang.String |
getFormat()
`Format` The extending format for the previously mentioned type.
|
com.google.protobuf.ByteString |
getFormatBytes()
`Format` The extending format for the previously mentioned type.
|
java.lang.String |
getPattern()
'Pattern' See https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.2.3.
|
com.google.protobuf.ByteString |
getPatternBytes()
'Pattern' See https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.2.3.
|
java.lang.String |
getType()
The type of the object.
|
com.google.protobuf.ByteString |
getTypeBytes()
The type of the object.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getDescription()
`Description` is a short description of the header.
string description = 1 [json_name = "description"];
com.google.protobuf.ByteString getDescriptionBytes()
`Description` is a short description of the header.
string description = 1 [json_name = "description"];
java.lang.String 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 [json_name = "type"];
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 [json_name = "type"];
java.lang.String getFormat()
`Format` The extending format for the previously mentioned type.
string format = 3 [json_name = "format"];
com.google.protobuf.ByteString getFormatBytes()
`Format` The extending format for the previously mentioned type.
string format = 3 [json_name = "format"];
java.lang.String 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 [json_name = "default"];
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 [json_name = "default"];
java.lang.String getPattern()
'Pattern' See https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.2.3.
string pattern = 13 [json_name = "pattern"];
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 [json_name = "pattern"];