-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface Openapiv2.SecurityDefinitionsOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract intgetSecurityCount()A single security scheme definition, mapping a "name" to the scheme it defines.map<string, .grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme> security = 1;abstract booleancontainsSecurity(String key)A single security scheme definition, mapping a "name" to the scheme it defines.map<string, .grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme> security = 1;abstract Map<String, Openapiv2.SecurityScheme>getSecurity()Use getSecurityMap instead. abstract Map<String, Openapiv2.SecurityScheme>getSecurityMap()A single security scheme definition, mapping a "name" to the scheme it defines.map<string, .grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme> security = 1;abstract Openapiv2.SecuritySchemegetSecurityOrDefault(String key, Openapiv2.SecurityScheme defaultValue)A single security scheme definition, mapping a "name" to the scheme it defines.map<string, .grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme> security = 1;abstract Openapiv2.SecuritySchemegetSecurityOrThrow(String key)A single security scheme definition, mapping a "name" to the scheme it defines.map<string, .grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme> security = 1;-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getSecurityCount
abstract int getSecurityCount()
A single security scheme definition, mapping a "name" to the scheme it defines.map<string, .grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme> security = 1;
-
containsSecurity
abstract boolean containsSecurity(String key)
A single security scheme definition, mapping a "name" to the scheme it defines.map<string, .grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme> security = 1;
-
getSecurity
@Deprecated() abstract Map<String, Openapiv2.SecurityScheme> getSecurity()
Use getSecurityMap instead.
-
getSecurityMap
abstract Map<String, Openapiv2.SecurityScheme> getSecurityMap()
A single security scheme definition, mapping a "name" to the scheme it defines.map<string, .grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme> security = 1;
-
getSecurityOrDefault
abstract Openapiv2.SecurityScheme getSecurityOrDefault(String key, Openapiv2.SecurityScheme defaultValue)
A single security scheme definition, mapping a "name" to the scheme it defines.map<string, .grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme> security = 1;
-
getSecurityOrThrow
abstract Openapiv2.SecurityScheme getSecurityOrThrow(String key)
A single security scheme definition, mapping a "name" to the scheme it defines.map<string, .grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme> security = 1;
-
-
-
-