Interface GuestOsFeatureOrBuilder (0.29.0)

publicinterface GuestOsFeatureOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getType()

publicabstractGuestOsFeature.FeatureTypegetType()

The ID of a supported feature.

optional .google.cloud.backupdr.v1.GuestOsFeature.FeatureType type = 1;

Returns
Type Description
GuestOsFeature.FeatureType

The type.

getTypeValue()

publicabstractintgetTypeValue()

The ID of a supported feature.

optional .google.cloud.backupdr.v1.GuestOsFeature.FeatureType type = 1;

Returns
Type Description
int

The enum numeric value on the wire for type.

hasType()

publicabstractbooleanhasType()

The ID of a supported feature.

optional .google.cloud.backupdr.v1.GuestOsFeature.FeatureType type = 1;

Returns
Type Description
boolean

Whether the type field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.