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