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 GetDeviceRequestGetDeviceRequest.Builder. build()GetDeviceRequestGetDeviceRequest.Builder. buildPartial()static GetDeviceRequestGetDeviceRequest. getDefaultInstance()GetDeviceRequestGetDeviceRequest.Builder. getDefaultInstanceForType()GetDeviceRequestGetDeviceRequest. getDefaultInstanceForType()static GetDeviceRequestGetDeviceRequest. parseDelimitedFrom(InputStream input)static GetDeviceRequestGetDeviceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeviceRequestGetDeviceRequest. parseFrom(byte[] data)static GetDeviceRequestGetDeviceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeviceRequestGetDeviceRequest. parseFrom(com.google.protobuf.ByteString data)static GetDeviceRequestGetDeviceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeviceRequestGetDeviceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetDeviceRequestGetDeviceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeviceRequestGetDeviceRequest. parseFrom(InputStream input)static GetDeviceRequestGetDeviceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeviceRequestGetDeviceRequest. parseFrom(ByteBuffer data)static GetDeviceRequestGetDeviceRequest. 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 DeviceDeviceManagerClient. getDevice(GetDeviceRequest request)Gets details about a device.default voidDeviceManagerGrpc.AsyncService. getDevice(GetDeviceRequest request, io.grpc.stub.StreamObserver<Device> responseObserver)Gets details about a device.DeviceDeviceManagerGrpc.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.voidDeviceManagerGrpc.DeviceManagerStub. getDevice(GetDeviceRequest request, io.grpc.stub.StreamObserver<Device> responseObserver)Gets details about a device.GetDeviceRequest.BuilderGetDeviceRequest.Builder. mergeFrom(GetDeviceRequest other)static GetDeviceRequest.BuilderGetDeviceRequest. 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.
-