Package | Description |
---|---|
com.google.cloud.iot.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
EventNotificationConfig |
EventNotificationConfig.Builder.build() |
EventNotificationConfig |
EventNotificationConfig.Builder.buildPartial() |
static EventNotificationConfig |
EventNotificationConfig.getDefaultInstance() |
EventNotificationConfig |
EventNotificationConfig.getDefaultInstanceForType() |
EventNotificationConfig |
EventNotificationConfig.Builder.getDefaultInstanceForType() |
EventNotificationConfig |
DeviceRegistryOrBuilder.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 |
DeviceRegistry.Builder.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,
ExtensionRegistryLite extensionRegistry) |
static EventNotificationConfig |
EventNotificationConfig.parseFrom(byte[] data) |
static EventNotificationConfig |
EventNotificationConfig.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static EventNotificationConfig |
EventNotificationConfig.parseFrom(ByteBuffer data) |
static EventNotificationConfig |
EventNotificationConfig.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static EventNotificationConfig |
EventNotificationConfig.parseFrom(ByteString data) |
static EventNotificationConfig |
EventNotificationConfig.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static EventNotificationConfig |
EventNotificationConfig.parseFrom(CodedInputStream input) |
static EventNotificationConfig |
EventNotificationConfig.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static EventNotificationConfig |
EventNotificationConfig.parseFrom(InputStream input) |
static EventNotificationConfig |
EventNotificationConfig.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<EventNotificationConfig> |
DeviceRegistryOrBuilder.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> |
DeviceRegistry.Builder.getEventNotificationConfigsList()
The configuration for notification of telemetry events received from the
device.
|
Parser<EventNotificationConfig> |
EventNotificationConfig.getParserForType() |
static Parser<EventNotificationConfig> |
EventNotificationConfig.parser() |
Modifier and Type | Method and Description |
---|---|
DeviceRegistry.Builder |
DeviceRegistry.Builder.addEventNotificationConfigs(EventNotificationConfig value)
The configuration for notification of telemetry events received from the
device.
|
DeviceRegistry.Builder |
DeviceRegistry.Builder.addEventNotificationConfigs(int index,
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.
|
Modifier and Type | Method and Description |
---|---|
DeviceRegistry.Builder |
DeviceRegistry.Builder.addAllEventNotificationConfigs(Iterable<? extends EventNotificationConfig> values)
The configuration for notification of telemetry events received from the
device.
|
Copyright © 2022 Google LLC. All rights reserved.