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