Represents a Device.
Package
@google-cloud/iot!Constructors
(constructor)(properties)
constructor
(
properties
?:
google
.
cloud
.
iot
.
v1
.
IDevice
);
Constructs a new Device.
Name | Description |
properties | IDevice
Properties to set |
Properties
blocked
public
blocked
:
boolean
;
Device blocked.
Type | Description |
---|---|
boolean |
config
public
config
?:
(
google
.
cloud
.
iot
.
v1
.
IDeviceConfig
|
null
);
Device config.
Type | Description |
---|---|
( google.cloud.iot.v1.IDeviceConfig |null) |
credentials
public
credentials
:
google
.
cloud
.
iot
.
v1
.
IDeviceCredential
[];
Device credentials.
Type | Description |
---|---|
google.cloud.iot.v1.IDeviceCredential [] |
gatewayConfig
public
gatewayConfig
?:
(
google
.
cloud
.
iot
.
v1
.
IGatewayConfig
|
null
);
Device gatewayConfig.
Type | Description |
---|---|
( google.cloud.iot.v1.IGatewayConfig |null) |
id
public
id
:
string
;
Device id.
Type | Description |
---|---|
string |
lastConfigAckTime
public
lastConfigAckTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Device lastConfigAckTime.
Type | Description |
---|---|
( google.protobuf.ITimestamp |null) |
lastConfigSendTime
public
lastConfigSendTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Device lastConfigSendTime.
Type | Description |
---|---|
( google.protobuf.ITimestamp |null) |
lastErrorStatus
public
lastErrorStatus
?:
(
google
.
rpc
.
IStatus
|
null
);
Device lastErrorStatus.
Type | Description |
---|---|
( google.rpc.IStatus |null) |
lastErrorTime
public
lastErrorTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Device lastErrorTime.
Type | Description |
---|---|
( google.protobuf.ITimestamp |null) |
lastEventTime
public
lastEventTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Device lastEventTime.
Type | Description |
---|---|
( google.protobuf.ITimestamp |null) |
lastHeartbeatTime
public
lastHeartbeatTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Device lastHeartbeatTime.
Type | Description |
---|---|
( google.protobuf.ITimestamp |null) |
lastStateTime
public
lastStateTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Device lastStateTime.
Type | Description |
---|---|
( google.protobuf.ITimestamp |null) |
logLevel
public
logLevel
:
(
google
.
cloud
.
iot
.
v1
.
LogLevel
|
keyof
typeof
google
.
cloud
.
iot
.
v1
.
LogLevel
);
Device logLevel.
Type | Description |
---|---|
( google.cloud.iot.v1.LogLevel |keyof typeof google.cloud.iot.v1.LogLevel ) |
metadata
public
metadata
:
{
[
k
:
string
]
:
string
};
Device metadata.
Type | Description |
---|---|
{ [k: string]: string } |
name
public
name
:
string
;
Device name.
Type | Description |
---|---|
string |
numId
public
numId
:
(
number
|
Long
|
string
);
Device numId.
Type | Description |
---|---|
(number| Long |string) |
state
public
state
?:
(
google
.
cloud
.
iot
.
v1
.
IDeviceState
|
null
);
Device state.
Type | Description |
---|---|
( google.cloud.iot.v1.IDeviceState |null) |
Methods
create(properties)
public
static
create
(
properties
?:
google
.
cloud
.
iot
.
v1
.
IDevice
)
:
google
.
cloud
.
iot
.
v1
.
Device
;
Creates a new Device instance using the specified properties.
Name | Description |
properties | IDevice
Properties to set |
Type | Description |
---|---|
google.cloud.iot.v1.Device | Device instance |
decode(reader, length)
public
static
decode
(
reader
:
(
$protobuf
.
Reader
|
Uint8Array
),
length
?:
number
)
:
google
.
cloud
.
iot
.
v1
.
Device
;
Decodes a Device message from the specified reader or buffer.
Name | Description |
reader | ($protobuf. Reader
| Uint8Array
)
Reader or buffer to decode from |
length | number
Message length if known beforehand |
Type | Description |
---|---|
google.cloud.iot.v1.Device | Device |
decodeDelimited(reader)
public
static
decodeDelimited
(
reader
:
(
$protobuf
.
Reader
|
Uint8Array
))
:
google
.
cloud
.
iot
.
v1
.
Device
;
Decodes a Device message from the specified reader or buffer, length delimited.
Name | Description |
reader | ($protobuf. Reader
| Uint8Array
)
Reader or buffer to decode from |
Type | Description |
---|---|
google.cloud.iot.v1.Device | Device |
encode(message, writer)
public
static
encode
(
message
:
google
.
cloud
.
iot
.
v1
.
IDevice
,
writer
?:
$protobuf
.
Writer
)
:
$protobuf
.
Writer
;
Encodes the specified Device message. Does not implicitly messages.
Name | Description |
message | IDevice
Device message or plain object to encode |
writer | $protobuf. Writer
Writer to encode to |
Type | Description |
---|---|
$protobuf. Writer | Writer |
encodeDelimited(message, writer)
public
static
encodeDelimited
(
message
:
google
.
cloud
.
iot
.
v1
.
IDevice
,
writer
?:
$protobuf
.
Writer
)
:
$protobuf
.
Writer
;
Encodes the specified Device message, length delimited. Does not implicitly messages.
Name | Description |
message | IDevice
Device message or plain object to encode |
writer | $protobuf. Writer
Writer to encode to |
Type | Description |
---|---|
$protobuf. Writer | Writer |
fromObject(object)
public
static
fromObject
(
object
:
{
[
k
:
string
]
:
any
})
:
google
.
cloud
.
iot
.
v1
.
Device
;
Creates a Device message from a plain object. Also converts values to their respective internal types.
Name | Description |
object | { [k: string]: any }
Plain object |
Type | Description |
---|---|
google.cloud.iot.v1.Device | Device |
toJSON()
public
toJSON
()
:
{
[
k
:
string
]
:
any
};
Converts this Device to JSON.
Type | Description |
---|---|
{ [k: string]: any } | JSON object |
toObject(message, options)
public
static
toObject
(
message
:
google
.
cloud
.
iot
.
v1
.
Device
,
options
?:
$protobuf
.
IConversionOptions
)
:
{
[
k
:
string
]
:
any
};
Creates a plain object from a Device message. Also converts values to other types if specified.
Name | Description |
message | google.cloud.iot.v1.Device
Device |
options | $protobuf. IConversionOptions
Conversion options |
Type | Description |
---|---|
{ [k: string]: any } | Plain object |
verify(message)
public
static
verify
(
message
:
{
[
k
:
string
]
:
any
})
:
(
string
|
null
);
Verifies a Device message.
Name | Description |
message | { [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) | |