Interface GuestOsFeatureOrBuilder (0.10.0)

public interface GuestOsFeatureOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getType()

public abstract GuestOsFeature.FeatureType getType()

The ID of a supported feature.

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

Returns
Type Description
GuestOsFeature.FeatureType

The type.

getTypeValue()

public abstract int getTypeValue()

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()

public abstract boolean hasType()

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.