Package | Description |
---|---|
com.google.cloud.dataproc.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
ClusterStatus |
ClusterStatus.Builder.build() |
ClusterStatus |
ClusterStatus.Builder.buildPartial() |
static ClusterStatus |
ClusterStatus.getDefaultInstance() |
ClusterStatus |
ClusterStatus.getDefaultInstanceForType() |
ClusterStatus |
ClusterStatus.Builder.getDefaultInstanceForType() |
ClusterStatus |
Cluster.getStatus()
Output only.
|
ClusterStatus |
Cluster.Builder.getStatus()
Output only.
|
ClusterStatus |
ClusterOrBuilder.getStatus()
Output only.
|
ClusterStatus |
Cluster.getStatusHistory(int index)
Output only.
|
ClusterStatus |
Cluster.Builder.getStatusHistory(int index)
Output only.
|
ClusterStatus |
ClusterOrBuilder.getStatusHistory(int index)
Output only.
|
static ClusterStatus |
ClusterStatus.parseDelimitedFrom(InputStream input) |
static ClusterStatus |
ClusterStatus.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ClusterStatus |
ClusterStatus.parseFrom(byte[] data) |
static ClusterStatus |
ClusterStatus.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ClusterStatus |
ClusterStatus.parseFrom(ByteBuffer data) |
static ClusterStatus |
ClusterStatus.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ClusterStatus |
ClusterStatus.parseFrom(ByteString data) |
static ClusterStatus |
ClusterStatus.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ClusterStatus |
ClusterStatus.parseFrom(CodedInputStream input) |
static ClusterStatus |
ClusterStatus.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ClusterStatus |
ClusterStatus.parseFrom(InputStream input) |
static ClusterStatus |
ClusterStatus.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<ClusterStatus> |
ClusterStatus.getParserForType() |
List<ClusterStatus> |
Cluster.getStatusHistoryList()
Output only.
|
List<ClusterStatus> |
Cluster.Builder.getStatusHistoryList()
Output only.
|
List<ClusterStatus> |
ClusterOrBuilder.getStatusHistoryList()
Output only.
|
static Parser<ClusterStatus> |
ClusterStatus.parser() |
Modifier and Type | Method and Description |
---|---|
Cluster.Builder |
Cluster.Builder.addStatusHistory(ClusterStatus value)
Output only.
|
Cluster.Builder |
Cluster.Builder.addStatusHistory(int index,
ClusterStatus value)
Output only.
|
ClusterStatus.Builder |
ClusterStatus.Builder.mergeFrom(ClusterStatus other) |
Cluster.Builder |
Cluster.Builder.mergeStatus(ClusterStatus value)
Output only.
|
static ClusterStatus.Builder |
ClusterStatus.newBuilder(ClusterStatus prototype) |
Cluster.Builder |
Cluster.Builder.setStatus(ClusterStatus value)
Output only.
|
Cluster.Builder |
Cluster.Builder.setStatusHistory(int index,
ClusterStatus value)
Output only.
|
Modifier and Type | Method and Description |
---|---|
Cluster.Builder |
Cluster.Builder.addAllStatusHistory(Iterable<? extends ClusterStatus> values)
Output only.
|
Copyright © 2022 Google LLC. All rights reserved.