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 ScratchDisksScratchDisks.Builder. build()ScratchDisksScratchDisks.Builder. buildPartial()static ScratchDisksScratchDisks. getDefaultInstance()ScratchDisksScratchDisks.Builder. getDefaultInstanceForType()ScratchDisksScratchDisks. getDefaultInstanceForType()ScratchDisksMachineType.Builder. getScratchDisks(int index)[Output Only] A list of extended scratch disks assigned to the instance.ScratchDisksMachineType. getScratchDisks(int index)[Output Only] A list of extended scratch disks assigned to the instance.ScratchDisksMachineTypeOrBuilder. getScratchDisks(int index)[Output Only] A list of extended scratch disks assigned to the instance.static ScratchDisksScratchDisks. parseDelimitedFrom(InputStream input)static ScratchDisksScratchDisks. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ScratchDisksScratchDisks. parseFrom(byte[] data)static ScratchDisksScratchDisks. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ScratchDisksScratchDisks. parseFrom(com.google.protobuf.ByteString data)static ScratchDisksScratchDisks. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ScratchDisksScratchDisks. parseFrom(com.google.protobuf.CodedInputStream input)static ScratchDisksScratchDisks. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ScratchDisksScratchDisks. parseFrom(InputStream input)static ScratchDisksScratchDisks. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ScratchDisksScratchDisks. parseFrom(ByteBuffer data)static ScratchDisksScratchDisks. 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.BuilderMachineType.Builder. addScratchDisks(int index, ScratchDisks value)[Output Only] A list of extended scratch disks assigned to the instance.MachineType.BuilderMachineType.Builder. addScratchDisks(ScratchDisks value)[Output Only] A list of extended scratch disks assigned to the instance.ScratchDisks.BuilderScratchDisks.Builder. mergeFrom(ScratchDisks other)static ScratchDisks.BuilderScratchDisks. newBuilder(ScratchDisks prototype)MachineType.BuilderMachineType.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.BuilderMachineType.Builder. addAllScratchDisks(Iterable<? extends ScratchDisks> values)[Output Only] A list of extended scratch disks assigned to the instance.
-