Uses of Class
com.google.container.v1beta1.TpuConfig
-
Packages that use TpuConfig Package Description com.google.container.v1beta1 -
-
Uses of TpuConfig in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return TpuConfig Modifier and Type Method Description TpuConfig
TpuConfig.Builder. build()
TpuConfig
TpuConfig.Builder. buildPartial()
static TpuConfig
TpuConfig. getDefaultInstance()
TpuConfig
TpuConfig.Builder. getDefaultInstanceForType()
TpuConfig
TpuConfig. getDefaultInstanceForType()
TpuConfig
ClusterUpdate.Builder. getDesiredTpuConfig()
The desired Cloud TPU configuration.TpuConfig
ClusterUpdate. getDesiredTpuConfig()
The desired Cloud TPU configuration.TpuConfig
ClusterUpdateOrBuilder. getDesiredTpuConfig()
The desired Cloud TPU configuration.TpuConfig
Cluster.Builder. getTpuConfig()
Configuration for Cloud TPU support;TpuConfig
Cluster. getTpuConfig()
Configuration for Cloud TPU support;TpuConfig
ClusterOrBuilder. getTpuConfig()
Configuration for Cloud TPU support;static TpuConfig
TpuConfig. parseDelimitedFrom(InputStream input)
static TpuConfig
TpuConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TpuConfig
TpuConfig. parseFrom(byte[] data)
static TpuConfig
TpuConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TpuConfig
TpuConfig. parseFrom(com.google.protobuf.ByteString data)
static TpuConfig
TpuConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TpuConfig
TpuConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static TpuConfig
TpuConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TpuConfig
TpuConfig. parseFrom(InputStream input)
static TpuConfig
TpuConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TpuConfig
TpuConfig. parseFrom(ByteBuffer data)
static TpuConfig
TpuConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1beta1 that return types with arguments of type TpuConfig Modifier and Type Method Description com.google.protobuf.Parser<TpuConfig>
TpuConfig. getParserForType()
static com.google.protobuf.Parser<TpuConfig>
TpuConfig. parser()
Methods in com.google.container.v1beta1 with parameters of type TpuConfig Modifier and Type Method Description ClusterUpdate.Builder
ClusterUpdate.Builder. mergeDesiredTpuConfig(TpuConfig value)
The desired Cloud TPU configuration.TpuConfig.Builder
TpuConfig.Builder. mergeFrom(TpuConfig other)
Cluster.Builder
Cluster.Builder. mergeTpuConfig(TpuConfig value)
Configuration for Cloud TPU support;static TpuConfig.Builder
TpuConfig. newBuilder(TpuConfig prototype)
ClusterUpdate.Builder
ClusterUpdate.Builder. setDesiredTpuConfig(TpuConfig value)
The desired Cloud TPU configuration.Cluster.Builder
Cluster.Builder. setTpuConfig(TpuConfig value)
Configuration for Cloud TPU support;
-