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 |
---|---|
UnaryCallable<GetDeviceRequest,Device> |
DeviceManagerClient.getDeviceCallable()
Gets details about a device.
|
UnaryCallSettings<GetDeviceRequest,Device> |
DeviceManagerSettings.getDeviceSettings()
Returns the object with the settings used for calls to getDevice.
|
UnaryCallSettings.Builder<GetDeviceRequest,Device> |
DeviceManagerSettings.Builder.getDeviceSettings()
Returns the builder for the settings used for calls to getDevice.
|
static MethodDescriptor<GetDeviceRequest,Device> |
DeviceManagerGrpc.getGetDeviceMethod() |
Parser<GetDeviceRequest> |
GetDeviceRequest.getParserForType() |
static Parser<GetDeviceRequest> |
GetDeviceRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Device |
DeviceManagerGrpc.DeviceManagerBlockingStub.getDevice(GetDeviceRequest request)
Gets details about a device.
|
com.google.common.util.concurrent.ListenableFuture<Device> |
DeviceManagerGrpc.DeviceManagerFutureStub.getDevice(GetDeviceRequest request)
Gets details about a device.
|
Device |
DeviceManagerClient.getDevice(GetDeviceRequest request)
Gets details about a device.
|
void |
DeviceManagerGrpc.DeviceManagerImplBase.getDevice(GetDeviceRequest request,
StreamObserver<Device> responseObserver)
Gets details about a device.
|
void |
DeviceManagerGrpc.DeviceManagerStub.getDevice(GetDeviceRequest request,
StreamObserver<Device> responseObserver)
Gets details about a device.
|
GetDeviceRequest.Builder |
GetDeviceRequest.Builder.mergeFrom(GetDeviceRequest other) |
static GetDeviceRequest.Builder |
GetDeviceRequest.newBuilder(GetDeviceRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetDeviceRequest,Device> |
HttpJsonDeviceManagerStub.getDeviceCallable() |
UnaryCallable<GetDeviceRequest,Device> |
GrpcDeviceManagerStub.getDeviceCallable() |
UnaryCallable<GetDeviceRequest,Device> |
DeviceManagerStub.getDeviceCallable() |
UnaryCallSettings<GetDeviceRequest,Device> |
DeviceManagerStubSettings.getDeviceSettings()
Returns the object with the settings used for calls to getDevice.
|
UnaryCallSettings.Builder<GetDeviceRequest,Device> |
DeviceManagerStubSettings.Builder.getDeviceSettings()
Returns the builder for the settings used for calls to getDevice.
|
Copyright © 2022 Google LLC. All rights reserved.