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 |
---|---|
SendCommandToDeviceResponse |
SendCommandToDeviceResponse.Builder.build() |
SendCommandToDeviceResponse |
SendCommandToDeviceResponse.Builder.buildPartial() |
static SendCommandToDeviceResponse |
SendCommandToDeviceResponse.getDefaultInstance() |
SendCommandToDeviceResponse |
SendCommandToDeviceResponse.getDefaultInstanceForType() |
SendCommandToDeviceResponse |
SendCommandToDeviceResponse.Builder.getDefaultInstanceForType() |
static SendCommandToDeviceResponse |
SendCommandToDeviceResponse.parseDelimitedFrom(InputStream input) |
static SendCommandToDeviceResponse |
SendCommandToDeviceResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static SendCommandToDeviceResponse |
SendCommandToDeviceResponse.parseFrom(byte[] data) |
static SendCommandToDeviceResponse |
SendCommandToDeviceResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static SendCommandToDeviceResponse |
SendCommandToDeviceResponse.parseFrom(ByteBuffer data) |
static SendCommandToDeviceResponse |
SendCommandToDeviceResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static SendCommandToDeviceResponse |
SendCommandToDeviceResponse.parseFrom(ByteString data) |
static SendCommandToDeviceResponse |
SendCommandToDeviceResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static SendCommandToDeviceResponse |
SendCommandToDeviceResponse.parseFrom(CodedInputStream input) |
static SendCommandToDeviceResponse |
SendCommandToDeviceResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static SendCommandToDeviceResponse |
SendCommandToDeviceResponse.parseFrom(InputStream input) |
static SendCommandToDeviceResponse |
SendCommandToDeviceResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
SendCommandToDeviceResponse |
DeviceManagerClient.sendCommandToDevice(DeviceName name,
ByteString binaryData)
Sends a command to the specified device.
|
SendCommandToDeviceResponse |
DeviceManagerClient.sendCommandToDevice(DeviceName name,
ByteString binaryData,
String subfolder)
Sends a command to the specified device.
|
SendCommandToDeviceResponse |
DeviceManagerGrpc.DeviceManagerBlockingStub.sendCommandToDevice(SendCommandToDeviceRequest request)
Sends a command to the specified device.
|
SendCommandToDeviceResponse |
DeviceManagerClient.sendCommandToDevice(SendCommandToDeviceRequest request)
Sends a command to the specified device.
|
SendCommandToDeviceResponse |
DeviceManagerClient.sendCommandToDevice(String name,
ByteString binaryData)
Sends a command to the specified device.
|
SendCommandToDeviceResponse |
DeviceManagerClient.sendCommandToDevice(String name,
ByteString binaryData,
String subfolder)
Sends a command to the specified device.
|
Modifier and Type | Method and Description |
---|---|
Parser<SendCommandToDeviceResponse> |
SendCommandToDeviceResponse.getParserForType() |
static MethodDescriptor<SendCommandToDeviceRequest,SendCommandToDeviceResponse> |
DeviceManagerGrpc.getSendCommandToDeviceMethod() |
static Parser<SendCommandToDeviceResponse> |
SendCommandToDeviceResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<SendCommandToDeviceResponse> |
DeviceManagerGrpc.DeviceManagerFutureStub.sendCommandToDevice(SendCommandToDeviceRequest request)
Sends a command to the specified device.
|
UnaryCallable<SendCommandToDeviceRequest,SendCommandToDeviceResponse> |
DeviceManagerClient.sendCommandToDeviceCallable()
Sends a command to the specified device.
|
UnaryCallSettings<SendCommandToDeviceRequest,SendCommandToDeviceResponse> |
DeviceManagerSettings.sendCommandToDeviceSettings()
Returns the object with the settings used for calls to sendCommandToDevice.
|
UnaryCallSettings.Builder<SendCommandToDeviceRequest,SendCommandToDeviceResponse> |
DeviceManagerSettings.Builder.sendCommandToDeviceSettings()
Returns the builder for the settings used for calls to sendCommandToDevice.
|
Modifier and Type | Method and Description |
---|---|
SendCommandToDeviceResponse.Builder |
SendCommandToDeviceResponse.Builder.mergeFrom(SendCommandToDeviceResponse other) |
static SendCommandToDeviceResponse.Builder |
SendCommandToDeviceResponse.newBuilder(SendCommandToDeviceResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
DeviceManagerGrpc.DeviceManagerImplBase.sendCommandToDevice(SendCommandToDeviceRequest request,
StreamObserver<SendCommandToDeviceResponse> responseObserver)
Sends a command to the specified device.
|
void |
DeviceManagerGrpc.DeviceManagerStub.sendCommandToDevice(SendCommandToDeviceRequest request,
StreamObserver<SendCommandToDeviceResponse> responseObserver)
Sends a command to the specified device.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<SendCommandToDeviceRequest,SendCommandToDeviceResponse> |
HttpJsonDeviceManagerStub.sendCommandToDeviceCallable() |
UnaryCallable<SendCommandToDeviceRequest,SendCommandToDeviceResponse> |
GrpcDeviceManagerStub.sendCommandToDeviceCallable() |
UnaryCallable<SendCommandToDeviceRequest,SendCommandToDeviceResponse> |
DeviceManagerStub.sendCommandToDeviceCallable() |
UnaryCallSettings<SendCommandToDeviceRequest,SendCommandToDeviceResponse> |
DeviceManagerStubSettings.sendCommandToDeviceSettings()
Returns the object with the settings used for calls to sendCommandToDevice.
|
UnaryCallSettings.Builder<SendCommandToDeviceRequest,SendCommandToDeviceResponse> |
DeviceManagerStubSettings.Builder.sendCommandToDeviceSettings()
Returns the builder for the settings used for calls to sendCommandToDevice.
|
Copyright © 2022 Google LLC. All rights reserved.