Interface GuestOsFeatureOrBuilder (0.29.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface GuestOsFeatureOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
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. |