Uses of Class
flyteidl.core.Security.OAuth2TokenRequest.Type
-
Packages that use Security.OAuth2TokenRequest.Type Package Description flyteidl.core -
-
Uses of Security.OAuth2TokenRequest.Type in flyteidl.core
Fields in flyteidl.core declared as Security.OAuth2TokenRequest.Type Modifier and Type Field Description private static Security.OAuth2TokenRequest.Type[]Security.OAuth2TokenRequest.Type. VALUESFields in flyteidl.core with type parameters of type Security.OAuth2TokenRequest.Type Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Security.OAuth2TokenRequest.Type>Security.OAuth2TokenRequest.Type. internalValueMapMethods in flyteidl.core that return Security.OAuth2TokenRequest.Type Modifier and Type Method Description static Security.OAuth2TokenRequest.TypeSecurity.OAuth2TokenRequest.Type. forNumber(int value)Security.OAuth2TokenRequest.TypeSecurity.OAuth2TokenRequest.Builder. getType()type indicates the type of the request to make.Security.OAuth2TokenRequest.TypeSecurity.OAuth2TokenRequest. getType()type indicates the type of the request to make.Security.OAuth2TokenRequest.TypeSecurity.OAuth2TokenRequestOrBuilder. getType()type indicates the type of the request to make.static Security.OAuth2TokenRequest.TypeSecurity.OAuth2TokenRequest.Type. valueOf(int value)Deprecated.static Security.OAuth2TokenRequest.TypeSecurity.OAuth2TokenRequest.Type. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Security.OAuth2TokenRequest.TypeSecurity.OAuth2TokenRequest.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Security.OAuth2TokenRequest.Type[]Security.OAuth2TokenRequest.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in flyteidl.core that return types with arguments of type Security.OAuth2TokenRequest.Type Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Security.OAuth2TokenRequest.Type>Security.OAuth2TokenRequest.Type. internalGetValueMap()Methods in flyteidl.core with parameters of type Security.OAuth2TokenRequest.Type Modifier and Type Method Description Security.OAuth2TokenRequest.BuilderSecurity.OAuth2TokenRequest.Builder. setType(Security.OAuth2TokenRequest.Type value)type indicates the type of the request to make.
-