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