Uses of Class
com.google.cloud.compute.v1.ScratchDisks
-
Packages that use ScratchDisks Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of ScratchDisks in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ScratchDisks Modifier and Type Method Description ScratchDisks
ScratchDisks.Builder. build()
ScratchDisks
ScratchDisks.Builder. buildPartial()
static ScratchDisks
ScratchDisks. getDefaultInstance()
ScratchDisks
ScratchDisks.Builder. getDefaultInstanceForType()
ScratchDisks
ScratchDisks. getDefaultInstanceForType()
ScratchDisks
MachineType.Builder. getScratchDisks(int index)
[Output Only] A list of extended scratch disks assigned to the instance.ScratchDisks
MachineType. getScratchDisks(int index)
[Output Only] A list of extended scratch disks assigned to the instance.ScratchDisks
MachineTypeOrBuilder. getScratchDisks(int index)
[Output Only] A list of extended scratch disks assigned to the instance.static ScratchDisks
ScratchDisks. parseDelimitedFrom(InputStream input)
static ScratchDisks
ScratchDisks. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ScratchDisks
ScratchDisks. parseFrom(byte[] data)
static ScratchDisks
ScratchDisks. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ScratchDisks
ScratchDisks. parseFrom(com.google.protobuf.ByteString data)
static ScratchDisks
ScratchDisks. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ScratchDisks
ScratchDisks. parseFrom(com.google.protobuf.CodedInputStream input)
static ScratchDisks
ScratchDisks. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ScratchDisks
ScratchDisks. parseFrom(InputStream input)
static ScratchDisks
ScratchDisks. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ScratchDisks
ScratchDisks. parseFrom(ByteBuffer data)
static ScratchDisks
ScratchDisks. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ScratchDisks Modifier and Type Method Description com.google.protobuf.Parser<ScratchDisks>
ScratchDisks. getParserForType()
List<ScratchDisks>
MachineType.Builder. getScratchDisksList()
[Output Only] A list of extended scratch disks assigned to the instance.List<ScratchDisks>
MachineType. getScratchDisksList()
[Output Only] A list of extended scratch disks assigned to the instance.List<ScratchDisks>
MachineTypeOrBuilder. getScratchDisksList()
[Output Only] A list of extended scratch disks assigned to the instance.static com.google.protobuf.Parser<ScratchDisks>
ScratchDisks. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ScratchDisks Modifier and Type Method Description MachineType.Builder
MachineType.Builder. addScratchDisks(int index, ScratchDisks value)
[Output Only] A list of extended scratch disks assigned to the instance.MachineType.Builder
MachineType.Builder. addScratchDisks(ScratchDisks value)
[Output Only] A list of extended scratch disks assigned to the instance.ScratchDisks.Builder
ScratchDisks.Builder. mergeFrom(ScratchDisks other)
static ScratchDisks.Builder
ScratchDisks. newBuilder(ScratchDisks prototype)
MachineType.Builder
MachineType.Builder. setScratchDisks(int index, ScratchDisks value)
[Output Only] A list of extended scratch disks assigned to the instance.Method parameters in com.google.cloud.compute.v1 with type arguments of type ScratchDisks Modifier and Type Method Description MachineType.Builder
MachineType.Builder. addAllScratchDisks(Iterable<? extends ScratchDisks> values)
[Output Only] A list of extended scratch disks assigned to the instance.
-