Reference documentation and code samples for the Cloud IoT V1 API class Google::Cloud::Iot::V1::DeviceRegistry.
A container for a group of devices.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#credentials
def credentials() -> ::Array<::Google::Cloud::Iot::V1::RegistryCredential>
-
(::Array<::Google::Cloud::Iot::V1::RegistryCredential>) — The credentials used to verify the device credentials. No more than 10
credentials can be bound to a single registry at a time. The verification
process occurs at the time of device creation or update. If this field is
empty, no verification is performed. Otherwise, the credentials of a newly
created device or added credentials of an updated device should be signed
with one of these registry credentials.
Note, however, that existing devices will never be affected by modifications to this list of credentials: after a device has been successfully created in a registry, it should be able to connect even if its registry credentials are revoked, deleted, or modified.
#credentials=
def credentials=(value) -> ::Array<::Google::Cloud::Iot::V1::RegistryCredential>
-
value (::Array<::Google::Cloud::Iot::V1::RegistryCredential>) — The credentials used to verify the device credentials. No more than 10
credentials can be bound to a single registry at a time. The verification
process occurs at the time of device creation or update. If this field is
empty, no verification is performed. Otherwise, the credentials of a newly
created device or added credentials of an updated device should be signed
with one of these registry credentials.
Note, however, that existing devices will never be affected by modifications to this list of credentials: after a device has been successfully created in a registry, it should be able to connect even if its registry credentials are revoked, deleted, or modified.
-
(::Array<::Google::Cloud::Iot::V1::RegistryCredential>) — The credentials used to verify the device credentials. No more than 10
credentials can be bound to a single registry at a time. The verification
process occurs at the time of device creation or update. If this field is
empty, no verification is performed. Otherwise, the credentials of a newly
created device or added credentials of an updated device should be signed
with one of these registry credentials.
Note, however, that existing devices will never be affected by modifications to this list of credentials: after a device has been successfully created in a registry, it should be able to connect even if its registry credentials are revoked, deleted, or modified.
#event_notification_configs
def event_notification_configs() -> ::Array<::Google::Cloud::Iot::V1::EventNotificationConfig>
- (::Array<::Google::Cloud::Iot::V1::EventNotificationConfig>) — The configuration for notification of telemetry events received from the device. All telemetry events that were successfully published by the device and acknowledged by Cloud IoT Core are guaranteed to be delivered to Cloud Pub/Sub. If multiple configurations match a message, only the first matching configuration is used. If you try to publish a device telemetry event using MQTT without specifying a Cloud Pub/Sub topic for the device's registry, the connection closes automatically. If you try to do so using an HTTP connection, an error is returned. Up to 10 configurations may be provided.
#event_notification_configs=
def event_notification_configs=(value) -> ::Array<::Google::Cloud::Iot::V1::EventNotificationConfig>
- value (::Array<::Google::Cloud::Iot::V1::EventNotificationConfig>) — The configuration for notification of telemetry events received from the device. All telemetry events that were successfully published by the device and acknowledged by Cloud IoT Core are guaranteed to be delivered to Cloud Pub/Sub. If multiple configurations match a message, only the first matching configuration is used. If you try to publish a device telemetry event using MQTT without specifying a Cloud Pub/Sub topic for the device's registry, the connection closes automatically. If you try to do so using an HTTP connection, an error is returned. Up to 10 configurations may be provided.
- (::Array<::Google::Cloud::Iot::V1::EventNotificationConfig>) — The configuration for notification of telemetry events received from the device. All telemetry events that were successfully published by the device and acknowledged by Cloud IoT Core are guaranteed to be delivered to Cloud Pub/Sub. If multiple configurations match a message, only the first matching configuration is used. If you try to publish a device telemetry event using MQTT without specifying a Cloud Pub/Sub topic for the device's registry, the connection closes automatically. If you try to do so using an HTTP connection, an error is returned. Up to 10 configurations may be provided.
#http_config
def http_config() -> ::Google::Cloud::Iot::V1::HttpConfig
- (::Google::Cloud::Iot::V1::HttpConfig) — The DeviceService (HTTP) configuration for this device registry.
#http_config=
def http_config=(value) -> ::Google::Cloud::Iot::V1::HttpConfig
- value (::Google::Cloud::Iot::V1::HttpConfig) — The DeviceService (HTTP) configuration for this device registry.
- (::Google::Cloud::Iot::V1::HttpConfig) — The DeviceService (HTTP) configuration for this device registry.
#id
def id() -> ::String
-
(::String) — The identifier of this device registry. For example,
myRegistry
.
#id=
def id=(value) -> ::String
-
value (::String) — The identifier of this device registry. For example,
myRegistry
.
-
(::String) — The identifier of this device registry. For example,
myRegistry
.
#log_level
def log_level() -> ::Google::Cloud::Iot::V1::LogLevel
-
(::Google::Cloud::Iot::V1::LogLevel) — Beta Feature
The default logging verbosity for activity from devices in this registry. The verbosity level can be overridden by Device.log_level.
#log_level=
def log_level=(value) -> ::Google::Cloud::Iot::V1::LogLevel
-
value (::Google::Cloud::Iot::V1::LogLevel) — Beta Feature
The default logging verbosity for activity from devices in this registry. The verbosity level can be overridden by Device.log_level.
-
(::Google::Cloud::Iot::V1::LogLevel) — Beta Feature
The default logging verbosity for activity from devices in this registry. The verbosity level can be overridden by Device.log_level.
#mqtt_config
def mqtt_config() -> ::Google::Cloud::Iot::V1::MqttConfig
- (::Google::Cloud::Iot::V1::MqttConfig) — The MQTT configuration for this device registry.
#mqtt_config=
def mqtt_config=(value) -> ::Google::Cloud::Iot::V1::MqttConfig
- value (::Google::Cloud::Iot::V1::MqttConfig) — The MQTT configuration for this device registry.
- (::Google::Cloud::Iot::V1::MqttConfig) — The MQTT configuration for this device registry.
#name
def name() -> ::String
-
(::String) — The resource path name. For example,
projects/example-project/locations/us-central1/registries/my-registry
.
#name=
def name=(value) -> ::String
-
value (::String) — The resource path name. For example,
projects/example-project/locations/us-central1/registries/my-registry
.
-
(::String) — The resource path name. For example,
projects/example-project/locations/us-central1/registries/my-registry
.
#state_notification_config
def state_notification_config() -> ::Google::Cloud::Iot::V1::StateNotificationConfig
- (::Google::Cloud::Iot::V1::StateNotificationConfig) — The configuration for notification of new states received from the device. State updates are guaranteed to be stored in the state history, but notifications to Cloud Pub/Sub are not guaranteed. For example, if permissions are misconfigured or the specified topic doesn't exist, no notification will be published but the state will still be stored in Cloud IoT Core.
#state_notification_config=
def state_notification_config=(value) -> ::Google::Cloud::Iot::V1::StateNotificationConfig
- value (::Google::Cloud::Iot::V1::StateNotificationConfig) — The configuration for notification of new states received from the device. State updates are guaranteed to be stored in the state history, but notifications to Cloud Pub/Sub are not guaranteed. For example, if permissions are misconfigured or the specified topic doesn't exist, no notification will be published but the state will still be stored in Cloud IoT Core.
- (::Google::Cloud::Iot::V1::StateNotificationConfig) — The configuration for notification of new states received from the device. State updates are guaranteed to be stored in the state history, but notifications to Cloud Pub/Sub are not guaranteed. For example, if permissions are misconfigured or the specified topic doesn't exist, no notification will be published but the state will still be stored in Cloud IoT Core.