Instance.Disk.Builder |
Instance.Disk.Builder.addAllGuestOsFeatures(Iterable<? extends Instance.Disk.GuestOsFeature> values) |
Indicates a list of features to enable on the guest operating system.
|
Instance.Disk.Builder |
Instance.Disk.Builder.addAllLicenses(Iterable<String> values) |
A list of publicly visible licenses.
|
Instance.Disk.Builder |
Instance.Builder.addDisksBuilder() |
Output only.
|
Instance.Disk.Builder |
Instance.Builder.addDisksBuilder(int index) |
Output only.
|
Instance.Disk.Builder |
Instance.Disk.Builder.addGuestOsFeatures(int index,
Instance.Disk.GuestOsFeature value) |
Indicates a list of features to enable on the guest operating system.
|
Instance.Disk.Builder |
Instance.Disk.Builder.addGuestOsFeatures(int index,
Instance.Disk.GuestOsFeature.Builder builderForValue) |
Indicates a list of features to enable on the guest operating system.
|
Instance.Disk.Builder |
Instance.Disk.Builder.addGuestOsFeatures(Instance.Disk.GuestOsFeature value) |
Indicates a list of features to enable on the guest operating system.
|
Instance.Disk.Builder |
Instance.Disk.Builder.addGuestOsFeatures(Instance.Disk.GuestOsFeature.Builder builderForValue) |
Indicates a list of features to enable on the guest operating system.
|
Instance.Disk.Builder |
Instance.Disk.Builder.addLicenses(String value) |
A list of publicly visible licenses.
|
Instance.Disk.Builder |
Instance.Disk.Builder.addLicensesBytes(com.google.protobuf.ByteString value) |
A list of publicly visible licenses.
|
Instance.Disk.Builder |
Instance.Disk.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Instance.Disk.Builder |
Instance.Disk.Builder.clear() |
|
Instance.Disk.Builder |
Instance.Disk.Builder.clearAutoDelete() |
Indicates whether the disk will be auto-deleted when the instance is
deleted (but not when the disk is detached from the instance).
|
Instance.Disk.Builder |
Instance.Disk.Builder.clearBoot() |
Indicates that this is a boot disk.
|
Instance.Disk.Builder |
Instance.Disk.Builder.clearDeviceName() |
Indicates a unique device name of your choice that is reflected into the
`/dev/disk/by-id/google-*` tree of a Linux operating system running
within the instance.
|
Instance.Disk.Builder |
Instance.Disk.Builder.clearDiskSizeGb() |
Indicates the size of the disk in base-2 GB.
|
Instance.Disk.Builder |
Instance.Disk.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Instance.Disk.Builder |
Instance.Disk.Builder.clearGuestOsFeatures() |
Indicates a list of features to enable on the guest operating system.
|
Instance.Disk.Builder |
Instance.Disk.Builder.clearIndex() |
A zero-based index to this disk, where 0 is reserved for the
boot disk.
|
Instance.Disk.Builder |
Instance.Disk.Builder.clearInterface() |
Indicates the disk interface to use for attaching this disk, which is
either SCSI or NVME.
|
Instance.Disk.Builder |
Instance.Disk.Builder.clearKind() |
Type of the resource.
|
Instance.Disk.Builder |
Instance.Disk.Builder.clearLicenses() |
A list of publicly visible licenses.
|
Instance.Disk.Builder |
Instance.Disk.Builder.clearMode() |
The mode in which to attach this disk, either `READ_WRITE` or
`READ_ONLY`.
|
Instance.Disk.Builder |
Instance.Disk.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Instance.Disk.Builder |
Instance.Disk.Builder.clearSource() |
Indicates a valid partial or full URL to an existing Persistent Disk
resource.
|
Instance.Disk.Builder |
Instance.Disk.Builder.clearType() |
Indicates the type of the disk, either `SCRATCH` or `PERSISTENT`.
|
Instance.Disk.Builder |
Instance.Disk.Builder.clone() |
|
Instance.Disk.Builder |
Instance.Builder.getDisksBuilder(int index) |
Output only.
|
Instance.Disk.Builder |
Instance.Disk.Builder.mergeFrom(Instance.Disk other) |
|
Instance.Disk.Builder |
Instance.Disk.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Instance.Disk.Builder |
Instance.Disk.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Instance.Disk.Builder |
Instance.Disk.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Instance.Disk.Builder |
Instance.Disk.newBuilder() |
|
static Instance.Disk.Builder |
Instance.Disk.newBuilder(Instance.Disk prototype) |
|
Instance.Disk.Builder |
Instance.Disk.newBuilderForType() |
|
protected Instance.Disk.Builder |
Instance.Disk.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Instance.Disk.Builder |
Instance.Disk.Builder.removeGuestOsFeatures(int index) |
Indicates a list of features to enable on the guest operating system.
|
Instance.Disk.Builder |
Instance.Disk.Builder.setAutoDelete(boolean value) |
Indicates whether the disk will be auto-deleted when the instance is
deleted (but not when the disk is detached from the instance).
|
Instance.Disk.Builder |
Instance.Disk.Builder.setBoot(boolean value) |
Indicates that this is a boot disk.
|
Instance.Disk.Builder |
Instance.Disk.Builder.setDeviceName(String value) |
Indicates a unique device name of your choice that is reflected into the
`/dev/disk/by-id/google-*` tree of a Linux operating system running
within the instance.
|
Instance.Disk.Builder |
Instance.Disk.Builder.setDeviceNameBytes(com.google.protobuf.ByteString value) |
Indicates a unique device name of your choice that is reflected into the
`/dev/disk/by-id/google-*` tree of a Linux operating system running
within the instance.
|
Instance.Disk.Builder |
Instance.Disk.Builder.setDiskSizeGb(long value) |
Indicates the size of the disk in base-2 GB.
|
Instance.Disk.Builder |
Instance.Disk.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Instance.Disk.Builder |
Instance.Disk.Builder.setGuestOsFeatures(int index,
Instance.Disk.GuestOsFeature value) |
Indicates a list of features to enable on the guest operating system.
|
Instance.Disk.Builder |
Instance.Disk.Builder.setGuestOsFeatures(int index,
Instance.Disk.GuestOsFeature.Builder builderForValue) |
Indicates a list of features to enable on the guest operating system.
|
Instance.Disk.Builder |
Instance.Disk.Builder.setIndex(long value) |
A zero-based index to this disk, where 0 is reserved for the
boot disk.
|
Instance.Disk.Builder |
Instance.Disk.Builder.setInterface(String value) |
Indicates the disk interface to use for attaching this disk, which is
either SCSI or NVME.
|
Instance.Disk.Builder |
Instance.Disk.Builder.setInterfaceBytes(com.google.protobuf.ByteString value) |
Indicates the disk interface to use for attaching this disk, which is
either SCSI or NVME.
|
Instance.Disk.Builder |
Instance.Disk.Builder.setKind(String value) |
Type of the resource.
|
Instance.Disk.Builder |
Instance.Disk.Builder.setKindBytes(com.google.protobuf.ByteString value) |
Type of the resource.
|
Instance.Disk.Builder |
Instance.Disk.Builder.setLicenses(int index,
String value) |
A list of publicly visible licenses.
|
Instance.Disk.Builder |
Instance.Disk.Builder.setMode(String value) |
The mode in which to attach this disk, either `READ_WRITE` or
`READ_ONLY`.
|
Instance.Disk.Builder |
Instance.Disk.Builder.setModeBytes(com.google.protobuf.ByteString value) |
The mode in which to attach this disk, either `READ_WRITE` or
`READ_ONLY`.
|
Instance.Disk.Builder |
Instance.Disk.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Instance.Disk.Builder |
Instance.Disk.Builder.setSource(String value) |
Indicates a valid partial or full URL to an existing Persistent Disk
resource.
|
Instance.Disk.Builder |
Instance.Disk.Builder.setSourceBytes(com.google.protobuf.ByteString value) |
Indicates a valid partial or full URL to an existing Persistent Disk
resource.
|
Instance.Disk.Builder |
Instance.Disk.Builder.setType(String value) |
Indicates the type of the disk, either `SCRATCH` or `PERSISTENT`.
|
Instance.Disk.Builder |
Instance.Disk.Builder.setTypeBytes(com.google.protobuf.ByteString value) |
Indicates the type of the disk, either `SCRATCH` or `PERSISTENT`.
|
Instance.Disk.Builder |
Instance.Disk.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Instance.Disk.Builder |
Instance.Disk.toBuilder() |
|