Uses of Class
com.google.cloud.iot.v1.Device
-
Packages that use Device Package Description com.google.cloud.iot.v1 A client to Cloud IoT APIcom.google.cloud.iot.v1.stub -
-
Uses of Device in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return Device Modifier and Type Method Description Device
Device.Builder. build()
Device
Device.Builder. buildPartial()
Device
DeviceManagerClient. createDevice(CreateDeviceRequest request)
Creates a device in a device registry.Device
DeviceManagerClient. createDevice(RegistryName parent, Device device)
Creates a device in a device registry.Device
DeviceManagerClient. createDevice(String parent, Device device)
Creates a device in a device registry.Device
DeviceManagerGrpc.DeviceManagerBlockingStub. createDevice(CreateDeviceRequest request)
Creates a device in a device registry.static Device
Device. getDefaultInstance()
Device
Device.Builder. getDefaultInstanceForType()
Device
Device. getDefaultInstanceForType()
Device
CreateDeviceRequest.Builder. getDevice()
Required.Device
CreateDeviceRequest. getDevice()
Required.Device
CreateDeviceRequestOrBuilder. getDevice()
Required.Device
DeviceManagerClient. getDevice(DeviceName name)
Gets details about a device.Device
DeviceManagerClient. getDevice(GetDeviceRequest request)
Gets details about a device.Device
DeviceManagerClient. getDevice(String name)
Gets details about a device.Device
DeviceManagerGrpc.DeviceManagerBlockingStub. getDevice(GetDeviceRequest request)
Gets details about a device.Device
UpdateDeviceRequest.Builder. getDevice()
Required.Device
UpdateDeviceRequest. getDevice()
Required.Device
UpdateDeviceRequestOrBuilder. getDevice()
Required.Device
ListDevicesResponse.Builder. getDevices(int index)
The devices that match the request.Device
ListDevicesResponse. getDevices(int index)
The devices that match the request.Device
ListDevicesResponseOrBuilder. getDevices(int index)
The devices that match the request.static Device
Device. parseDelimitedFrom(InputStream input)
static Device
Device. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Device
Device. parseFrom(byte[] data)
static Device
Device. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Device
Device. parseFrom(com.google.protobuf.ByteString data)
static Device
Device. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Device
Device. parseFrom(com.google.protobuf.CodedInputStream input)
static Device
Device. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Device
Device. parseFrom(InputStream input)
static Device
Device. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Device
Device. parseFrom(ByteBuffer data)
static Device
Device. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Device
DeviceManagerClient. updateDevice(Device device, com.google.protobuf.FieldMask updateMask)
Updates a device.Device
DeviceManagerClient. updateDevice(UpdateDeviceRequest request)
Updates a device.Device
DeviceManagerGrpc.DeviceManagerBlockingStub. updateDevice(UpdateDeviceRequest request)
Updates a device.Methods in com.google.cloud.iot.v1 that return types with arguments of type Device Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Device>
DeviceManagerGrpc.DeviceManagerFutureStub. createDevice(CreateDeviceRequest request)
Creates a device in a device registry.com.google.api.gax.rpc.UnaryCallable<CreateDeviceRequest,Device>
DeviceManagerClient. createDeviceCallable()
Creates a device in a device registry.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDeviceRequest,Device>
DeviceManagerSettings.Builder. createDeviceSettings()
Returns the builder for the settings used for calls to createDevice.com.google.api.gax.rpc.UnaryCallSettings<CreateDeviceRequest,Device>
DeviceManagerSettings. createDeviceSettings()
Returns the object with the settings used for calls to createDevice.static io.grpc.MethodDescriptor<CreateDeviceRequest,Device>
DeviceManagerGrpc. getCreateDeviceMethod()
com.google.common.util.concurrent.ListenableFuture<Device>
DeviceManagerGrpc.DeviceManagerFutureStub. getDevice(GetDeviceRequest request)
Gets details about a device.com.google.api.gax.rpc.UnaryCallable<GetDeviceRequest,Device>
DeviceManagerClient. getDeviceCallable()
Gets details about a device.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDeviceRequest,Device>
DeviceManagerSettings.Builder. getDeviceSettings()
Returns the builder for the settings used for calls to getDevice.com.google.api.gax.rpc.UnaryCallSettings<GetDeviceRequest,Device>
DeviceManagerSettings. getDeviceSettings()
Returns the object with the settings used for calls to getDevice.List<Device>
ListDevicesResponse.Builder. getDevicesList()
The devices that match the request.List<Device>
ListDevicesResponse. getDevicesList()
The devices that match the request.List<Device>
ListDevicesResponseOrBuilder. getDevicesList()
The devices that match the request.static io.grpc.MethodDescriptor<GetDeviceRequest,Device>
DeviceManagerGrpc. getGetDeviceMethod()
com.google.protobuf.Parser<Device>
Device. getParserForType()
static io.grpc.MethodDescriptor<UpdateDeviceRequest,Device>
DeviceManagerGrpc. getUpdateDeviceMethod()
static com.google.protobuf.Parser<Device>
Device. parser()
com.google.common.util.concurrent.ListenableFuture<Device>
DeviceManagerGrpc.DeviceManagerFutureStub. updateDevice(UpdateDeviceRequest request)
Updates a device.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 Device Modifier and Type Method Description ListDevicesResponse.Builder
ListDevicesResponse.Builder. addDevices(int index, Device value)
The devices that match the request.ListDevicesResponse.Builder
ListDevicesResponse.Builder. addDevices(Device value)
The devices that match the request.Device
DeviceManagerClient. createDevice(RegistryName parent, Device device)
Creates a device in a device registry.Device
DeviceManagerClient. createDevice(String parent, Device device)
Creates a device in a device registry.CreateDeviceRequest.Builder
CreateDeviceRequest.Builder. mergeDevice(Device value)
Required.UpdateDeviceRequest.Builder
UpdateDeviceRequest.Builder. mergeDevice(Device value)
Required.Device.Builder
Device.Builder. mergeFrom(Device other)
static Device.Builder
Device. newBuilder(Device prototype)
CreateDeviceRequest.Builder
CreateDeviceRequest.Builder. setDevice(Device value)
Required.UpdateDeviceRequest.Builder
UpdateDeviceRequest.Builder. setDevice(Device value)
Required.ListDevicesResponse.Builder
ListDevicesResponse.Builder. setDevices(int index, Device value)
The devices that match the request.Device
DeviceManagerClient. updateDevice(Device device, com.google.protobuf.FieldMask updateMask)
Updates a device.Method parameters in com.google.cloud.iot.v1 with type arguments of type Device Modifier and Type Method Description ListDevicesResponse.Builder
ListDevicesResponse.Builder. addAllDevices(Iterable<? extends Device> values)
The devices that match the request.static com.google.api.core.ApiFuture<DeviceManagerClient.ListDevicesPagedResponse>
DeviceManagerClient.ListDevicesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDevicesRequest,ListDevicesResponse,Device> context, com.google.api.core.ApiFuture<ListDevicesResponse> futureResponse)
default void
DeviceManagerGrpc.AsyncService. createDevice(CreateDeviceRequest request, io.grpc.stub.StreamObserver<Device> responseObserver)
Creates a device in a device registry.void
DeviceManagerGrpc.DeviceManagerStub. createDevice(CreateDeviceRequest request, io.grpc.stub.StreamObserver<Device> responseObserver)
Creates a device in a device registry.protected DeviceManagerClient.ListDevicesPage
DeviceManagerClient.ListDevicesPage. createPage(com.google.api.gax.rpc.PageContext<ListDevicesRequest,ListDevicesResponse,Device> context, ListDevicesResponse response)
com.google.api.core.ApiFuture<DeviceManagerClient.ListDevicesPage>
DeviceManagerClient.ListDevicesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDevicesRequest,ListDevicesResponse,Device> context, com.google.api.core.ApiFuture<ListDevicesResponse> futureResponse)
default void
DeviceManagerGrpc.AsyncService. getDevice(GetDeviceRequest request, io.grpc.stub.StreamObserver<Device> responseObserver)
Gets details about a device.void
DeviceManagerGrpc.DeviceManagerStub. getDevice(GetDeviceRequest request, io.grpc.stub.StreamObserver<Device> responseObserver)
Gets details about a device.default void
DeviceManagerGrpc.AsyncService. updateDevice(UpdateDeviceRequest request, io.grpc.stub.StreamObserver<Device> responseObserver)
Updates a device.void
DeviceManagerGrpc.DeviceManagerStub. updateDevice(UpdateDeviceRequest request, io.grpc.stub.StreamObserver<Device> responseObserver)
Updates a device. -
Uses of Device in com.google.cloud.iot.v1.stub
Methods in com.google.cloud.iot.v1.stub that return types with arguments of type Device Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateDeviceRequest,Device>
DeviceManagerStub. createDeviceCallable()
com.google.api.gax.rpc.UnaryCallable<CreateDeviceRequest,Device>
GrpcDeviceManagerStub. createDeviceCallable()
com.google.api.gax.rpc.UnaryCallable<CreateDeviceRequest,Device>
HttpJsonDeviceManagerStub. createDeviceCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDeviceRequest,Device>
DeviceManagerStubSettings.Builder. createDeviceSettings()
Returns the builder for the settings used for calls to createDevice.com.google.api.gax.rpc.UnaryCallSettings<CreateDeviceRequest,Device>
DeviceManagerStubSettings. createDeviceSettings()
Returns the object with the settings used for calls to createDevice.com.google.api.gax.rpc.UnaryCallable<GetDeviceRequest,Device>
DeviceManagerStub. getDeviceCallable()
com.google.api.gax.rpc.UnaryCallable<GetDeviceRequest,Device>
GrpcDeviceManagerStub. getDeviceCallable()
com.google.api.gax.rpc.UnaryCallable<GetDeviceRequest,Device>
HttpJsonDeviceManagerStub. getDeviceCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDeviceRequest,Device>
DeviceManagerStubSettings.Builder. getDeviceSettings()
Returns the builder for the settings used for calls to getDevice.com.google.api.gax.rpc.UnaryCallSettings<GetDeviceRequest,Device>
DeviceManagerStubSettings. getDeviceSettings()
Returns the object with the settings used for calls to getDevice.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.
-