Uses of Class
grpc.gateway.protoc_gen_swagger.options.Openapiv2.SecurityScheme.Flow
-
Packages that use Openapiv2.SecurityScheme.Flow Package Description grpc.gateway.protoc_gen_swagger.options -
-
Uses of Openapiv2.SecurityScheme.Flow in grpc.gateway.protoc_gen_swagger.options
Fields in grpc.gateway.protoc_gen_swagger.options declared as Openapiv2.SecurityScheme.Flow Modifier and Type Field Description private static Openapiv2.SecurityScheme.Flow[]Openapiv2.SecurityScheme.Flow. VALUESFields in grpc.gateway.protoc_gen_swagger.options with type parameters of type Openapiv2.SecurityScheme.Flow Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Openapiv2.SecurityScheme.Flow>Openapiv2.SecurityScheme.Flow. internalValueMapMethods in grpc.gateway.protoc_gen_swagger.options that return Openapiv2.SecurityScheme.Flow Modifier and Type Method Description static Openapiv2.SecurityScheme.FlowOpenapiv2.SecurityScheme.Flow. forNumber(int value)Openapiv2.SecurityScheme.FlowOpenapiv2.SecurityScheme.Builder. getFlow()The flow used by the OAuth2 security scheme.Openapiv2.SecurityScheme.FlowOpenapiv2.SecurityScheme. getFlow()The flow used by the OAuth2 security scheme.Openapiv2.SecurityScheme.FlowOpenapiv2.SecuritySchemeOrBuilder. getFlow()The flow used by the OAuth2 security scheme.static Openapiv2.SecurityScheme.FlowOpenapiv2.SecurityScheme.Flow. valueOf(int value)Deprecated.static Openapiv2.SecurityScheme.FlowOpenapiv2.SecurityScheme.Flow. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Openapiv2.SecurityScheme.FlowOpenapiv2.SecurityScheme.Flow. valueOf(String name)Returns the enum constant of this type with the specified name.static Openapiv2.SecurityScheme.Flow[]Openapiv2.SecurityScheme.Flow. 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.Flow Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Openapiv2.SecurityScheme.Flow>Openapiv2.SecurityScheme.Flow. internalGetValueMap()Methods in grpc.gateway.protoc_gen_swagger.options with parameters of type Openapiv2.SecurityScheme.Flow Modifier and Type Method Description Openapiv2.SecurityScheme.BuilderOpenapiv2.SecurityScheme.Builder. setFlow(Openapiv2.SecurityScheme.Flow value)The flow used by the OAuth2 security scheme.
-