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 UpdateDeviceRequestUpdateDeviceRequest.Builder. build()UpdateDeviceRequestUpdateDeviceRequest.Builder. buildPartial()static UpdateDeviceRequestUpdateDeviceRequest. getDefaultInstance()UpdateDeviceRequestUpdateDeviceRequest.Builder. getDefaultInstanceForType()UpdateDeviceRequestUpdateDeviceRequest. getDefaultInstanceForType()static UpdateDeviceRequestUpdateDeviceRequest. parseDelimitedFrom(InputStream input)static UpdateDeviceRequestUpdateDeviceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateDeviceRequestUpdateDeviceRequest. parseFrom(byte[] data)static UpdateDeviceRequestUpdateDeviceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateDeviceRequestUpdateDeviceRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateDeviceRequestUpdateDeviceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateDeviceRequestUpdateDeviceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateDeviceRequestUpdateDeviceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateDeviceRequestUpdateDeviceRequest. parseFrom(InputStream input)static UpdateDeviceRequestUpdateDeviceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateDeviceRequestUpdateDeviceRequest. parseFrom(ByteBuffer data)static UpdateDeviceRequestUpdateDeviceRequest. 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.BuilderUpdateDeviceRequest.Builder. mergeFrom(UpdateDeviceRequest other)static UpdateDeviceRequest.BuilderUpdateDeviceRequest. newBuilder(UpdateDeviceRequest prototype)DeviceDeviceManagerClient. updateDevice(UpdateDeviceRequest request)Updates a device.default voidDeviceManagerGrpc.AsyncService. updateDevice(UpdateDeviceRequest request, io.grpc.stub.StreamObserver<Device> responseObserver)Updates a device.DeviceDeviceManagerGrpc.DeviceManagerBlockingStub. updateDevice(UpdateDeviceRequest request)Updates a device.com.google.common.util.concurrent.ListenableFuture<Device>DeviceManagerGrpc.DeviceManagerFutureStub. updateDevice(UpdateDeviceRequest request)Updates a device.voidDeviceManagerGrpc.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.
-