Package | Description |
---|---|
com.google.cloud.iot.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
StateNotificationConfig |
StateNotificationConfig.Builder.build() |
StateNotificationConfig |
StateNotificationConfig.Builder.buildPartial() |
static StateNotificationConfig |
StateNotificationConfig.getDefaultInstance() |
StateNotificationConfig |
StateNotificationConfig.getDefaultInstanceForType() |
StateNotificationConfig |
StateNotificationConfig.Builder.getDefaultInstanceForType() |
StateNotificationConfig |
DeviceRegistryOrBuilder.getStateNotificationConfig()
The configuration for notification of new states received from the device.
|
StateNotificationConfig |
DeviceRegistry.getStateNotificationConfig()
The configuration for notification of new states received from the device.
|
StateNotificationConfig |
DeviceRegistry.Builder.getStateNotificationConfig()
The configuration for notification of new states received from the device.
|
static StateNotificationConfig |
StateNotificationConfig.parseDelimitedFrom(InputStream input) |
static StateNotificationConfig |
StateNotificationConfig.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static StateNotificationConfig |
StateNotificationConfig.parseFrom(byte[] data) |
static StateNotificationConfig |
StateNotificationConfig.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static StateNotificationConfig |
StateNotificationConfig.parseFrom(ByteBuffer data) |
static StateNotificationConfig |
StateNotificationConfig.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static StateNotificationConfig |
StateNotificationConfig.parseFrom(ByteString data) |
static StateNotificationConfig |
StateNotificationConfig.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static StateNotificationConfig |
StateNotificationConfig.parseFrom(CodedInputStream input) |
static StateNotificationConfig |
StateNotificationConfig.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static StateNotificationConfig |
StateNotificationConfig.parseFrom(InputStream input) |
static StateNotificationConfig |
StateNotificationConfig.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<StateNotificationConfig> |
StateNotificationConfig.getParserForType() |
static Parser<StateNotificationConfig> |
StateNotificationConfig.parser() |
Modifier and Type | Method and Description |
---|---|
StateNotificationConfig.Builder |
StateNotificationConfig.Builder.mergeFrom(StateNotificationConfig other) |
DeviceRegistry.Builder |
DeviceRegistry.Builder.mergeStateNotificationConfig(StateNotificationConfig value)
The configuration for notification of new states received from the device.
|
static StateNotificationConfig.Builder |
StateNotificationConfig.newBuilder(StateNotificationConfig prototype) |
DeviceRegistry.Builder |
DeviceRegistry.Builder.setStateNotificationConfig(StateNotificationConfig value)
The configuration for notification of new states received from the device.
|
Copyright © 2022 Google LLC. All rights reserved.