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 EventNotificationConfigEventNotificationConfig.Builder. build()EventNotificationConfigEventNotificationConfig.Builder. buildPartial()static EventNotificationConfigEventNotificationConfig. getDefaultInstance()EventNotificationConfigEventNotificationConfig.Builder. getDefaultInstanceForType()EventNotificationConfigEventNotificationConfig. getDefaultInstanceForType()EventNotificationConfigDeviceRegistry.Builder. getEventNotificationConfigs(int index)The configuration for notification of telemetry events received from the device.EventNotificationConfigDeviceRegistry. getEventNotificationConfigs(int index)The configuration for notification of telemetry events received from the device.EventNotificationConfigDeviceRegistryOrBuilder. getEventNotificationConfigs(int index)The configuration for notification of telemetry events received from the device.static EventNotificationConfigEventNotificationConfig. parseDelimitedFrom(InputStream input)static EventNotificationConfigEventNotificationConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventNotificationConfigEventNotificationConfig. parseFrom(byte[] data)static EventNotificationConfigEventNotificationConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventNotificationConfigEventNotificationConfig. parseFrom(com.google.protobuf.ByteString data)static EventNotificationConfigEventNotificationConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventNotificationConfigEventNotificationConfig. parseFrom(com.google.protobuf.CodedInputStream input)static EventNotificationConfigEventNotificationConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventNotificationConfigEventNotificationConfig. parseFrom(InputStream input)static EventNotificationConfigEventNotificationConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventNotificationConfigEventNotificationConfig. parseFrom(ByteBuffer data)static EventNotificationConfigEventNotificationConfig. 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.BuilderDeviceRegistry.Builder. addEventNotificationConfigs(int index, EventNotificationConfig value)The configuration for notification of telemetry events received from the device.DeviceRegistry.BuilderDeviceRegistry.Builder. addEventNotificationConfigs(EventNotificationConfig value)The configuration for notification of telemetry events received from the device.EventNotificationConfig.BuilderEventNotificationConfig.Builder. mergeFrom(EventNotificationConfig other)static EventNotificationConfig.BuilderEventNotificationConfig. newBuilder(EventNotificationConfig prototype)DeviceRegistry.BuilderDeviceRegistry.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.BuilderDeviceRegistry.Builder. addAllEventNotificationConfigs(Iterable<? extends EventNotificationConfig> values)The configuration for notification of telemetry events received from the device.
-