Class Instance.Disk.GuestOsFeature.Builder (1.81.0)

public static final class Instance.Disk.GuestOsFeature.Builder extends GeneratedMessage.Builder<Instance.Disk.GuestOsFeature.Builder> implements Instance.Disk.GuestOsFeatureOrBuilder

Guest OS features for boot disk.

Protobuf type google.cloud.notebooks.v1.Instance.Disk.GuestOsFeature

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Instance.Disk.GuestOsFeature build()
Returns
Type Description
Instance.Disk.GuestOsFeature

buildPartial()

public Instance.Disk.GuestOsFeature buildPartial()
Returns
Type Description
Instance.Disk.GuestOsFeature

clear()

public Instance.Disk.GuestOsFeature.Builder clear()
Returns
Type Description
Instance.Disk.GuestOsFeature.Builder
Overrides

clearType()

public Instance.Disk.GuestOsFeature.Builder clearType()

The ID of a supported feature. Read Enabling guest operating system features to see a list of available options. Valid values:

  • FEATURE_TYPE_UNSPECIFIED
  • MULTI_IP_SUBNET
  • SECURE_BOOT
  • UEFI_COMPATIBLE
  • VIRTIO_SCSI_MULTIQUEUE
  • WINDOWS

string type = 1;

Returns
Type Description
Instance.Disk.GuestOsFeature.Builder

This builder for chaining.

getDefaultInstanceForType()

public Instance.Disk.GuestOsFeature getDefaultInstanceForType()
Returns
Type Description
Instance.Disk.GuestOsFeature

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getType()

public String getType()

The ID of a supported feature. Read Enabling guest operating system features to see a list of available options. Valid values:

  • FEATURE_TYPE_UNSPECIFIED
  • MULTI_IP_SUBNET
  • SECURE_BOOT
  • UEFI_COMPATIBLE
  • VIRTIO_SCSI_MULTIQUEUE
  • WINDOWS

string type = 1;

Returns
Type Description
String

The type.

getTypeBytes()

public ByteString getTypeBytes()

The ID of a supported feature. Read Enabling guest operating system features to see a list of available options. Valid values:

  • FEATURE_TYPE_UNSPECIFIED
  • MULTI_IP_SUBNET
  • SECURE_BOOT
  • UEFI_COMPATIBLE
  • VIRTIO_SCSI_MULTIQUEUE
  • WINDOWS

string type = 1;

Returns
Type Description
ByteString

The bytes for type.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Instance.Disk.GuestOsFeature other)

public Instance.Disk.GuestOsFeature.Builder mergeFrom(Instance.Disk.GuestOsFeature other)
Parameter
Name Description
other Instance.Disk.GuestOsFeature
Returns
Type Description
Instance.Disk.GuestOsFeature.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Instance.Disk.GuestOsFeature.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Instance.Disk.GuestOsFeature.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Instance.Disk.GuestOsFeature.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Instance.Disk.GuestOsFeature.Builder
Overrides

setType(String value)

public Instance.Disk.GuestOsFeature.Builder setType(String value)

The ID of a supported feature. Read Enabling guest operating system features to see a list of available options. Valid values:

  • FEATURE_TYPE_UNSPECIFIED
  • MULTI_IP_SUBNET
  • SECURE_BOOT
  • UEFI_COMPATIBLE
  • VIRTIO_SCSI_MULTIQUEUE
  • WINDOWS

string type = 1;

Parameter
Name Description
value String

The type to set.

Returns
Type Description
Instance.Disk.GuestOsFeature.Builder

This builder for chaining.

setTypeBytes(ByteString value)

public Instance.Disk.GuestOsFeature.Builder setTypeBytes(ByteString value)

The ID of a supported feature. Read Enabling guest operating system features to see a list of available options. Valid values:

  • FEATURE_TYPE_UNSPECIFIED
  • MULTI_IP_SUBNET
  • SECURE_BOOT
  • UEFI_COMPATIBLE
  • VIRTIO_SCSI_MULTIQUEUE
  • WINDOWS

string type = 1;

Parameter
Name Description
value ByteString

The bytes for type to set.

Returns
Type Description
Instance.Disk.GuestOsFeature.Builder

This builder for chaining.