BatchImpl

gcp4zio.batch.BatchImpl
case class BatchImpl(client: BatchServiceClient, project: String, region: String) extends Batch

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Batch
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def createJob(name: String, image: String, commands: List[String], entrypoint: Option[String], serviceAccount: Option[String]): Task[Job]

Attributes

Definition Classes
override def deleteJob(name: String): Task[Unit]

Attributes

Definition Classes
override def listJobs: Task[Iterable[Job]]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product