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 TpuConfigTpuConfig.Builder. build()TpuConfigTpuConfig.Builder. buildPartial()static TpuConfigTpuConfig. getDefaultInstance()TpuConfigTpuConfig.Builder. getDefaultInstanceForType()TpuConfigTpuConfig. getDefaultInstanceForType()TpuConfigClusterUpdate.Builder. getDesiredTpuConfig()The desired Cloud TPU configuration.TpuConfigClusterUpdate. getDesiredTpuConfig()The desired Cloud TPU configuration.TpuConfigClusterUpdateOrBuilder. getDesiredTpuConfig()The desired Cloud TPU configuration.TpuConfigCluster.Builder. getTpuConfig()Configuration for Cloud TPU support;TpuConfigCluster. getTpuConfig()Configuration for Cloud TPU support;TpuConfigClusterOrBuilder. getTpuConfig()Configuration for Cloud TPU support;static TpuConfigTpuConfig. parseDelimitedFrom(InputStream input)static TpuConfigTpuConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TpuConfigTpuConfig. parseFrom(byte[] data)static TpuConfigTpuConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TpuConfigTpuConfig. parseFrom(com.google.protobuf.ByteString data)static TpuConfigTpuConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TpuConfigTpuConfig. parseFrom(com.google.protobuf.CodedInputStream input)static TpuConfigTpuConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TpuConfigTpuConfig. parseFrom(InputStream input)static TpuConfigTpuConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TpuConfigTpuConfig. parseFrom(ByteBuffer data)static TpuConfigTpuConfig. 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.BuilderClusterUpdate.Builder. mergeDesiredTpuConfig(TpuConfig value)The desired Cloud TPU configuration.TpuConfig.BuilderTpuConfig.Builder. mergeFrom(TpuConfig other)Cluster.BuilderCluster.Builder. mergeTpuConfig(TpuConfig value)Configuration for Cloud TPU support;static TpuConfig.BuilderTpuConfig. newBuilder(TpuConfig prototype)ClusterUpdate.BuilderClusterUpdate.Builder. setDesiredTpuConfig(TpuConfig value)The desired Cloud TPU configuration.Cluster.BuilderCluster.Builder. setTpuConfig(TpuConfig value)Configuration for Cloud TPU support;
-