Uses of Class
com.google.cloud.tpu.v2.SchedulingConfig
-
Packages that use SchedulingConfig Package Description com.google.cloud.tpu.v2 A client to Cloud TPU API -
-
Uses of SchedulingConfig in com.google.cloud.tpu.v2
Methods in com.google.cloud.tpu.v2 that return SchedulingConfig Modifier and Type Method Description SchedulingConfig
SchedulingConfig.Builder. build()
SchedulingConfig
SchedulingConfig.Builder. buildPartial()
static SchedulingConfig
SchedulingConfig. getDefaultInstance()
SchedulingConfig
SchedulingConfig.Builder. getDefaultInstanceForType()
SchedulingConfig
SchedulingConfig. getDefaultInstanceForType()
SchedulingConfig
Node.Builder. getSchedulingConfig()
The scheduling options for this node.SchedulingConfig
Node. getSchedulingConfig()
The scheduling options for this node.SchedulingConfig
NodeOrBuilder. getSchedulingConfig()
The scheduling options for this node.static SchedulingConfig
SchedulingConfig. parseDelimitedFrom(InputStream input)
static SchedulingConfig
SchedulingConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SchedulingConfig
SchedulingConfig. parseFrom(byte[] data)
static SchedulingConfig
SchedulingConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SchedulingConfig
SchedulingConfig. parseFrom(com.google.protobuf.ByteString data)
static SchedulingConfig
SchedulingConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SchedulingConfig
SchedulingConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static SchedulingConfig
SchedulingConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SchedulingConfig
SchedulingConfig. parseFrom(InputStream input)
static SchedulingConfig
SchedulingConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SchedulingConfig
SchedulingConfig. parseFrom(ByteBuffer data)
static SchedulingConfig
SchedulingConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.tpu.v2 that return types with arguments of type SchedulingConfig Modifier and Type Method Description com.google.protobuf.Parser<SchedulingConfig>
SchedulingConfig. getParserForType()
static com.google.protobuf.Parser<SchedulingConfig>
SchedulingConfig. parser()
Methods in com.google.cloud.tpu.v2 with parameters of type SchedulingConfig Modifier and Type Method Description SchedulingConfig.Builder
SchedulingConfig.Builder. mergeFrom(SchedulingConfig other)
Node.Builder
Node.Builder. mergeSchedulingConfig(SchedulingConfig value)
The scheduling options for this node.static SchedulingConfig.Builder
SchedulingConfig. newBuilder(SchedulingConfig prototype)
Node.Builder
Node.Builder. setSchedulingConfig(SchedulingConfig value)
The scheduling options for this node.
-