Uses of Class
com.google.cloud.dataplex.v1.JobEvent.Service
-
Packages that use JobEvent.Service Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of JobEvent.Service in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return JobEvent.Service Modifier and Type Method Description static JobEvent.Service
JobEvent.Service. forNumber(int value)
JobEvent.Service
JobEvent.Builder. getService()
The service used to execute the job.JobEvent.Service
JobEvent. getService()
The service used to execute the job.JobEvent.Service
JobEventOrBuilder. getService()
The service used to execute the job.static JobEvent.Service
JobEvent.Service. valueOf(int value)
Deprecated.static JobEvent.Service
JobEvent.Service. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static JobEvent.Service
JobEvent.Service. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobEvent.Service[]
JobEvent.Service. 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 JobEvent.Service Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<JobEvent.Service>
JobEvent.Service. internalGetValueMap()
Methods in com.google.cloud.dataplex.v1 with parameters of type JobEvent.Service Modifier and Type Method Description JobEvent.Builder
JobEvent.Builder. setService(JobEvent.Service value)
The service used to execute the job.
-