| Package | Description |
|---|---|
| com.grpc.gateway.protoc_gen_openapiv2.options |
| Modifier and Type | Method and Description |
|---|---|
SecurityDefinitions |
SecurityDefinitions.Builder.build() |
SecurityDefinitions |
SecurityDefinitions.Builder.buildPartial() |
static SecurityDefinitions |
SecurityDefinitions.getDefaultInstance() |
SecurityDefinitions |
SecurityDefinitions.getDefaultInstanceForType() |
SecurityDefinitions |
SecurityDefinitions.Builder.getDefaultInstanceForType() |
SecurityDefinitions |
Swagger.getSecurityDefinitions()
Security scheme definitions that can be used across the specification.
|
SecurityDefinitions |
Swagger.Builder.getSecurityDefinitions()
Security scheme definitions that can be used across the specification.
|
SecurityDefinitions |
SwaggerOrBuilder.getSecurityDefinitions()
Security scheme definitions that can be used across the specification.
|
static SecurityDefinitions |
SecurityDefinitions.parseDelimitedFrom(InputStream input) |
static SecurityDefinitions |
SecurityDefinitions.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SecurityDefinitions |
SecurityDefinitions.parseFrom(byte[] data) |
static SecurityDefinitions |
SecurityDefinitions.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SecurityDefinitions |
SecurityDefinitions.parseFrom(ByteBuffer data) |
static SecurityDefinitions |
SecurityDefinitions.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SecurityDefinitions |
SecurityDefinitions.parseFrom(com.google.protobuf.ByteString data) |
static SecurityDefinitions |
SecurityDefinitions.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SecurityDefinitions |
SecurityDefinitions.parseFrom(com.google.protobuf.CodedInputStream input) |
static SecurityDefinitions |
SecurityDefinitions.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SecurityDefinitions |
SecurityDefinitions.parseFrom(InputStream input) |
static SecurityDefinitions |
SecurityDefinitions.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<SecurityDefinitions> |
SecurityDefinitions.getParserForType() |
static com.google.protobuf.Parser<SecurityDefinitions> |
SecurityDefinitions.parser() |
| Modifier and Type | Method and Description |
|---|---|
SecurityDefinitions.Builder |
SecurityDefinitions.Builder.mergeFrom(SecurityDefinitions other) |
Swagger.Builder |
Swagger.Builder.mergeSecurityDefinitions(SecurityDefinitions value)
Security scheme definitions that can be used across the specification.
|
static SecurityDefinitions.Builder |
SecurityDefinitions.newBuilder(SecurityDefinitions prototype) |
Swagger.Builder |
Swagger.Builder.setSecurityDefinitions(SecurityDefinitions value)
Security scheme definitions that can be used across the specification.
|
Copyright © 2023. All rights reserved.