| Package | Description |
|---|---|
| com.grpc.gateway.protoc_gen_openapiv2.options |
| Modifier and Type | Method and Description |
|---|---|
Tag.Builder |
Swagger.Builder.addTagsBuilder()
A list of tags for API documentation control.
|
Tag.Builder |
Swagger.Builder.addTagsBuilder(int index)
A list of tags for API documentation control.
|
Tag.Builder |
Tag.Builder.clear() |
Tag.Builder |
Tag.Builder.clearDescription()
A short description for the tag.
|
Tag.Builder |
Tag.Builder.clearExtensions() |
Tag.Builder |
Tag.Builder.clearExternalDocs()
Additional external documentation for this tag.
|
Tag.Builder |
Tag.Builder.clearName()
The name of the tag.
|
Tag.Builder |
Swagger.Builder.getTagsBuilder(int index)
A list of tags for API documentation control.
|
Tag.Builder |
Tag.Builder.mergeExternalDocs(ExternalDocumentation value)
Additional external documentation for this tag.
|
Tag.Builder |
Tag.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Tag.Builder |
Tag.Builder.mergeFrom(com.google.protobuf.Message other) |
Tag.Builder |
Tag.Builder.mergeFrom(Tag other) |
static Tag.Builder |
Tag.newBuilder() |
static Tag.Builder |
Tag.newBuilder(Tag prototype) |
Tag.Builder |
Tag.newBuilderForType() |
protected Tag.Builder |
Tag.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
Tag.Builder |
Tag.Builder.putAllExtensions(Map<String,com.google.protobuf.Value> values)
Custom properties that start with "x-" such as "x-foo" used to describe
extra functionality that is not covered by the standard OpenAPI Specification.
|
Tag.Builder |
Tag.Builder.putExtensions(String key,
com.google.protobuf.Value value)
Custom properties that start with "x-" such as "x-foo" used to describe
extra functionality that is not covered by the standard OpenAPI Specification.
|
Tag.Builder |
Tag.Builder.removeExtensions(String key)
Custom properties that start with "x-" such as "x-foo" used to describe
extra functionality that is not covered by the standard OpenAPI Specification.
|
Tag.Builder |
Tag.Builder.setDescription(String value)
A short description for the tag.
|
Tag.Builder |
Tag.Builder.setDescriptionBytes(com.google.protobuf.ByteString value)
A short description for the tag.
|
Tag.Builder |
Tag.Builder.setExternalDocs(ExternalDocumentation.Builder builderForValue)
Additional external documentation for this tag.
|
Tag.Builder |
Tag.Builder.setExternalDocs(ExternalDocumentation value)
Additional external documentation for this tag.
|
Tag.Builder |
Tag.Builder.setName(String value)
The name of the tag.
|
Tag.Builder |
Tag.Builder.setNameBytes(com.google.protobuf.ByteString value)
The name of the tag.
|
Tag.Builder |
Tag.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Tag.Builder> |
Swagger.Builder.getTagsBuilderList()
A list of tags for API documentation control.
|
| Modifier and Type | Method and Description |
|---|---|
Swagger.Builder |
Swagger.Builder.addTags(int index,
Tag.Builder builderForValue)
A list of tags for API documentation control.
|
Swagger.Builder |
Swagger.Builder.addTags(Tag.Builder builderForValue)
A list of tags for API documentation control.
|
Swagger.Builder |
Swagger.Builder.setTags(int index,
Tag.Builder builderForValue)
A list of tags for API documentation control.
|
Copyright © 2024. All rights reserved.