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 AcceleratorConfig
AcceleratorConfig.Builder. build()
AcceleratorConfig
AcceleratorConfig.Builder. buildPartial()
AcceleratorConfig
NodeConfig.Builder. getAccelerators(int index)
A list of hardware accelerators to be attached to each node.AcceleratorConfig
NodeConfig. getAccelerators(int index)
A list of hardware accelerators to be attached to each node.AcceleratorConfig
NodeConfigOrBuilder. getAccelerators(int index)
A list of hardware accelerators to be attached to each node.static AcceleratorConfig
AcceleratorConfig. getDefaultInstance()
AcceleratorConfig
AcceleratorConfig.Builder. getDefaultInstanceForType()
AcceleratorConfig
AcceleratorConfig. getDefaultInstanceForType()
static AcceleratorConfig
AcceleratorConfig. parseDelimitedFrom(InputStream input)
static AcceleratorConfig
AcceleratorConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcceleratorConfig
AcceleratorConfig. parseFrom(byte[] data)
static AcceleratorConfig
AcceleratorConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcceleratorConfig
AcceleratorConfig. parseFrom(com.google.protobuf.ByteString data)
static AcceleratorConfig
AcceleratorConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcceleratorConfig
AcceleratorConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static AcceleratorConfig
AcceleratorConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcceleratorConfig
AcceleratorConfig. parseFrom(InputStream input)
static AcceleratorConfig
AcceleratorConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcceleratorConfig
AcceleratorConfig. parseFrom(ByteBuffer data)
static AcceleratorConfig
AcceleratorConfig. 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.Builder
NodeConfig.Builder. addAccelerators(int index, AcceleratorConfig value)
A list of hardware accelerators to be attached to each node.NodeConfig.Builder
NodeConfig.Builder. addAccelerators(AcceleratorConfig value)
A list of hardware accelerators to be attached to each node.AcceleratorConfig.Builder
AcceleratorConfig.Builder. mergeFrom(AcceleratorConfig other)
static AcceleratorConfig.Builder
AcceleratorConfig. newBuilder(AcceleratorConfig prototype)
NodeConfig.Builder
NodeConfig.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.Builder
NodeConfig.Builder. addAllAccelerators(Iterable<? extends AcceleratorConfig> values)
A list of hardware accelerators to be attached to each node.
-