Package | Description |
---|---|
com.google.cloud.iot.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static LogLevel |
LogLevel.forNumber(int value) |
LogLevel |
DeviceOrBuilder.getLogLevel()
**Beta Feature**
The logging verbosity for device activity.
|
LogLevel |
Device.getLogLevel()
**Beta Feature**
The logging verbosity for device activity.
|
LogLevel |
Device.Builder.getLogLevel()
**Beta Feature**
The logging verbosity for device activity.
|
LogLevel |
DeviceRegistryOrBuilder.getLogLevel()
**Beta Feature**
The default logging verbosity for activity from devices in this registry.
|
LogLevel |
DeviceRegistry.getLogLevel()
**Beta Feature**
The default logging verbosity for activity from devices in this registry.
|
LogLevel |
DeviceRegistry.Builder.getLogLevel()
**Beta Feature**
The default logging verbosity for activity from devices in this registry.
|
static LogLevel |
LogLevel.valueOf(Descriptors.EnumValueDescriptor desc) |
static LogLevel |
LogLevel.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static LogLevel |
LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogLevel[] |
LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<LogLevel> |
LogLevel.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Device.Builder |
Device.Builder.setLogLevel(LogLevel value)
**Beta Feature**
The logging verbosity for device activity.
|
DeviceRegistry.Builder |
DeviceRegistry.Builder.setLogLevel(LogLevel value)
**Beta Feature**
The default logging verbosity for activity from devices in this registry.
|
Copyright © 2022 Google LLC. All rights reserved.