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