| Package | Description |
|---|---|
| com.grpc.gateway.protoc_gen_openapiv2.options |
| Modifier and Type | Method and Description |
|---|---|
Info.Builder |
Info.Builder.clear() |
Info.Builder |
Info.Builder.clearContact()
The contact information for the exposed API.
|
Info.Builder |
Info.Builder.clearDescription()
A short description of the application.
|
Info.Builder |
Info.Builder.clearExtensions() |
Info.Builder |
Info.Builder.clearLicense()
The license information for the exposed API.
|
Info.Builder |
Info.Builder.clearTermsOfService()
The Terms of Service for the API.
|
Info.Builder |
Info.Builder.clearTitle()
The title of the application.
|
Info.Builder |
Info.Builder.clearVersion()
Provides the version of the application API (not to be confused
with the specification version).
|
Info.Builder |
Swagger.Builder.getInfoBuilder()
Provides metadata about the API.
|
Info.Builder |
Info.Builder.mergeContact(Contact value)
The contact information for the exposed API.
|
Info.Builder |
Info.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Info.Builder |
Info.Builder.mergeFrom(Info other) |
Info.Builder |
Info.Builder.mergeFrom(com.google.protobuf.Message other) |
Info.Builder |
Info.Builder.mergeLicense(License value)
The license information for the exposed API.
|
Info.Builder |
Info.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Info.Builder |
Info.newBuilder() |
static Info.Builder |
Info.newBuilder(Info prototype) |
Info.Builder |
Info.newBuilderForType() |
protected Info.Builder |
Info.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Info.Builder |
Info.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.
|
Info.Builder |
Info.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.
|
Info.Builder |
Info.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.
|
Info.Builder |
Info.Builder.setContact(Contact.Builder builderForValue)
The contact information for the exposed API.
|
Info.Builder |
Info.Builder.setContact(Contact value)
The contact information for the exposed API.
|
Info.Builder |
Info.Builder.setDescription(String value)
A short description of the application.
|
Info.Builder |
Info.Builder.setDescriptionBytes(com.google.protobuf.ByteString value)
A short description of the application.
|
Info.Builder |
Info.Builder.setLicense(License.Builder builderForValue)
The license information for the exposed API.
|
Info.Builder |
Info.Builder.setLicense(License value)
The license information for the exposed API.
|
Info.Builder |
Info.Builder.setTermsOfService(String value)
The Terms of Service for the API.
|
Info.Builder |
Info.Builder.setTermsOfServiceBytes(com.google.protobuf.ByteString value)
The Terms of Service for the API.
|
Info.Builder |
Info.Builder.setTitle(String value)
The title of the application.
|
Info.Builder |
Info.Builder.setTitleBytes(com.google.protobuf.ByteString value)
The title of the application.
|
Info.Builder |
Info.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Info.Builder |
Info.Builder.setVersion(String value)
Provides the version of the application API (not to be confused
with the specification version).
|
Info.Builder |
Info.Builder.setVersionBytes(com.google.protobuf.ByteString value)
Provides the version of the application API (not to be confused
with the specification version).
|
Info.Builder |
Info.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Swagger.Builder |
Swagger.Builder.setInfo(Info.Builder builderForValue)
Provides metadata about the API.
|
Copyright © 2023. All rights reserved.