Uses of Class
com.google.cloud.dataproc.v1.ManagedCluster
-
Packages that use ManagedCluster Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of ManagedCluster in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return ManagedCluster Modifier and Type Method Description ManagedCluster
ManagedCluster.Builder. build()
ManagedCluster
ManagedCluster.Builder. buildPartial()
static ManagedCluster
ManagedCluster. getDefaultInstance()
ManagedCluster
ManagedCluster.Builder. getDefaultInstanceForType()
ManagedCluster
ManagedCluster. getDefaultInstanceForType()
ManagedCluster
WorkflowTemplatePlacement.Builder. getManagedCluster()
A cluster that is managed by the workflow.ManagedCluster
WorkflowTemplatePlacement. getManagedCluster()
A cluster that is managed by the workflow.ManagedCluster
WorkflowTemplatePlacementOrBuilder. getManagedCluster()
A cluster that is managed by the workflow.static ManagedCluster
ManagedCluster. parseDelimitedFrom(InputStream input)
static ManagedCluster
ManagedCluster. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ManagedCluster
ManagedCluster. parseFrom(byte[] data)
static ManagedCluster
ManagedCluster. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ManagedCluster
ManagedCluster. parseFrom(com.google.protobuf.ByteString data)
static ManagedCluster
ManagedCluster. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ManagedCluster
ManagedCluster. parseFrom(com.google.protobuf.CodedInputStream input)
static ManagedCluster
ManagedCluster. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ManagedCluster
ManagedCluster. parseFrom(InputStream input)
static ManagedCluster
ManagedCluster. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ManagedCluster
ManagedCluster. parseFrom(ByteBuffer data)
static ManagedCluster
ManagedCluster. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type ManagedCluster Modifier and Type Method Description com.google.protobuf.Parser<ManagedCluster>
ManagedCluster. getParserForType()
static com.google.protobuf.Parser<ManagedCluster>
ManagedCluster. parser()
Methods in com.google.cloud.dataproc.v1 with parameters of type ManagedCluster Modifier and Type Method Description ManagedCluster.Builder
ManagedCluster.Builder. mergeFrom(ManagedCluster other)
WorkflowTemplatePlacement.Builder
WorkflowTemplatePlacement.Builder. mergeManagedCluster(ManagedCluster value)
A cluster that is managed by the workflow.static ManagedCluster.Builder
ManagedCluster. newBuilder(ManagedCluster prototype)
WorkflowTemplatePlacement.Builder
WorkflowTemplatePlacement.Builder. setManagedCluster(ManagedCluster value)
A cluster that is managed by the workflow.
-