Uses of Class
flyteidl.core.Security.Secret.MountType
-
Packages that use Security.Secret.MountType Package Description flyteidl.core -
-
Uses of Security.Secret.MountType in flyteidl.core
Fields in flyteidl.core declared as Security.Secret.MountType Modifier and Type Field Description private static Security.Secret.MountType[]Security.Secret.MountType. VALUESFields in flyteidl.core with type parameters of type Security.Secret.MountType Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Security.Secret.MountType>Security.Secret.MountType. internalValueMapMethods in flyteidl.core that return Security.Secret.MountType Modifier and Type Method Description static Security.Secret.MountTypeSecurity.Secret.MountType. forNumber(int value)Security.Secret.MountTypeSecurity.Secret.Builder. getMountRequirement()mount_requirement is optional.Security.Secret.MountTypeSecurity.Secret. getMountRequirement()mount_requirement is optional.Security.Secret.MountTypeSecurity.SecretOrBuilder. getMountRequirement()mount_requirement is optional.static Security.Secret.MountTypeSecurity.Secret.MountType. valueOf(int value)Deprecated.static Security.Secret.MountTypeSecurity.Secret.MountType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Security.Secret.MountTypeSecurity.Secret.MountType. valueOf(String name)Returns the enum constant of this type with the specified name.static Security.Secret.MountType[]Security.Secret.MountType. 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.Secret.MountType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Security.Secret.MountType>Security.Secret.MountType. internalGetValueMap()Methods in flyteidl.core with parameters of type Security.Secret.MountType Modifier and Type Method Description Security.Secret.BuilderSecurity.Secret.Builder. setMountRequirement(Security.Secret.MountType value)mount_requirement is optional.
-