Uses of Class
com.google.cloud.tpu.v2alpha1.AttachedDisk
-
Packages that use AttachedDisk Package Description com.google.cloud.tpu.v2alpha1 A client to Cloud TPU API -
-
Uses of AttachedDisk in com.google.cloud.tpu.v2alpha1
Methods in com.google.cloud.tpu.v2alpha1 that return AttachedDisk Modifier and Type Method Description AttachedDiskAttachedDisk.Builder. build()AttachedDiskAttachedDisk.Builder. buildPartial()AttachedDiskNode.Builder. getDataDisks(int index)The additional data disks for the Node.AttachedDiskNode. getDataDisks(int index)The additional data disks for the Node.AttachedDiskNodeOrBuilder. getDataDisks(int index)The additional data disks for the Node.static AttachedDiskAttachedDisk. getDefaultInstance()AttachedDiskAttachedDisk.Builder. getDefaultInstanceForType()AttachedDiskAttachedDisk. getDefaultInstanceForType()static AttachedDiskAttachedDisk. parseDelimitedFrom(InputStream input)static AttachedDiskAttachedDisk. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachedDiskAttachedDisk. parseFrom(byte[] data)static AttachedDiskAttachedDisk. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachedDiskAttachedDisk. parseFrom(com.google.protobuf.ByteString data)static AttachedDiskAttachedDisk. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachedDiskAttachedDisk. parseFrom(com.google.protobuf.CodedInputStream input)static AttachedDiskAttachedDisk. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachedDiskAttachedDisk. parseFrom(InputStream input)static AttachedDiskAttachedDisk. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachedDiskAttachedDisk. parseFrom(ByteBuffer data)static AttachedDiskAttachedDisk. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.tpu.v2alpha1 that return types with arguments of type AttachedDisk Modifier and Type Method Description List<AttachedDisk>Node.Builder. getDataDisksList()The additional data disks for the Node.List<AttachedDisk>Node. getDataDisksList()The additional data disks for the Node.List<AttachedDisk>NodeOrBuilder. getDataDisksList()The additional data disks for the Node.com.google.protobuf.Parser<AttachedDisk>AttachedDisk. getParserForType()static com.google.protobuf.Parser<AttachedDisk>AttachedDisk. parser()Methods in com.google.cloud.tpu.v2alpha1 with parameters of type AttachedDisk Modifier and Type Method Description Node.BuilderNode.Builder. addDataDisks(int index, AttachedDisk value)The additional data disks for the Node.Node.BuilderNode.Builder. addDataDisks(AttachedDisk value)The additional data disks for the Node.AttachedDisk.BuilderAttachedDisk.Builder. mergeFrom(AttachedDisk other)static AttachedDisk.BuilderAttachedDisk. newBuilder(AttachedDisk prototype)Node.BuilderNode.Builder. setDataDisks(int index, AttachedDisk value)The additional data disks for the Node.Method parameters in com.google.cloud.tpu.v2alpha1 with type arguments of type AttachedDisk Modifier and Type Method Description Node.BuilderNode.Builder. addAllDataDisks(Iterable<? extends AttachedDisk> values)The additional data disks for the Node.
-