gcp4zio-dp
gcp4zio-dp
API
gcp4zio.dp
ClusterProps
DPCluster
DPCluster
DPClusterClient
DPClusterImpl
DPJob
DPJob
DPJobClient
DPJobImpl
gcp4zio-dp
/
gcp4zio.dp
/
DPCluster
DPCluster
gcp4zio.dp.DPCluster$
See the
DPCluster
companion trait
object
DPCluster
Attributes
Companion:
trait
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
DPCluster
.type
Clear all
Members list
Concise view
Value members
Concrete methods
def
createDataproc
(
cluster
:
String
,
props
:
ClusterProps
):
ZIO
[
DPCluster
,
Throwable
,
Cluster
]
def
deleteDataproc
(
cluster
:
String
):
ZIO
[
DPCluster
,
Throwable
,
Unit
]
def
live
(
project
:
String
,
region
:
String
,
endpoint
:
String
):
TaskLayer
[
DPCluster
]