Package | Description |
---|---|
com.google.cloud.dataproc.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
ManagedCluster |
ManagedCluster.Builder.build() |
ManagedCluster |
ManagedCluster.Builder.buildPartial() |
static ManagedCluster |
ManagedCluster.getDefaultInstance() |
ManagedCluster |
ManagedCluster.getDefaultInstanceForType() |
ManagedCluster |
ManagedCluster.Builder.getDefaultInstanceForType() |
ManagedCluster |
WorkflowTemplatePlacement.getManagedCluster()
A cluster that is managed by the workflow.
|
ManagedCluster |
WorkflowTemplatePlacement.Builder.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,
ExtensionRegistryLite extensionRegistry) |
static ManagedCluster |
ManagedCluster.parseFrom(byte[] data) |
static ManagedCluster |
ManagedCluster.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ManagedCluster |
ManagedCluster.parseFrom(ByteBuffer data) |
static ManagedCluster |
ManagedCluster.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ManagedCluster |
ManagedCluster.parseFrom(ByteString data) |
static ManagedCluster |
ManagedCluster.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ManagedCluster |
ManagedCluster.parseFrom(CodedInputStream input) |
static ManagedCluster |
ManagedCluster.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ManagedCluster |
ManagedCluster.parseFrom(InputStream input) |
static ManagedCluster |
ManagedCluster.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<ManagedCluster> |
ManagedCluster.getParserForType() |
static Parser<ManagedCluster> |
ManagedCluster.parser() |
Modifier and Type | Method and 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.
|
Copyright © 2022 Google LLC. All rights reserved.