Uses of Class
com.google.container.v1.AcceleratorConfig
-
Packages that use AcceleratorConfig Package Description com.google.container.v1 -
-
Uses of AcceleratorConfig in com.google.container.v1
Methods in com.google.container.v1 that return AcceleratorConfig Modifier and Type Method Description AcceleratorConfigAcceleratorConfig.Builder. build()AcceleratorConfigAcceleratorConfig.Builder. buildPartial()AcceleratorConfigNodeConfig.Builder. getAccelerators(int index)A list of hardware accelerators to be attached to each node.AcceleratorConfigNodeConfig. getAccelerators(int index)A list of hardware accelerators to be attached to each node.AcceleratorConfigNodeConfigOrBuilder. getAccelerators(int index)A list of hardware accelerators to be attached to each node.static AcceleratorConfigAcceleratorConfig. getDefaultInstance()AcceleratorConfigAcceleratorConfig.Builder. getDefaultInstanceForType()AcceleratorConfigAcceleratorConfig. getDefaultInstanceForType()static AcceleratorConfigAcceleratorConfig. parseDelimitedFrom(InputStream input)static AcceleratorConfigAcceleratorConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AcceleratorConfigAcceleratorConfig. parseFrom(byte[] data)static AcceleratorConfigAcceleratorConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AcceleratorConfigAcceleratorConfig. parseFrom(com.google.protobuf.ByteString data)static AcceleratorConfigAcceleratorConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AcceleratorConfigAcceleratorConfig. parseFrom(com.google.protobuf.CodedInputStream input)static AcceleratorConfigAcceleratorConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AcceleratorConfigAcceleratorConfig. parseFrom(InputStream input)static AcceleratorConfigAcceleratorConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AcceleratorConfigAcceleratorConfig. parseFrom(ByteBuffer data)static AcceleratorConfigAcceleratorConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.container.v1 that return types with arguments of type AcceleratorConfig Modifier and Type Method Description List<AcceleratorConfig>NodeConfig.Builder. getAcceleratorsList()A list of hardware accelerators to be attached to each node.List<AcceleratorConfig>NodeConfig. getAcceleratorsList()A list of hardware accelerators to be attached to each node.List<AcceleratorConfig>NodeConfigOrBuilder. getAcceleratorsList()A list of hardware accelerators to be attached to each node.com.google.protobuf.Parser<AcceleratorConfig>AcceleratorConfig. getParserForType()static com.google.protobuf.Parser<AcceleratorConfig>AcceleratorConfig. parser()Methods in com.google.container.v1 with parameters of type AcceleratorConfig Modifier and Type Method Description NodeConfig.BuilderNodeConfig.Builder. addAccelerators(int index, AcceleratorConfig value)A list of hardware accelerators to be attached to each node.NodeConfig.BuilderNodeConfig.Builder. addAccelerators(AcceleratorConfig value)A list of hardware accelerators to be attached to each node.AcceleratorConfig.BuilderAcceleratorConfig.Builder. mergeFrom(AcceleratorConfig other)static AcceleratorConfig.BuilderAcceleratorConfig. newBuilder(AcceleratorConfig prototype)NodeConfig.BuilderNodeConfig.Builder. setAccelerators(int index, AcceleratorConfig value)A list of hardware accelerators to be attached to each node.Method parameters in com.google.container.v1 with type arguments of type AcceleratorConfig Modifier and Type Method Description NodeConfig.BuilderNodeConfig.Builder. addAllAccelerators(Iterable<? extends AcceleratorConfig> values)A list of hardware accelerators to be attached to each node.
-