Uses of Class
com.google.cloud.iot.v1.EventNotificationConfig
-
Packages that use EventNotificationConfig Package Description com.google.cloud.iot.v1 A client to Cloud IoT API -
-
Uses of EventNotificationConfig in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return EventNotificationConfig Modifier and Type Method Description EventNotificationConfig
EventNotificationConfig.Builder. build()
EventNotificationConfig
EventNotificationConfig.Builder. buildPartial()
static EventNotificationConfig
EventNotificationConfig. getDefaultInstance()
EventNotificationConfig
EventNotificationConfig.Builder. getDefaultInstanceForType()
EventNotificationConfig
EventNotificationConfig. getDefaultInstanceForType()
EventNotificationConfig
DeviceRegistry.Builder. getEventNotificationConfigs(int index)
The configuration for notification of telemetry events received from the device.EventNotificationConfig
DeviceRegistry. getEventNotificationConfigs(int index)
The configuration for notification of telemetry events received from the device.EventNotificationConfig
DeviceRegistryOrBuilder. getEventNotificationConfigs(int index)
The configuration for notification of telemetry events received from the device.static EventNotificationConfig
EventNotificationConfig. parseDelimitedFrom(InputStream input)
static EventNotificationConfig
EventNotificationConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EventNotificationConfig
EventNotificationConfig. parseFrom(byte[] data)
static EventNotificationConfig
EventNotificationConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EventNotificationConfig
EventNotificationConfig. parseFrom(com.google.protobuf.ByteString data)
static EventNotificationConfig
EventNotificationConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EventNotificationConfig
EventNotificationConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static EventNotificationConfig
EventNotificationConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EventNotificationConfig
EventNotificationConfig. parseFrom(InputStream input)
static EventNotificationConfig
EventNotificationConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EventNotificationConfig
EventNotificationConfig. parseFrom(ByteBuffer data)
static EventNotificationConfig
EventNotificationConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.iot.v1 that return types with arguments of type EventNotificationConfig Modifier and Type Method Description List<EventNotificationConfig>
DeviceRegistry.Builder. getEventNotificationConfigsList()
The configuration for notification of telemetry events received from the device.List<EventNotificationConfig>
DeviceRegistry. getEventNotificationConfigsList()
The configuration for notification of telemetry events received from the device.List<EventNotificationConfig>
DeviceRegistryOrBuilder. getEventNotificationConfigsList()
The configuration for notification of telemetry events received from the device.com.google.protobuf.Parser<EventNotificationConfig>
EventNotificationConfig. getParserForType()
static com.google.protobuf.Parser<EventNotificationConfig>
EventNotificationConfig. parser()
Methods in com.google.cloud.iot.v1 with parameters of type EventNotificationConfig Modifier and Type Method Description DeviceRegistry.Builder
DeviceRegistry.Builder. addEventNotificationConfigs(int index, EventNotificationConfig value)
The configuration for notification of telemetry events received from the device.DeviceRegistry.Builder
DeviceRegistry.Builder. addEventNotificationConfigs(EventNotificationConfig value)
The configuration for notification of telemetry events received from the device.EventNotificationConfig.Builder
EventNotificationConfig.Builder. mergeFrom(EventNotificationConfig other)
static EventNotificationConfig.Builder
EventNotificationConfig. newBuilder(EventNotificationConfig prototype)
DeviceRegistry.Builder
DeviceRegistry.Builder. setEventNotificationConfigs(int index, EventNotificationConfig value)
The configuration for notification of telemetry events received from the device.Method parameters in com.google.cloud.iot.v1 with type arguments of type EventNotificationConfig Modifier and Type Method Description DeviceRegistry.Builder
DeviceRegistry.Builder. addAllEventNotificationConfigs(Iterable<? extends EventNotificationConfig> values)
The configuration for notification of telemetry events received from the device.
-