Uses of Class
com.google.cloud.dataproc.v1.ClusterMetrics
-
Packages that use ClusterMetrics Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of ClusterMetrics in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return ClusterMetrics Modifier and Type Method Description ClusterMetrics
ClusterMetrics.Builder. build()
ClusterMetrics
ClusterMetrics.Builder. buildPartial()
static ClusterMetrics
ClusterMetrics. getDefaultInstance()
ClusterMetrics
ClusterMetrics.Builder. getDefaultInstanceForType()
ClusterMetrics
ClusterMetrics. getDefaultInstanceForType()
ClusterMetrics
Cluster.Builder. getMetrics()
Output only.ClusterMetrics
Cluster. getMetrics()
Output only.ClusterMetrics
ClusterOrBuilder. getMetrics()
Output only.static ClusterMetrics
ClusterMetrics. parseDelimitedFrom(InputStream input)
static ClusterMetrics
ClusterMetrics. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterMetrics
ClusterMetrics. parseFrom(byte[] data)
static ClusterMetrics
ClusterMetrics. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterMetrics
ClusterMetrics. parseFrom(com.google.protobuf.ByteString data)
static ClusterMetrics
ClusterMetrics. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterMetrics
ClusterMetrics. parseFrom(com.google.protobuf.CodedInputStream input)
static ClusterMetrics
ClusterMetrics. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterMetrics
ClusterMetrics. parseFrom(InputStream input)
static ClusterMetrics
ClusterMetrics. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterMetrics
ClusterMetrics. parseFrom(ByteBuffer data)
static ClusterMetrics
ClusterMetrics. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type ClusterMetrics Modifier and Type Method Description com.google.protobuf.Parser<ClusterMetrics>
ClusterMetrics. getParserForType()
static com.google.protobuf.Parser<ClusterMetrics>
ClusterMetrics. parser()
Methods in com.google.cloud.dataproc.v1 with parameters of type ClusterMetrics Modifier and Type Method Description ClusterMetrics.Builder
ClusterMetrics.Builder. mergeFrom(ClusterMetrics other)
Cluster.Builder
Cluster.Builder. mergeMetrics(ClusterMetrics value)
Output only.static ClusterMetrics.Builder
ClusterMetrics. newBuilder(ClusterMetrics prototype)
Cluster.Builder
Cluster.Builder. setMetrics(ClusterMetrics value)
Output only.
-