Uses of Interface
com.google.cloud.iot.v1.EventNotificationConfigOrBuilder
-
Packages that use EventNotificationConfigOrBuilder Package Description com.google.cloud.iot.v1 A client to Cloud IoT API -
-
Uses of EventNotificationConfigOrBuilder in com.google.cloud.iot.v1
Classes in com.google.cloud.iot.v1 that implement EventNotificationConfigOrBuilder Modifier and Type Class Description class
EventNotificationConfig
The configuration for forwarding telemetry events.static class
EventNotificationConfig.Builder
The configuration for forwarding telemetry events.Methods in com.google.cloud.iot.v1 that return EventNotificationConfigOrBuilder Modifier and Type Method Description EventNotificationConfigOrBuilder
DeviceRegistry.Builder. getEventNotificationConfigsOrBuilder(int index)
The configuration for notification of telemetry events received from the device.EventNotificationConfigOrBuilder
DeviceRegistry. getEventNotificationConfigsOrBuilder(int index)
The configuration for notification of telemetry events received from the device.EventNotificationConfigOrBuilder
DeviceRegistryOrBuilder. getEventNotificationConfigsOrBuilder(int index)
The configuration for notification of telemetry events received from the device.Methods in com.google.cloud.iot.v1 that return types with arguments of type EventNotificationConfigOrBuilder Modifier and Type Method Description List<? extends EventNotificationConfigOrBuilder>
DeviceRegistry.Builder. getEventNotificationConfigsOrBuilderList()
The configuration for notification of telemetry events received from the device.List<? extends EventNotificationConfigOrBuilder>
DeviceRegistry. getEventNotificationConfigsOrBuilderList()
The configuration for notification of telemetry events received from the device.List<? extends EventNotificationConfigOrBuilder>
DeviceRegistryOrBuilder. getEventNotificationConfigsOrBuilderList()
The configuration for notification of telemetry events received from the device.
-