| Package | Description |
|---|---|
| com.grpc.gateway.protoc_gen_openapiv2.options |
| Modifier and Type | Method and Description |
|---|---|
Operation.Builder |
Operation.Builder.addAllConsumes(Iterable<String> values)
A list of MIME types the operation can consume.
|
Operation.Builder |
Operation.Builder.addAllProduces(Iterable<String> values)
A list of MIME types the operation can produce.
|
Operation.Builder |
Operation.Builder.addAllSchemes(Iterable<? extends Scheme> values)
The transfer protocol for the operation.
|
Operation.Builder |
Operation.Builder.addAllSchemesValue(Iterable<Integer> values)
The transfer protocol for the operation.
|
Operation.Builder |
Operation.Builder.addAllSecurity(Iterable<? extends SecurityRequirement> values)
A declaration of which security schemes are applied for this operation.
|
Operation.Builder |
Operation.Builder.addAllTags(Iterable<String> values)
A list of tags for API documentation control.
|
Operation.Builder |
Operation.Builder.addConsumes(String value)
A list of MIME types the operation can consume.
|
Operation.Builder |
Operation.Builder.addConsumesBytes(com.google.protobuf.ByteString value)
A list of MIME types the operation can consume.
|
Operation.Builder |
Operation.Builder.addProduces(String value)
A list of MIME types the operation can produce.
|
Operation.Builder |
Operation.Builder.addProducesBytes(com.google.protobuf.ByteString value)
A list of MIME types the operation can produce.
|
Operation.Builder |
Operation.Builder.addSchemes(Scheme value)
The transfer protocol for the operation.
|
Operation.Builder |
Operation.Builder.addSchemesValue(int value)
The transfer protocol for the operation.
|
Operation.Builder |
Operation.Builder.addSecurity(int index,
SecurityRequirement.Builder builderForValue)
A declaration of which security schemes are applied for this operation.
|
Operation.Builder |
Operation.Builder.addSecurity(int index,
SecurityRequirement value)
A declaration of which security schemes are applied for this operation.
|
Operation.Builder |
Operation.Builder.addSecurity(SecurityRequirement.Builder builderForValue)
A declaration of which security schemes are applied for this operation.
|
Operation.Builder |
Operation.Builder.addSecurity(SecurityRequirement value)
A declaration of which security schemes are applied for this operation.
|
Operation.Builder |
Operation.Builder.addTags(String value)
A list of tags for API documentation control.
|
Operation.Builder |
Operation.Builder.addTagsBytes(com.google.protobuf.ByteString value)
A list of tags for API documentation control.
|
Operation.Builder |
Operation.Builder.clear() |
Operation.Builder |
Operation.Builder.clearConsumes()
A list of MIME types the operation can consume.
|
Operation.Builder |
Operation.Builder.clearDeprecated()
Declares this operation to be deprecated.
|
Operation.Builder |
Operation.Builder.clearDescription()
A verbose explanation of the operation behavior.
|
Operation.Builder |
Operation.Builder.clearExtensions() |
Operation.Builder |
Operation.Builder.clearExternalDocs()
Additional external documentation for this operation.
|
Operation.Builder |
Operation.Builder.clearOperationId()
Unique string used to identify the operation.
|
Operation.Builder |
Operation.Builder.clearParameters()
Custom parameters such as HTTP request headers.
|
Operation.Builder |
Operation.Builder.clearProduces()
A list of MIME types the operation can produce.
|
Operation.Builder |
Operation.Builder.clearResponses() |
Operation.Builder |
Operation.Builder.clearSchemes()
The transfer protocol for the operation.
|
Operation.Builder |
Operation.Builder.clearSecurity()
A declaration of which security schemes are applied for this operation.
|
Operation.Builder |
Operation.Builder.clearSummary()
A short summary of what the operation does.
|
Operation.Builder |
Operation.Builder.clearTags()
A list of tags for API documentation control.
|
Operation.Builder |
Operation.Builder.mergeExternalDocs(ExternalDocumentation value)
Additional external documentation for this operation.
|
Operation.Builder |
Operation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Operation.Builder |
Operation.Builder.mergeFrom(com.google.protobuf.Message other) |
Operation.Builder |
Operation.Builder.mergeFrom(Operation other) |
Operation.Builder |
Operation.Builder.mergeParameters(Parameters value)
Custom parameters such as HTTP request headers.
|
static Operation.Builder |
Operation.newBuilder() |
static Operation.Builder |
Operation.newBuilder(Operation prototype) |
Operation.Builder |
Operation.newBuilderForType() |
protected Operation.Builder |
Operation.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
Operation.Builder |
Operation.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.
|
Operation.Builder |
Operation.Builder.putAllResponses(Map<String,Response> values)
The list of possible responses as they are returned from executing this
operation.
|
Operation.Builder |
Operation.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.
|
Operation.Builder |
Operation.Builder.putResponses(String key,
Response value)
The list of possible responses as they are returned from executing this
operation.
|
Operation.Builder |
Operation.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.
|
Operation.Builder |
Operation.Builder.removeResponses(String key)
The list of possible responses as they are returned from executing this
operation.
|
Operation.Builder |
Operation.Builder.removeSecurity(int index)
A declaration of which security schemes are applied for this operation.
|
Operation.Builder |
Operation.Builder.setConsumes(int index,
String value)
A list of MIME types the operation can consume.
|
Operation.Builder |
Operation.Builder.setDeprecated(boolean value)
Declares this operation to be deprecated.
|
Operation.Builder |
Operation.Builder.setDescription(String value)
A verbose explanation of the operation behavior.
|
Operation.Builder |
Operation.Builder.setDescriptionBytes(com.google.protobuf.ByteString value)
A verbose explanation of the operation behavior.
|
Operation.Builder |
Operation.Builder.setExternalDocs(ExternalDocumentation.Builder builderForValue)
Additional external documentation for this operation.
|
Operation.Builder |
Operation.Builder.setExternalDocs(ExternalDocumentation value)
Additional external documentation for this operation.
|
Operation.Builder |
Operation.Builder.setOperationId(String value)
Unique string used to identify the operation.
|
Operation.Builder |
Operation.Builder.setOperationIdBytes(com.google.protobuf.ByteString value)
Unique string used to identify the operation.
|
Operation.Builder |
Operation.Builder.setParameters(Parameters.Builder builderForValue)
Custom parameters such as HTTP request headers.
|
Operation.Builder |
Operation.Builder.setParameters(Parameters value)
Custom parameters such as HTTP request headers.
|
Operation.Builder |
Operation.Builder.setProduces(int index,
String value)
A list of MIME types the operation can produce.
|
Operation.Builder |
Operation.Builder.setSchemes(int index,
Scheme value)
The transfer protocol for the operation.
|
Operation.Builder |
Operation.Builder.setSchemesValue(int index,
int value)
The transfer protocol for the operation.
|
Operation.Builder |
Operation.Builder.setSecurity(int index,
SecurityRequirement.Builder builderForValue)
A declaration of which security schemes are applied for this operation.
|
Operation.Builder |
Operation.Builder.setSecurity(int index,
SecurityRequirement value)
A declaration of which security schemes are applied for this operation.
|
Operation.Builder |
Operation.Builder.setSummary(String value)
A short summary of what the operation does.
|
Operation.Builder |
Operation.Builder.setSummaryBytes(com.google.protobuf.ByteString value)
A short summary of what the operation does.
|
Operation.Builder |
Operation.Builder.setTags(int index,
String value)
A list of tags for API documentation control.
|
Operation.Builder |
Operation.toBuilder() |
Copyright © 2024. All rights reserved.