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 |
---|---|
DeviceConfig |
DeviceConfig.Builder.build() |
DeviceConfig |
DeviceConfig.Builder.buildPartial() |
DeviceConfig |
DeviceOrBuilder.getConfig()
The most recent device configuration, which is eventually sent from
Cloud IoT Core to the device.
|
DeviceConfig |
Device.getConfig()
The most recent device configuration, which is eventually sent from
Cloud IoT Core to the device.
|
DeviceConfig |
Device.Builder.getConfig()
The most recent device configuration, which is eventually sent from
Cloud IoT Core to the device.
|
static DeviceConfig |
DeviceConfig.getDefaultInstance() |
DeviceConfig |
DeviceConfig.getDefaultInstanceForType() |
DeviceConfig |
DeviceConfig.Builder.getDefaultInstanceForType() |
DeviceConfig |
ListDeviceConfigVersionsResponse.getDeviceConfigs(int index)
The device configuration for the last few versions.
|
DeviceConfig |
ListDeviceConfigVersionsResponse.Builder.getDeviceConfigs(int index)
The device configuration for the last few versions.
|
DeviceConfig |
ListDeviceConfigVersionsResponseOrBuilder.getDeviceConfigs(int index)
The device configuration for the last few versions.
|
DeviceConfig |
DeviceManagerClient.modifyCloudToDeviceConfig(DeviceName name,
ByteString binaryData)
Modifies the configuration for the device, which is eventually sent from the Cloud IoT Core
servers.
|
DeviceConfig |
DeviceManagerGrpc.DeviceManagerBlockingStub.modifyCloudToDeviceConfig(ModifyCloudToDeviceConfigRequest request)
Modifies the configuration for the device, which is eventually sent from
the Cloud IoT Core servers.
|
DeviceConfig |
DeviceManagerClient.modifyCloudToDeviceConfig(ModifyCloudToDeviceConfigRequest request)
Modifies the configuration for the device, which is eventually sent from the Cloud IoT Core
servers.
|
DeviceConfig |
DeviceManagerClient.modifyCloudToDeviceConfig(String name,
ByteString binaryData)
Modifies the configuration for the device, which is eventually sent from the Cloud IoT Core
servers.
|
static DeviceConfig |
DeviceConfig.parseDelimitedFrom(InputStream input) |
static DeviceConfig |
DeviceConfig.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static DeviceConfig |
DeviceConfig.parseFrom(byte[] data) |
static DeviceConfig |
DeviceConfig.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static DeviceConfig |
DeviceConfig.parseFrom(ByteBuffer data) |
static DeviceConfig |
DeviceConfig.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static DeviceConfig |
DeviceConfig.parseFrom(ByteString data) |
static DeviceConfig |
DeviceConfig.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static DeviceConfig |
DeviceConfig.parseFrom(CodedInputStream input) |
static DeviceConfig |
DeviceConfig.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static DeviceConfig |
DeviceConfig.parseFrom(InputStream input) |
static DeviceConfig |
DeviceConfig.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<DeviceConfig> |
ListDeviceConfigVersionsResponse.getDeviceConfigsList()
The device configuration for the last few versions.
|
List<DeviceConfig> |
ListDeviceConfigVersionsResponse.Builder.getDeviceConfigsList()
The device configuration for the last few versions.
|
List<DeviceConfig> |
ListDeviceConfigVersionsResponseOrBuilder.getDeviceConfigsList()
The device configuration for the last few versions.
|
static MethodDescriptor<ModifyCloudToDeviceConfigRequest,DeviceConfig> |
DeviceManagerGrpc.getModifyCloudToDeviceConfigMethod() |
Parser<DeviceConfig> |
DeviceConfig.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<DeviceConfig> |
DeviceManagerGrpc.DeviceManagerFutureStub.modifyCloudToDeviceConfig(ModifyCloudToDeviceConfigRequest request)
Modifies the configuration for the device, which is eventually sent from
the Cloud IoT Core servers.
|
UnaryCallable<ModifyCloudToDeviceConfigRequest,DeviceConfig> |
DeviceManagerClient.modifyCloudToDeviceConfigCallable()
Modifies the configuration for the device, which is eventually sent from the Cloud IoT Core
servers.
|
UnaryCallSettings<ModifyCloudToDeviceConfigRequest,DeviceConfig> |
DeviceManagerSettings.modifyCloudToDeviceConfigSettings()
Returns the object with the settings used for calls to modifyCloudToDeviceConfig.
|
UnaryCallSettings.Builder<ModifyCloudToDeviceConfigRequest,DeviceConfig> |
DeviceManagerSettings.Builder.modifyCloudToDeviceConfigSettings()
Returns the builder for the settings used for calls to modifyCloudToDeviceConfig.
|
static Parser<DeviceConfig> |
DeviceConfig.parser() |
Modifier and Type | Method and Description |
---|---|
ListDeviceConfigVersionsResponse.Builder |
ListDeviceConfigVersionsResponse.Builder.addDeviceConfigs(DeviceConfig value)
The device configuration for the last few versions.
|
ListDeviceConfigVersionsResponse.Builder |
ListDeviceConfigVersionsResponse.Builder.addDeviceConfigs(int index,
DeviceConfig value)
The device configuration for the last few versions.
|
Device.Builder |
Device.Builder.mergeConfig(DeviceConfig value)
The most recent device configuration, which is eventually sent from
Cloud IoT Core to the device.
|
DeviceConfig.Builder |
DeviceConfig.Builder.mergeFrom(DeviceConfig other) |
static DeviceConfig.Builder |
DeviceConfig.newBuilder(DeviceConfig prototype) |
Device.Builder |
Device.Builder.setConfig(DeviceConfig value)
The most recent device configuration, which is eventually sent from
Cloud IoT Core to the device.
|
ListDeviceConfigVersionsResponse.Builder |
ListDeviceConfigVersionsResponse.Builder.setDeviceConfigs(int index,
DeviceConfig value)
The device configuration for the last few versions.
|
Modifier and Type | Method and Description |
---|---|
ListDeviceConfigVersionsResponse.Builder |
ListDeviceConfigVersionsResponse.Builder.addAllDeviceConfigs(Iterable<? extends DeviceConfig> values)
The device configuration for the last few versions.
|
void |
DeviceManagerGrpc.DeviceManagerImplBase.modifyCloudToDeviceConfig(ModifyCloudToDeviceConfigRequest request,
StreamObserver<DeviceConfig> responseObserver)
Modifies the configuration for the device, which is eventually sent from
the Cloud IoT Core servers.
|
void |
DeviceManagerGrpc.DeviceManagerStub.modifyCloudToDeviceConfig(ModifyCloudToDeviceConfigRequest request,
StreamObserver<DeviceConfig> responseObserver)
Modifies the configuration for the device, which is eventually sent from
the Cloud IoT Core servers.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ModifyCloudToDeviceConfigRequest,DeviceConfig> |
HttpJsonDeviceManagerStub.modifyCloudToDeviceConfigCallable() |
UnaryCallable<ModifyCloudToDeviceConfigRequest,DeviceConfig> |
GrpcDeviceManagerStub.modifyCloudToDeviceConfigCallable() |
UnaryCallable<ModifyCloudToDeviceConfigRequest,DeviceConfig> |
DeviceManagerStub.modifyCloudToDeviceConfigCallable() |
UnaryCallSettings<ModifyCloudToDeviceConfigRequest,DeviceConfig> |
DeviceManagerStubSettings.modifyCloudToDeviceConfigSettings()
Returns the object with the settings used for calls to modifyCloudToDeviceConfig.
|
UnaryCallSettings.Builder<ModifyCloudToDeviceConfigRequest,DeviceConfig> |
DeviceManagerStubSettings.Builder.modifyCloudToDeviceConfigSettings()
Returns the builder for the settings used for calls to modifyCloudToDeviceConfig.
|
Copyright © 2022 Google LLC. All rights reserved.