service property

String? service
getter/setter pair

The underlying service running a job.

Output only. Possible string values are:

  • "SERVICE_UNSPECIFIED" : Service used to run the job is unspecified.
  • "DATAPROC" : Dataproc service is used to run this job.

Implementation

core.String? service;