| Modifier and Type | Method and Description |
|---|---|
ScratchDisks |
ScratchDisks.Builder.build() |
ScratchDisks |
ScratchDisks.Builder.buildPartial() |
static ScratchDisks |
ScratchDisks.getDefaultInstance() |
ScratchDisks |
ScratchDisks.getDefaultInstanceForType() |
ScratchDisks |
ScratchDisks.Builder.getDefaultInstanceForType() |
ScratchDisks |
MachineType.getScratchDisks(int index)
[Output Only] A list of extended scratch disks assigned to the instance.
|
ScratchDisks |
MachineType.Builder.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(ByteBuffer data) |
static ScratchDisks |
ScratchDisks.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ScratchDisks> |
ScratchDisks.getParserForType() |
List<ScratchDisks> |
MachineType.getScratchDisksList()
[Output Only] A list of extended scratch disks assigned to the instance.
|
List<ScratchDisks> |
MachineType.Builder.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() |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
MachineType.Builder |
MachineType.Builder.addAllScratchDisks(Iterable<? extends ScratchDisks> values)
[Output Only] A list of extended scratch disks assigned to the instance.
|
Copyright © 2023 Google LLC. All rights reserved.