Uses of Class
com.google.cloud.compute.v1.DisplayDevice
-
Packages that use DisplayDevice Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of DisplayDevice in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return DisplayDevice Modifier and Type Method Description DisplayDevice
DisplayDevice.Builder. build()
DisplayDevice
DisplayDevice.Builder. buildPartial()
static DisplayDevice
DisplayDevice. getDefaultInstance()
DisplayDevice
DisplayDevice.Builder. getDefaultInstanceForType()
DisplayDevice
DisplayDevice. getDefaultInstanceForType()
DisplayDevice
Instance.Builder. getDisplayDevice()
Enables display device for the instance.DisplayDevice
Instance. getDisplayDevice()
Enables display device for the instance.DisplayDevice
InstanceOrBuilder. getDisplayDevice()
Enables display device for the instance.DisplayDevice
UpdateDisplayDeviceInstanceRequest.Builder. getDisplayDeviceResource()
The body resource for this requestDisplayDevice
UpdateDisplayDeviceInstanceRequest. getDisplayDeviceResource()
The body resource for this requestDisplayDevice
UpdateDisplayDeviceInstanceRequestOrBuilder. getDisplayDeviceResource()
The body resource for this requeststatic DisplayDevice
DisplayDevice. parseDelimitedFrom(InputStream input)
static DisplayDevice
DisplayDevice. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DisplayDevice
DisplayDevice. parseFrom(byte[] data)
static DisplayDevice
DisplayDevice. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DisplayDevice
DisplayDevice. parseFrom(com.google.protobuf.ByteString data)
static DisplayDevice
DisplayDevice. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DisplayDevice
DisplayDevice. parseFrom(com.google.protobuf.CodedInputStream input)
static DisplayDevice
DisplayDevice. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DisplayDevice
DisplayDevice. parseFrom(InputStream input)
static DisplayDevice
DisplayDevice. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DisplayDevice
DisplayDevice. parseFrom(ByteBuffer data)
static DisplayDevice
DisplayDevice. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type DisplayDevice Modifier and Type Method Description com.google.protobuf.Parser<DisplayDevice>
DisplayDevice. getParserForType()
static com.google.protobuf.Parser<DisplayDevice>
DisplayDevice. parser()
Methods in com.google.cloud.compute.v1 with parameters of type DisplayDevice Modifier and Type Method Description Instance.Builder
Instance.Builder. mergeDisplayDevice(DisplayDevice value)
Enables display device for the instance.UpdateDisplayDeviceInstanceRequest.Builder
UpdateDisplayDeviceInstanceRequest.Builder. mergeDisplayDeviceResource(DisplayDevice value)
The body resource for this requestDisplayDevice.Builder
DisplayDevice.Builder. mergeFrom(DisplayDevice other)
static DisplayDevice.Builder
DisplayDevice. newBuilder(DisplayDevice prototype)
Instance.Builder
Instance.Builder. setDisplayDevice(DisplayDevice value)
Enables display device for the instance.UpdateDisplayDeviceInstanceRequest.Builder
UpdateDisplayDeviceInstanceRequest.Builder. setDisplayDeviceResource(DisplayDevice value)
The body resource for this requestcom.google.api.gax.longrunning.OperationFuture<Operation,Operation>
InstancesClient. updateDisplayDeviceAsync(String project, String zone, String instance, DisplayDevice displayDeviceResource)
Updates the Display config for a VM instance.
-