Uses of Class
com.google.cloud.iot.v1.GetDeviceRequest
-
Packages that use GetDeviceRequest Package Description com.google.cloud.iot.v1 A client to Cloud IoT APIcom.google.cloud.iot.v1.stub -
-
Uses of GetDeviceRequest in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return GetDeviceRequest Modifier and Type Method Description GetDeviceRequest
GetDeviceRequest.Builder. build()
GetDeviceRequest
GetDeviceRequest.Builder. buildPartial()
static GetDeviceRequest
GetDeviceRequest. getDefaultInstance()
GetDeviceRequest
GetDeviceRequest.Builder. getDefaultInstanceForType()
GetDeviceRequest
GetDeviceRequest. getDefaultInstanceForType()
static GetDeviceRequest
GetDeviceRequest. parseDelimitedFrom(InputStream input)
static GetDeviceRequest
GetDeviceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeviceRequest
GetDeviceRequest. parseFrom(byte[] data)
static GetDeviceRequest
GetDeviceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeviceRequest
GetDeviceRequest. parseFrom(com.google.protobuf.ByteString data)
static GetDeviceRequest
GetDeviceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeviceRequest
GetDeviceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetDeviceRequest
GetDeviceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeviceRequest
GetDeviceRequest. parseFrom(InputStream input)
static GetDeviceRequest
GetDeviceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeviceRequest
GetDeviceRequest. parseFrom(ByteBuffer data)
static GetDeviceRequest
GetDeviceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.iot.v1 that return types with arguments of type GetDeviceRequest Modifier and Type Method Description 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.static io.grpc.MethodDescriptor<GetDeviceRequest,Device>
DeviceManagerGrpc. getGetDeviceMethod()
com.google.protobuf.Parser<GetDeviceRequest>
GetDeviceRequest. getParserForType()
static com.google.protobuf.Parser<GetDeviceRequest>
GetDeviceRequest. parser()
Methods in com.google.cloud.iot.v1 with parameters of type GetDeviceRequest Modifier and Type Method Description Device
DeviceManagerClient. getDevice(GetDeviceRequest request)
Gets details about a device.default void
DeviceManagerGrpc.AsyncService. getDevice(GetDeviceRequest request, io.grpc.stub.StreamObserver<Device> responseObserver)
Gets details about a device.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.void
DeviceManagerGrpc.DeviceManagerStub. getDevice(GetDeviceRequest request, io.grpc.stub.StreamObserver<Device> responseObserver)
Gets details about a device.GetDeviceRequest.Builder
GetDeviceRequest.Builder. mergeFrom(GetDeviceRequest other)
static GetDeviceRequest.Builder
GetDeviceRequest. newBuilder(GetDeviceRequest prototype)
-
Uses of GetDeviceRequest in com.google.cloud.iot.v1.stub
Methods in com.google.cloud.iot.v1.stub that return types with arguments of type GetDeviceRequest Modifier and Type Method Description 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.
-