Uses of Class
com.google.cloud.iot.v1.SendCommandToDeviceRequest
-
Packages that use SendCommandToDeviceRequest Package Description com.google.cloud.iot.v1 A client to Cloud IoT APIcom.google.cloud.iot.v1.stub -
-
Uses of SendCommandToDeviceRequest in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return SendCommandToDeviceRequest Modifier and Type Method Description SendCommandToDeviceRequest
SendCommandToDeviceRequest.Builder. build()
SendCommandToDeviceRequest
SendCommandToDeviceRequest.Builder. buildPartial()
static SendCommandToDeviceRequest
SendCommandToDeviceRequest. getDefaultInstance()
SendCommandToDeviceRequest
SendCommandToDeviceRequest.Builder. getDefaultInstanceForType()
SendCommandToDeviceRequest
SendCommandToDeviceRequest. getDefaultInstanceForType()
static SendCommandToDeviceRequest
SendCommandToDeviceRequest. parseDelimitedFrom(InputStream input)
static SendCommandToDeviceRequest
SendCommandToDeviceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SendCommandToDeviceRequest
SendCommandToDeviceRequest. parseFrom(byte[] data)
static SendCommandToDeviceRequest
SendCommandToDeviceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SendCommandToDeviceRequest
SendCommandToDeviceRequest. parseFrom(com.google.protobuf.ByteString data)
static SendCommandToDeviceRequest
SendCommandToDeviceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SendCommandToDeviceRequest
SendCommandToDeviceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SendCommandToDeviceRequest
SendCommandToDeviceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SendCommandToDeviceRequest
SendCommandToDeviceRequest. parseFrom(InputStream input)
static SendCommandToDeviceRequest
SendCommandToDeviceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SendCommandToDeviceRequest
SendCommandToDeviceRequest. parseFrom(ByteBuffer data)
static SendCommandToDeviceRequest
SendCommandToDeviceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.iot.v1 that return types with arguments of type SendCommandToDeviceRequest Modifier and Type Method Description com.google.protobuf.Parser<SendCommandToDeviceRequest>
SendCommandToDeviceRequest. getParserForType()
static io.grpc.MethodDescriptor<SendCommandToDeviceRequest,SendCommandToDeviceResponse>
DeviceManagerGrpc. getSendCommandToDeviceMethod()
static com.google.protobuf.Parser<SendCommandToDeviceRequest>
SendCommandToDeviceRequest. parser()
com.google.api.gax.rpc.UnaryCallable<SendCommandToDeviceRequest,SendCommandToDeviceResponse>
DeviceManagerClient. sendCommandToDeviceCallable()
Sends a command to the specified device.com.google.api.gax.rpc.UnaryCallSettings.Builder<SendCommandToDeviceRequest,SendCommandToDeviceResponse>
DeviceManagerSettings.Builder. sendCommandToDeviceSettings()
Returns the builder for the settings used for calls to sendCommandToDevice.com.google.api.gax.rpc.UnaryCallSettings<SendCommandToDeviceRequest,SendCommandToDeviceResponse>
DeviceManagerSettings. sendCommandToDeviceSettings()
Returns the object with the settings used for calls to sendCommandToDevice.Methods in com.google.cloud.iot.v1 with parameters of type SendCommandToDeviceRequest Modifier and Type Method Description SendCommandToDeviceRequest.Builder
SendCommandToDeviceRequest.Builder. mergeFrom(SendCommandToDeviceRequest other)
static SendCommandToDeviceRequest.Builder
SendCommandToDeviceRequest. newBuilder(SendCommandToDeviceRequest prototype)
SendCommandToDeviceResponse
DeviceManagerClient. sendCommandToDevice(SendCommandToDeviceRequest request)
Sends a command to the specified device.default void
DeviceManagerGrpc.AsyncService. sendCommandToDevice(SendCommandToDeviceRequest request, io.grpc.stub.StreamObserver<SendCommandToDeviceResponse> responseObserver)
Sends a command to the specified device.SendCommandToDeviceResponse
DeviceManagerGrpc.DeviceManagerBlockingStub. sendCommandToDevice(SendCommandToDeviceRequest request)
Sends a command to the specified device.com.google.common.util.concurrent.ListenableFuture<SendCommandToDeviceResponse>
DeviceManagerGrpc.DeviceManagerFutureStub. sendCommandToDevice(SendCommandToDeviceRequest request)
Sends a command to the specified device.void
DeviceManagerGrpc.DeviceManagerStub. sendCommandToDevice(SendCommandToDeviceRequest request, io.grpc.stub.StreamObserver<SendCommandToDeviceResponse> responseObserver)
Sends a command to the specified device. -
Uses of SendCommandToDeviceRequest in com.google.cloud.iot.v1.stub
Methods in com.google.cloud.iot.v1.stub that return types with arguments of type SendCommandToDeviceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SendCommandToDeviceRequest,SendCommandToDeviceResponse>
DeviceManagerStub. sendCommandToDeviceCallable()
com.google.api.gax.rpc.UnaryCallable<SendCommandToDeviceRequest,SendCommandToDeviceResponse>
GrpcDeviceManagerStub. sendCommandToDeviceCallable()
com.google.api.gax.rpc.UnaryCallable<SendCommandToDeviceRequest,SendCommandToDeviceResponse>
HttpJsonDeviceManagerStub. sendCommandToDeviceCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<SendCommandToDeviceRequest,SendCommandToDeviceResponse>
DeviceManagerStubSettings.Builder. sendCommandToDeviceSettings()
Returns the builder for the settings used for calls to sendCommandToDevice.com.google.api.gax.rpc.UnaryCallSettings<SendCommandToDeviceRequest,SendCommandToDeviceResponse>
DeviceManagerStubSettings. sendCommandToDeviceSettings()
Returns the object with the settings used for calls to sendCommandToDevice.
-