Package com.google.cloud.compute.v1
Interface DisplayDeviceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DisplayDevice
,DisplayDevice.Builder
public interface DisplayDeviceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getEnableDisplay()
Defines whether the instance has Display enabled.boolean
hasEnableDisplay()
Defines whether the instance has Display enabled.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasEnableDisplay
boolean hasEnableDisplay()
Defines whether the instance has Display enabled.
optional bool enable_display = 14266886;
- Returns:
- Whether the enableDisplay field is set.
-
getEnableDisplay
boolean getEnableDisplay()
Defines whether the instance has Display enabled.
optional bool enable_display = 14266886;
- Returns:
- The enableDisplay.
-
-