public static final class LocalDisk.RuntimeGuestOsFeature extends GeneratedMessage implements LocalDisk.RuntimeGuestOsFeatureOrBuilderOptional. A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options. Guest OS features for boot disk.
Protobuf type google.cloud.notebooks.v1.LocalDisk.RuntimeGuestOsFeature
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > LocalDisk.RuntimeGuestOsFeatureImplements
LocalDisk.RuntimeGuestOsFeatureOrBuilderStatic Fields
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static LocalDisk.RuntimeGuestOsFeature getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
LocalDisk.RuntimeGuestOsFeature |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static LocalDisk.RuntimeGuestOsFeature.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
LocalDisk.RuntimeGuestOsFeature.Builder |
|
newBuilder(LocalDisk.RuntimeGuestOsFeature prototype)
public static LocalDisk.RuntimeGuestOsFeature.Builder newBuilder(LocalDisk.RuntimeGuestOsFeature prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
LocalDisk.RuntimeGuestOsFeature |
| Returns | |
|---|---|
| Type | Description |
LocalDisk.RuntimeGuestOsFeature.Builder |
|
parseDelimitedFrom(InputStream input)
public static LocalDisk.RuntimeGuestOsFeature parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
LocalDisk.RuntimeGuestOsFeature |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LocalDisk.RuntimeGuestOsFeature parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LocalDisk.RuntimeGuestOsFeature |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static LocalDisk.RuntimeGuestOsFeature parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
LocalDisk.RuntimeGuestOsFeature |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static LocalDisk.RuntimeGuestOsFeature parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LocalDisk.RuntimeGuestOsFeature |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static LocalDisk.RuntimeGuestOsFeature parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
LocalDisk.RuntimeGuestOsFeature |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LocalDisk.RuntimeGuestOsFeature parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LocalDisk.RuntimeGuestOsFeature |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static LocalDisk.RuntimeGuestOsFeature parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
LocalDisk.RuntimeGuestOsFeature |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static LocalDisk.RuntimeGuestOsFeature parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LocalDisk.RuntimeGuestOsFeature |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static LocalDisk.RuntimeGuestOsFeature parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
LocalDisk.RuntimeGuestOsFeature |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LocalDisk.RuntimeGuestOsFeature parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LocalDisk.RuntimeGuestOsFeature |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static LocalDisk.RuntimeGuestOsFeature parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
LocalDisk.RuntimeGuestOsFeature |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static LocalDisk.RuntimeGuestOsFeature parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LocalDisk.RuntimeGuestOsFeature |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<LocalDisk.RuntimeGuestOsFeature> parser()| Returns | |
|---|---|
| Type | Description |
Parser<RuntimeGuestOsFeature> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public LocalDisk.RuntimeGuestOsFeature getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
LocalDisk.RuntimeGuestOsFeature |
|
getParserForType()
public Parser<LocalDisk.RuntimeGuestOsFeature> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<RuntimeGuestOsFeature> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
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_UNSPECIFIEDMULTI_IP_SUBNETSECURE_BOOTUEFI_COMPATIBLEVIRTIO_SCSI_MULTIQUEUEWINDOWS
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_UNSPECIFIEDMULTI_IP_SUBNETSECURE_BOOTUEFI_COMPATIBLEVIRTIO_SCSI_MULTIQUEUEWINDOWS
string type = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for type. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public LocalDisk.RuntimeGuestOsFeature.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
LocalDisk.RuntimeGuestOsFeature.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected LocalDisk.RuntimeGuestOsFeature.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
LocalDisk.RuntimeGuestOsFeature.Builder |
|
toBuilder()
public LocalDisk.RuntimeGuestOsFeature.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
LocalDisk.RuntimeGuestOsFeature.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|