Uses of Class
com.google.cloud.iot.v1.DeviceConfig
-
Packages that use DeviceConfig Package Description com.google.cloud.iot.v1 A client to Cloud IoT APIcom.google.cloud.iot.v1.stub -
-
Uses of DeviceConfig in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return DeviceConfig Modifier and Type Method Description DeviceConfig
DeviceConfig.Builder. build()
DeviceConfig
DeviceConfig.Builder. buildPartial()
DeviceConfig
Device.Builder. 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
DeviceOrBuilder. getConfig()
The most recent device configuration, which is eventually sent from Cloud IoT Core to the device.static DeviceConfig
DeviceConfig. getDefaultInstance()
DeviceConfig
DeviceConfig.Builder. getDefaultInstanceForType()
DeviceConfig
DeviceConfig. getDefaultInstanceForType()
DeviceConfig
ListDeviceConfigVersionsResponse.Builder. getDeviceConfigs(int index)
The device configuration for the last few versions.DeviceConfig
ListDeviceConfigVersionsResponse. 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, com.google.protobuf.ByteString binaryData)
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, com.google.protobuf.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.static DeviceConfig
DeviceConfig. parseDelimitedFrom(InputStream input)
static DeviceConfig
DeviceConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceConfig
DeviceConfig. parseFrom(byte[] data)
static DeviceConfig
DeviceConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceConfig
DeviceConfig. parseFrom(com.google.protobuf.ByteString data)
static DeviceConfig
DeviceConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceConfig
DeviceConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static DeviceConfig
DeviceConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceConfig
DeviceConfig. parseFrom(InputStream input)
static DeviceConfig
DeviceConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceConfig
DeviceConfig. parseFrom(ByteBuffer data)
static DeviceConfig
DeviceConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.iot.v1 that return types with arguments of type DeviceConfig Modifier and Type Method Description List<DeviceConfig>
ListDeviceConfigVersionsResponse.Builder. getDeviceConfigsList()
The device configuration for the last few versions.List<DeviceConfig>
ListDeviceConfigVersionsResponse. getDeviceConfigsList()
The device configuration for the last few versions.List<DeviceConfig>
ListDeviceConfigVersionsResponseOrBuilder. getDeviceConfigsList()
The device configuration for the last few versions.static io.grpc.MethodDescriptor<ModifyCloudToDeviceConfigRequest,DeviceConfig>
DeviceManagerGrpc. getModifyCloudToDeviceConfigMethod()
com.google.protobuf.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.com.google.api.gax.rpc.UnaryCallable<ModifyCloudToDeviceConfigRequest,DeviceConfig>
DeviceManagerClient. modifyCloudToDeviceConfigCallable()
Modifies the configuration for the device, which is eventually sent from the Cloud IoT Core servers.com.google.api.gax.rpc.UnaryCallSettings.Builder<ModifyCloudToDeviceConfigRequest,DeviceConfig>
DeviceManagerSettings.Builder. modifyCloudToDeviceConfigSettings()
Returns the builder for the settings used for calls to modifyCloudToDeviceConfig.com.google.api.gax.rpc.UnaryCallSettings<ModifyCloudToDeviceConfigRequest,DeviceConfig>
DeviceManagerSettings. modifyCloudToDeviceConfigSettings()
Returns the object with the settings used for calls to modifyCloudToDeviceConfig.static com.google.protobuf.Parser<DeviceConfig>
DeviceConfig. parser()
Methods in com.google.cloud.iot.v1 with parameters of type DeviceConfig Modifier and Type Method Description ListDeviceConfigVersionsResponse.Builder
ListDeviceConfigVersionsResponse.Builder. addDeviceConfigs(int index, DeviceConfig value)
The device configuration for the last few versions.ListDeviceConfigVersionsResponse.Builder
ListDeviceConfigVersionsResponse.Builder. addDeviceConfigs(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.Method parameters in com.google.cloud.iot.v1 with type arguments of type DeviceConfig Modifier and Type Method Description ListDeviceConfigVersionsResponse.Builder
ListDeviceConfigVersionsResponse.Builder. addAllDeviceConfigs(Iterable<? extends DeviceConfig> values)
The device configuration for the last few versions.default void
DeviceManagerGrpc.AsyncService. modifyCloudToDeviceConfig(ModifyCloudToDeviceConfigRequest request, io.grpc.stub.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, io.grpc.stub.StreamObserver<DeviceConfig> responseObserver)
Modifies the configuration for the device, which is eventually sent from the Cloud IoT Core servers. -
Uses of DeviceConfig in com.google.cloud.iot.v1.stub
Methods in com.google.cloud.iot.v1.stub that return types with arguments of type DeviceConfig Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ModifyCloudToDeviceConfigRequest,DeviceConfig>
DeviceManagerStub. modifyCloudToDeviceConfigCallable()
com.google.api.gax.rpc.UnaryCallable<ModifyCloudToDeviceConfigRequest,DeviceConfig>
GrpcDeviceManagerStub. modifyCloudToDeviceConfigCallable()
com.google.api.gax.rpc.UnaryCallable<ModifyCloudToDeviceConfigRequest,DeviceConfig>
HttpJsonDeviceManagerStub. modifyCloudToDeviceConfigCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ModifyCloudToDeviceConfigRequest,DeviceConfig>
DeviceManagerStubSettings.Builder. modifyCloudToDeviceConfigSettings()
Returns the builder for the settings used for calls to modifyCloudToDeviceConfig.com.google.api.gax.rpc.UnaryCallSettings<ModifyCloudToDeviceConfigRequest,DeviceConfig>
DeviceManagerStubSettings. modifyCloudToDeviceConfigSettings()
Returns the object with the settings used for calls to modifyCloudToDeviceConfig.
-