Package | Description |
---|---|
com.google.cloud.iot.v1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.iot.v1.stub |
Modifier and Type | Method and Description |
---|---|
Parser<UpdateDeviceRequest> |
UpdateDeviceRequest.getParserForType() |
static MethodDescriptor<UpdateDeviceRequest,Device> |
DeviceManagerGrpc.getUpdateDeviceMethod() |
static Parser<UpdateDeviceRequest> |
UpdateDeviceRequest.parser() |
UnaryCallable<UpdateDeviceRequest,Device> |
DeviceManagerClient.updateDeviceCallable()
Updates a device.
|
UnaryCallSettings<UpdateDeviceRequest,Device> |
DeviceManagerSettings.updateDeviceSettings()
Returns the object with the settings used for calls to updateDevice.
|
UnaryCallSettings.Builder<UpdateDeviceRequest,Device> |
DeviceManagerSettings.Builder.updateDeviceSettings()
Returns the builder for the settings used for calls to updateDevice.
|
Modifier and Type | Method and Description |
---|---|
UpdateDeviceRequest.Builder |
UpdateDeviceRequest.Builder.mergeFrom(UpdateDeviceRequest other) |
static UpdateDeviceRequest.Builder |
UpdateDeviceRequest.newBuilder(UpdateDeviceRequest prototype) |
Device |
DeviceManagerGrpc.DeviceManagerBlockingStub.updateDevice(UpdateDeviceRequest request)
Updates a device.
|
com.google.common.util.concurrent.ListenableFuture<Device> |
DeviceManagerGrpc.DeviceManagerFutureStub.updateDevice(UpdateDeviceRequest request)
Updates a device.
|
Device |
DeviceManagerClient.updateDevice(UpdateDeviceRequest request)
Updates a device.
|
void |
DeviceManagerGrpc.DeviceManagerImplBase.updateDevice(UpdateDeviceRequest request,
StreamObserver<Device> responseObserver)
Updates a device.
|
void |
DeviceManagerGrpc.DeviceManagerStub.updateDevice(UpdateDeviceRequest request,
StreamObserver<Device> responseObserver)
Updates a device.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<UpdateDeviceRequest,Device> |
HttpJsonDeviceManagerStub.updateDeviceCallable() |
UnaryCallable<UpdateDeviceRequest,Device> |
GrpcDeviceManagerStub.updateDeviceCallable() |
UnaryCallable<UpdateDeviceRequest,Device> |
DeviceManagerStub.updateDeviceCallable() |
UnaryCallSettings<UpdateDeviceRequest,Device> |
DeviceManagerStubSettings.updateDeviceSettings()
Returns the object with the settings used for calls to updateDevice.
|
UnaryCallSettings.Builder<UpdateDeviceRequest,Device> |
DeviceManagerStubSettings.Builder.updateDeviceSettings()
Returns the builder for the settings used for calls to updateDevice.
|
Copyright © 2022 Google LLC. All rights reserved.