Uses of Class
com.google.cloud.iot.v1.UpdateDeviceRequest
-
Packages that use UpdateDeviceRequest Package Description com.google.cloud.iot.v1 A client to Cloud IoT APIcom.google.cloud.iot.v1.stub -
-
Uses of UpdateDeviceRequest in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return UpdateDeviceRequest Modifier and Type Method Description UpdateDeviceRequest
UpdateDeviceRequest.Builder. build()
UpdateDeviceRequest
UpdateDeviceRequest.Builder. buildPartial()
static UpdateDeviceRequest
UpdateDeviceRequest. getDefaultInstance()
UpdateDeviceRequest
UpdateDeviceRequest.Builder. getDefaultInstanceForType()
UpdateDeviceRequest
UpdateDeviceRequest. getDefaultInstanceForType()
static UpdateDeviceRequest
UpdateDeviceRequest. parseDelimitedFrom(InputStream input)
static UpdateDeviceRequest
UpdateDeviceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDeviceRequest
UpdateDeviceRequest. parseFrom(byte[] data)
static UpdateDeviceRequest
UpdateDeviceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDeviceRequest
UpdateDeviceRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateDeviceRequest
UpdateDeviceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDeviceRequest
UpdateDeviceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateDeviceRequest
UpdateDeviceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDeviceRequest
UpdateDeviceRequest. parseFrom(InputStream input)
static UpdateDeviceRequest
UpdateDeviceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDeviceRequest
UpdateDeviceRequest. parseFrom(ByteBuffer data)
static UpdateDeviceRequest
UpdateDeviceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.iot.v1 that return types with arguments of type UpdateDeviceRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateDeviceRequest>
UpdateDeviceRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateDeviceRequest,Device>
DeviceManagerGrpc. getUpdateDeviceMethod()
static com.google.protobuf.Parser<UpdateDeviceRequest>
UpdateDeviceRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateDeviceRequest,Device>
DeviceManagerClient. updateDeviceCallable()
Updates a device.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDeviceRequest,Device>
DeviceManagerSettings.Builder. updateDeviceSettings()
Returns the builder for the settings used for calls to updateDevice.com.google.api.gax.rpc.UnaryCallSettings<UpdateDeviceRequest,Device>
DeviceManagerSettings. updateDeviceSettings()
Returns the object with the settings used for calls to updateDevice.Methods in com.google.cloud.iot.v1 with parameters of type UpdateDeviceRequest Modifier and Type Method Description UpdateDeviceRequest.Builder
UpdateDeviceRequest.Builder. mergeFrom(UpdateDeviceRequest other)
static UpdateDeviceRequest.Builder
UpdateDeviceRequest. newBuilder(UpdateDeviceRequest prototype)
Device
DeviceManagerClient. updateDevice(UpdateDeviceRequest request)
Updates a device.default void
DeviceManagerGrpc.AsyncService. updateDevice(UpdateDeviceRequest request, io.grpc.stub.StreamObserver<Device> responseObserver)
Updates a device.Device
DeviceManagerGrpc.DeviceManagerBlockingStub. updateDevice(UpdateDeviceRequest request)
Updates a device.com.google.common.util.concurrent.ListenableFuture<Device>
DeviceManagerGrpc.DeviceManagerFutureStub. updateDevice(UpdateDeviceRequest request)
Updates a device.void
DeviceManagerGrpc.DeviceManagerStub. updateDevice(UpdateDeviceRequest request, io.grpc.stub.StreamObserver<Device> responseObserver)
Updates a device. -
Uses of UpdateDeviceRequest in com.google.cloud.iot.v1.stub
Methods in com.google.cloud.iot.v1.stub that return types with arguments of type UpdateDeviceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateDeviceRequest,Device>
DeviceManagerStub. updateDeviceCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateDeviceRequest,Device>
GrpcDeviceManagerStub. updateDeviceCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateDeviceRequest,Device>
HttpJsonDeviceManagerStub. updateDeviceCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDeviceRequest,Device>
DeviceManagerStubSettings.Builder. updateDeviceSettings()
Returns the builder for the settings used for calls to updateDevice.com.google.api.gax.rpc.UnaryCallSettings<UpdateDeviceRequest,Device>
DeviceManagerStubSettings. updateDeviceSettings()
Returns the object with the settings used for calls to updateDevice.
-