Package-level declarations

Types

Link copied to clipboard
enum RunLocation : Enum<RunLocation> , ConvertibleToJava<RunLocation>

This is the preferred geo location for the job to run.

Link copied to clipboard
enum State : Enum<State> , ConvertibleToJava<State>

State of the job definition.

Link copied to clipboard
enum SupportedAlgorithm : Enum<SupportedAlgorithm> , ConvertibleToJava<SupportedAlgorithm>

The encryption algorithm used to encrypt data.

Link copied to clipboard
enum UserConfirmation : Enum<UserConfirmation> , ConvertibleToJava<UserConfirmation>

Enum to detect if user confirmation is required. If not passed will default to NotRequired.