Uses of Class
com.google.cloud.dataplex.v1.Job.Trigger
-
Packages that use Job.Trigger Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of Job.Trigger in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return Job.Trigger Modifier and Type Method Description static Job.Trigger
Job.Trigger. forNumber(int value)
Job.Trigger
Job.Builder. getTrigger()
Output only.Job.Trigger
Job. getTrigger()
Output only.Job.Trigger
JobOrBuilder. getTrigger()
Output only.static Job.Trigger
Job.Trigger. valueOf(int value)
Deprecated.static Job.Trigger
Job.Trigger. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Job.Trigger
Job.Trigger. valueOf(String name)
Returns the enum constant of this type with the specified name.static Job.Trigger[]
Job.Trigger. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dataplex.v1 that return types with arguments of type Job.Trigger Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Job.Trigger>
Job.Trigger. internalGetValueMap()
Methods in com.google.cloud.dataplex.v1 with parameters of type Job.Trigger Modifier and Type Method Description Job.Builder
Job.Builder. setTrigger(Job.Trigger value)
Output only.
-