Represents a GatewayConfig.
Package
@google-cloud/iotConstructors
(constructor)(properties)
constructor(properties?: google.cloud.iot.v1.IGatewayConfig);
Constructs a new GatewayConfig.
Name | Description |
properties |
IGatewayConfig
Properties to set |
Properties
gatewayAuthMethod
public gatewayAuthMethod: (google.cloud.iot.v1.GatewayAuthMethod|keyof typeof google.cloud.iot.v1.GatewayAuthMethod);
GatewayConfig gatewayAuthMethod.
gatewayType
public gatewayType: (google.cloud.iot.v1.GatewayType|keyof typeof google.cloud.iot.v1.GatewayType);
GatewayConfig gatewayType.
lastAccessedGatewayId
public lastAccessedGatewayId: string;
GatewayConfig lastAccessedGatewayId.
lastAccessedGatewayTime
public lastAccessedGatewayTime?: (google.protobuf.ITimestamp|null);
GatewayConfig lastAccessedGatewayTime.
Methods
create(properties)
public static create(properties?: google.cloud.iot.v1.IGatewayConfig): google.cloud.iot.v1.GatewayConfig;
Creates a new GatewayConfig instance using the specified properties.
Name | Description |
properties |
IGatewayConfig
Properties to set |
Type | Description |
google.cloud.iot.v1.GatewayConfig | GatewayConfig instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.iot.v1.GatewayConfig;
Decodes a GatewayConfig 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.GatewayConfig | GatewayConfig |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.iot.v1.GatewayConfig;
Decodes a GatewayConfig 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.GatewayConfig | GatewayConfig |
encode(message, writer)
public static encode(message: google.cloud.iot.v1.IGatewayConfig, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified GatewayConfig message. Does not implicitly messages.
Name | Description |
message |
IGatewayConfig
GatewayConfig 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.IGatewayConfig, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified GatewayConfig message, length delimited. Does not implicitly messages.
Name | Description |
message |
IGatewayConfig
GatewayConfig 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.GatewayConfig;
Creates a GatewayConfig 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.GatewayConfig | GatewayConfig |
toJSON()
public toJSON(): { [k: string]: any };
Converts this GatewayConfig to JSON.
Type | Description |
{ [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.cloud.iot.v1.GatewayConfig, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from a GatewayConfig message. Also converts values to other types if specified.
Name | Description |
message |
google.cloud.iot.v1.GatewayConfig
GatewayConfig |
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 GatewayConfig message.
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) |
|