Uses of Class
grpc.gateway.protoc_gen_swagger.options.Openapiv2.SecurityScheme.Type
-
Packages that use Openapiv2.SecurityScheme.Type Package Description grpc.gateway.protoc_gen_swagger.options -
-
Uses of Openapiv2.SecurityScheme.Type in grpc.gateway.protoc_gen_swagger.options
Fields in grpc.gateway.protoc_gen_swagger.options declared as Openapiv2.SecurityScheme.Type Modifier and Type Field Description private static Openapiv2.SecurityScheme.Type[]Openapiv2.SecurityScheme.Type. VALUESFields in grpc.gateway.protoc_gen_swagger.options with type parameters of type Openapiv2.SecurityScheme.Type Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Openapiv2.SecurityScheme.Type>Openapiv2.SecurityScheme.Type. internalValueMapMethods in grpc.gateway.protoc_gen_swagger.options that return Openapiv2.SecurityScheme.Type Modifier and Type Method Description static Openapiv2.SecurityScheme.TypeOpenapiv2.SecurityScheme.Type. forNumber(int value)Openapiv2.SecurityScheme.TypeOpenapiv2.SecurityScheme.Builder. getType()The type of the security scheme.Openapiv2.SecurityScheme.TypeOpenapiv2.SecurityScheme. getType()The type of the security scheme.Openapiv2.SecurityScheme.TypeOpenapiv2.SecuritySchemeOrBuilder. getType()The type of the security scheme.static Openapiv2.SecurityScheme.TypeOpenapiv2.SecurityScheme.Type. valueOf(int value)Deprecated.static Openapiv2.SecurityScheme.TypeOpenapiv2.SecurityScheme.Type. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Openapiv2.SecurityScheme.TypeOpenapiv2.SecurityScheme.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Openapiv2.SecurityScheme.Type[]Openapiv2.SecurityScheme.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in grpc.gateway.protoc_gen_swagger.options that return types with arguments of type Openapiv2.SecurityScheme.Type Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Openapiv2.SecurityScheme.Type>Openapiv2.SecurityScheme.Type. internalGetValueMap()Methods in grpc.gateway.protoc_gen_swagger.options with parameters of type Openapiv2.SecurityScheme.Type Modifier and Type Method Description Openapiv2.SecurityScheme.BuilderOpenapiv2.SecurityScheme.Builder. setType(Openapiv2.SecurityScheme.Type value)The type of the security scheme.
-