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 AttachedDisk
AttachedDisk.Builder. build()
AttachedDisk
AttachedDisk.Builder. buildPartial()
AttachedDisk
Node.Builder. getDataDisks(int index)
The additional data disks for the Node.AttachedDisk
Node. getDataDisks(int index)
The additional data disks for the Node.AttachedDisk
NodeOrBuilder. getDataDisks(int index)
The additional data disks for the Node.static AttachedDisk
AttachedDisk. getDefaultInstance()
AttachedDisk
AttachedDisk.Builder. getDefaultInstanceForType()
AttachedDisk
AttachedDisk. getDefaultInstanceForType()
static AttachedDisk
AttachedDisk. parseDelimitedFrom(InputStream input)
static AttachedDisk
AttachedDisk. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedDisk
AttachedDisk. parseFrom(byte[] data)
static AttachedDisk
AttachedDisk. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedDisk
AttachedDisk. parseFrom(com.google.protobuf.ByteString data)
static AttachedDisk
AttachedDisk. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedDisk
AttachedDisk. parseFrom(com.google.protobuf.CodedInputStream input)
static AttachedDisk
AttachedDisk. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedDisk
AttachedDisk. parseFrom(InputStream input)
static AttachedDisk
AttachedDisk. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedDisk
AttachedDisk. parseFrom(ByteBuffer data)
static AttachedDisk
AttachedDisk. 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.Builder
Node.Builder. addDataDisks(int index, AttachedDisk value)
The additional data disks for the Node.Node.Builder
Node.Builder. addDataDisks(AttachedDisk value)
The additional data disks for the Node.AttachedDisk.Builder
AttachedDisk.Builder. mergeFrom(AttachedDisk other)
static AttachedDisk.Builder
AttachedDisk. newBuilder(AttachedDisk prototype)
Node.Builder
Node.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.Builder
Node.Builder. addAllDataDisks(Iterable<? extends AttachedDisk> values)
The additional data disks for the Node.
-