Package | Description |
---|---|
com.google.cloud.iot.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
EventNotificationConfig.Builder |
DeviceRegistry.Builder.addEventNotificationConfigsBuilder()
The configuration for notification of telemetry events received from the
device.
|
EventNotificationConfig.Builder |
DeviceRegistry.Builder.addEventNotificationConfigsBuilder(int index)
The configuration for notification of telemetry events received from the
device.
|
EventNotificationConfig.Builder |
EventNotificationConfig.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
EventNotificationConfig.Builder |
EventNotificationConfig.Builder.clear() |
EventNotificationConfig.Builder |
EventNotificationConfig.Builder.clearField(Descriptors.FieldDescriptor field) |
EventNotificationConfig.Builder |
EventNotificationConfig.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
EventNotificationConfig.Builder |
EventNotificationConfig.Builder.clearPubsubTopicName()
A Cloud Pub/Sub topic name.
|
EventNotificationConfig.Builder |
EventNotificationConfig.Builder.clearSubfolderMatches()
If the subfolder name matches this string exactly, this configuration will
be used.
|
EventNotificationConfig.Builder |
EventNotificationConfig.Builder.clone() |
EventNotificationConfig.Builder |
DeviceRegistry.Builder.getEventNotificationConfigsBuilder(int index)
The configuration for notification of telemetry events received from the
device.
|
EventNotificationConfig.Builder |
EventNotificationConfig.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
EventNotificationConfig.Builder |
EventNotificationConfig.Builder.mergeFrom(EventNotificationConfig other) |
EventNotificationConfig.Builder |
EventNotificationConfig.Builder.mergeFrom(Message other) |
EventNotificationConfig.Builder |
EventNotificationConfig.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static EventNotificationConfig.Builder |
EventNotificationConfig.newBuilder() |
static EventNotificationConfig.Builder |
EventNotificationConfig.newBuilder(EventNotificationConfig prototype) |
EventNotificationConfig.Builder |
EventNotificationConfig.newBuilderForType() |
protected EventNotificationConfig.Builder |
EventNotificationConfig.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
EventNotificationConfig.Builder |
EventNotificationConfig.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
EventNotificationConfig.Builder |
EventNotificationConfig.Builder.setPubsubTopicName(String value)
A Cloud Pub/Sub topic name.
|
EventNotificationConfig.Builder |
EventNotificationConfig.Builder.setPubsubTopicNameBytes(ByteString value)
A Cloud Pub/Sub topic name.
|
EventNotificationConfig.Builder |
EventNotificationConfig.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
EventNotificationConfig.Builder |
EventNotificationConfig.Builder.setSubfolderMatches(String value)
If the subfolder name matches this string exactly, this configuration will
be used.
|
EventNotificationConfig.Builder |
EventNotificationConfig.Builder.setSubfolderMatchesBytes(ByteString value)
If the subfolder name matches this string exactly, this configuration will
be used.
|
EventNotificationConfig.Builder |
EventNotificationConfig.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
EventNotificationConfig.Builder |
EventNotificationConfig.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<EventNotificationConfig.Builder> |
DeviceRegistry.Builder.getEventNotificationConfigsBuilderList()
The configuration for notification of telemetry events received from the
device.
|
Modifier and Type | Method and Description |
---|---|
DeviceRegistry.Builder |
DeviceRegistry.Builder.addEventNotificationConfigs(EventNotificationConfig.Builder builderForValue)
The configuration for notification of telemetry events received from the
device.
|
DeviceRegistry.Builder |
DeviceRegistry.Builder.addEventNotificationConfigs(int index,
EventNotificationConfig.Builder builderForValue)
The configuration for notification of telemetry events received from the
device.
|
DeviceRegistry.Builder |
DeviceRegistry.Builder.setEventNotificationConfigs(int index,
EventNotificationConfig.Builder builderForValue)
The configuration for notification of telemetry events received from the
device.
|
Copyright © 2022 Google LLC. All rights reserved.