Uses of Class
com.google.cloud.compute.v1.UpdateDisplayDeviceInstanceRequest
-
Packages that use UpdateDisplayDeviceInstanceRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of UpdateDisplayDeviceInstanceRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return UpdateDisplayDeviceInstanceRequest Modifier and Type Method Description UpdateDisplayDeviceInstanceRequest
UpdateDisplayDeviceInstanceRequest.Builder. build()
UpdateDisplayDeviceInstanceRequest
UpdateDisplayDeviceInstanceRequest.Builder. buildPartial()
static UpdateDisplayDeviceInstanceRequest
UpdateDisplayDeviceInstanceRequest. getDefaultInstance()
UpdateDisplayDeviceInstanceRequest
UpdateDisplayDeviceInstanceRequest.Builder. getDefaultInstanceForType()
UpdateDisplayDeviceInstanceRequest
UpdateDisplayDeviceInstanceRequest. getDefaultInstanceForType()
static UpdateDisplayDeviceInstanceRequest
UpdateDisplayDeviceInstanceRequest. parseDelimitedFrom(InputStream input)
static UpdateDisplayDeviceInstanceRequest
UpdateDisplayDeviceInstanceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDisplayDeviceInstanceRequest
UpdateDisplayDeviceInstanceRequest. parseFrom(byte[] data)
static UpdateDisplayDeviceInstanceRequest
UpdateDisplayDeviceInstanceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDisplayDeviceInstanceRequest
UpdateDisplayDeviceInstanceRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateDisplayDeviceInstanceRequest
UpdateDisplayDeviceInstanceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDisplayDeviceInstanceRequest
UpdateDisplayDeviceInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateDisplayDeviceInstanceRequest
UpdateDisplayDeviceInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDisplayDeviceInstanceRequest
UpdateDisplayDeviceInstanceRequest. parseFrom(InputStream input)
static UpdateDisplayDeviceInstanceRequest
UpdateDisplayDeviceInstanceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDisplayDeviceInstanceRequest
UpdateDisplayDeviceInstanceRequest. parseFrom(ByteBuffer data)
static UpdateDisplayDeviceInstanceRequest
UpdateDisplayDeviceInstanceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type UpdateDisplayDeviceInstanceRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateDisplayDeviceInstanceRequest>
UpdateDisplayDeviceInstanceRequest. getParserForType()
static com.google.protobuf.Parser<UpdateDisplayDeviceInstanceRequest>
UpdateDisplayDeviceInstanceRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateDisplayDeviceInstanceRequest,Operation>
InstancesClient. updateDisplayDeviceCallable()
Updates the Display config for a VM instance.com.google.api.gax.rpc.OperationCallable<UpdateDisplayDeviceInstanceRequest,Operation,Operation>
InstancesClient. updateDisplayDeviceOperationCallable()
Updates the Display config for a VM instance.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateDisplayDeviceInstanceRequest,Operation,Operation>
InstancesSettings.Builder. updateDisplayDeviceOperationSettings()
Returns the builder for the settings used for calls to updateDisplayDevice.com.google.api.gax.rpc.OperationCallSettings<UpdateDisplayDeviceInstanceRequest,Operation,Operation>
InstancesSettings. updateDisplayDeviceOperationSettings()
Returns the object with the settings used for calls to updateDisplayDevice.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDisplayDeviceInstanceRequest,Operation>
InstancesSettings.Builder. updateDisplayDeviceSettings()
Returns the builder for the settings used for calls to updateDisplayDevice.com.google.api.gax.rpc.UnaryCallSettings<UpdateDisplayDeviceInstanceRequest,Operation>
InstancesSettings. updateDisplayDeviceSettings()
Returns the object with the settings used for calls to updateDisplayDevice.Methods in com.google.cloud.compute.v1 with parameters of type UpdateDisplayDeviceInstanceRequest Modifier and Type Method Description UpdateDisplayDeviceInstanceRequest.Builder
UpdateDisplayDeviceInstanceRequest.Builder. mergeFrom(UpdateDisplayDeviceInstanceRequest other)
static UpdateDisplayDeviceInstanceRequest.Builder
UpdateDisplayDeviceInstanceRequest. newBuilder(UpdateDisplayDeviceInstanceRequest prototype)
com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
InstancesClient. updateDisplayDeviceAsync(UpdateDisplayDeviceInstanceRequest request)
Updates the Display config for a VM instance. -
Uses of UpdateDisplayDeviceInstanceRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type UpdateDisplayDeviceInstanceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateDisplayDeviceInstanceRequest,Operation>
HttpJsonInstancesStub. updateDisplayDeviceCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateDisplayDeviceInstanceRequest,Operation>
InstancesStub. updateDisplayDeviceCallable()
com.google.api.gax.rpc.OperationCallable<UpdateDisplayDeviceInstanceRequest,Operation,Operation>
HttpJsonInstancesStub. updateDisplayDeviceOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateDisplayDeviceInstanceRequest,Operation,Operation>
InstancesStub. updateDisplayDeviceOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateDisplayDeviceInstanceRequest,Operation,Operation>
InstancesStubSettings.Builder. updateDisplayDeviceOperationSettings()
Returns the builder for the settings used for calls to updateDisplayDevice.com.google.api.gax.rpc.OperationCallSettings<UpdateDisplayDeviceInstanceRequest,Operation,Operation>
InstancesStubSettings. updateDisplayDeviceOperationSettings()
Returns the object with the settings used for calls to updateDisplayDevice.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDisplayDeviceInstanceRequest,Operation>
InstancesStubSettings.Builder. updateDisplayDeviceSettings()
Returns the builder for the settings used for calls to updateDisplayDevice.com.google.api.gax.rpc.UnaryCallSettings<UpdateDisplayDeviceInstanceRequest,Operation>
InstancesStubSettings. updateDisplayDeviceSettings()
Returns the object with the settings used for calls to updateDisplayDevice.
-