@lansweeper/discovery-sensor-proto 2.50.0 → 2.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4132,3 +4132,136 @@ export namespace USBDevice {
|
|
|
4132
4132
|
subDevicesList: Array<USBDevice.AsObject>,
|
|
4133
4133
|
}
|
|
4134
4134
|
}
|
|
4135
|
+
|
|
4136
|
+
export class MacThunderbolt extends jspb.Message {
|
|
4137
|
+
clearEntriesList(): void;
|
|
4138
|
+
getEntriesList(): Array<ThunderboltController>;
|
|
4139
|
+
setEntriesList(value: Array<ThunderboltController>): MacThunderbolt;
|
|
4140
|
+
addEntries(value?: ThunderboltController, index?: number): ThunderboltController;
|
|
4141
|
+
|
|
4142
|
+
serializeBinary(): Uint8Array;
|
|
4143
|
+
toObject(includeInstance?: boolean): MacThunderbolt.AsObject;
|
|
4144
|
+
static toObject(includeInstance: boolean, msg: MacThunderbolt): MacThunderbolt.AsObject;
|
|
4145
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4146
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4147
|
+
static serializeBinaryToWriter(message: MacThunderbolt, writer: jspb.BinaryWriter): void;
|
|
4148
|
+
static deserializeBinary(bytes: Uint8Array): MacThunderbolt;
|
|
4149
|
+
static deserializeBinaryFromReader(message: MacThunderbolt, reader: jspb.BinaryReader): MacThunderbolt;
|
|
4150
|
+
}
|
|
4151
|
+
|
|
4152
|
+
export namespace MacThunderbolt {
|
|
4153
|
+
export type AsObject = {
|
|
4154
|
+
entriesList: Array<ThunderboltController.AsObject>,
|
|
4155
|
+
}
|
|
4156
|
+
}
|
|
4157
|
+
|
|
4158
|
+
export class ThunderboltController extends jspb.Message {
|
|
4159
|
+
|
|
4160
|
+
hasName(): boolean;
|
|
4161
|
+
clearName(): void;
|
|
4162
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4163
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): ThunderboltController;
|
|
4164
|
+
|
|
4165
|
+
hasDeviceName(): boolean;
|
|
4166
|
+
clearDeviceName(): void;
|
|
4167
|
+
getDeviceName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4168
|
+
setDeviceName(value?: google_protobuf_wrappers_pb.StringValue): ThunderboltController;
|
|
4169
|
+
|
|
4170
|
+
hasDomainUuid(): boolean;
|
|
4171
|
+
clearDomainUuid(): void;
|
|
4172
|
+
getDomainUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4173
|
+
setDomainUuid(value?: google_protobuf_wrappers_pb.StringValue): ThunderboltController;
|
|
4174
|
+
|
|
4175
|
+
hasRouteString(): boolean;
|
|
4176
|
+
clearRouteString(): void;
|
|
4177
|
+
getRouteString(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4178
|
+
setRouteString(value?: google_protobuf_wrappers_pb.StringValue): ThunderboltController;
|
|
4179
|
+
|
|
4180
|
+
hasSwitchUid(): boolean;
|
|
4181
|
+
clearSwitchUid(): void;
|
|
4182
|
+
getSwitchUid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4183
|
+
setSwitchUid(value?: google_protobuf_wrappers_pb.StringValue): ThunderboltController;
|
|
4184
|
+
|
|
4185
|
+
hasSwitchVersion(): boolean;
|
|
4186
|
+
clearSwitchVersion(): void;
|
|
4187
|
+
getSwitchVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4188
|
+
setSwitchVersion(value?: google_protobuf_wrappers_pb.StringValue): ThunderboltController;
|
|
4189
|
+
|
|
4190
|
+
hasVendorName(): boolean;
|
|
4191
|
+
clearVendorName(): void;
|
|
4192
|
+
getVendorName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4193
|
+
setVendorName(value?: google_protobuf_wrappers_pb.StringValue): ThunderboltController;
|
|
4194
|
+
clearPortsList(): void;
|
|
4195
|
+
getPortsList(): Array<ThunderboltPort>;
|
|
4196
|
+
setPortsList(value: Array<ThunderboltPort>): ThunderboltController;
|
|
4197
|
+
addPorts(value?: ThunderboltPort, index?: number): ThunderboltPort;
|
|
4198
|
+
|
|
4199
|
+
serializeBinary(): Uint8Array;
|
|
4200
|
+
toObject(includeInstance?: boolean): ThunderboltController.AsObject;
|
|
4201
|
+
static toObject(includeInstance: boolean, msg: ThunderboltController): ThunderboltController.AsObject;
|
|
4202
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4203
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4204
|
+
static serializeBinaryToWriter(message: ThunderboltController, writer: jspb.BinaryWriter): void;
|
|
4205
|
+
static deserializeBinary(bytes: Uint8Array): ThunderboltController;
|
|
4206
|
+
static deserializeBinaryFromReader(message: ThunderboltController, reader: jspb.BinaryReader): ThunderboltController;
|
|
4207
|
+
}
|
|
4208
|
+
|
|
4209
|
+
export namespace ThunderboltController {
|
|
4210
|
+
export type AsObject = {
|
|
4211
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4212
|
+
deviceName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4213
|
+
domainUuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4214
|
+
routeString?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4215
|
+
switchUid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4216
|
+
switchVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4217
|
+
vendorName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4218
|
+
portsList: Array<ThunderboltPort.AsObject>,
|
|
4219
|
+
}
|
|
4220
|
+
}
|
|
4221
|
+
|
|
4222
|
+
export class ThunderboltPort extends jspb.Message {
|
|
4223
|
+
|
|
4224
|
+
hasCurrentLinkWidth(): boolean;
|
|
4225
|
+
clearCurrentLinkWidth(): void;
|
|
4226
|
+
getCurrentLinkWidth(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4227
|
+
setCurrentLinkWidth(value?: google_protobuf_wrappers_pb.StringValue): ThunderboltPort;
|
|
4228
|
+
|
|
4229
|
+
hasCurrentSpeed(): boolean;
|
|
4230
|
+
clearCurrentSpeed(): void;
|
|
4231
|
+
getCurrentSpeed(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4232
|
+
setCurrentSpeed(value?: google_protobuf_wrappers_pb.StringValue): ThunderboltPort;
|
|
4233
|
+
|
|
4234
|
+
hasLinkStatus(): boolean;
|
|
4235
|
+
clearLinkStatus(): void;
|
|
4236
|
+
getLinkStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4237
|
+
setLinkStatus(value?: google_protobuf_wrappers_pb.StringValue): ThunderboltPort;
|
|
4238
|
+
|
|
4239
|
+
hasReceptacleId(): boolean;
|
|
4240
|
+
clearReceptacleId(): void;
|
|
4241
|
+
getReceptacleId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4242
|
+
setReceptacleId(value?: google_protobuf_wrappers_pb.StringValue): ThunderboltPort;
|
|
4243
|
+
|
|
4244
|
+
hasReceptacleStatus(): boolean;
|
|
4245
|
+
clearReceptacleStatus(): void;
|
|
4246
|
+
getReceptacleStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4247
|
+
setReceptacleStatus(value?: google_protobuf_wrappers_pb.StringValue): ThunderboltPort;
|
|
4248
|
+
|
|
4249
|
+
serializeBinary(): Uint8Array;
|
|
4250
|
+
toObject(includeInstance?: boolean): ThunderboltPort.AsObject;
|
|
4251
|
+
static toObject(includeInstance: boolean, msg: ThunderboltPort): ThunderboltPort.AsObject;
|
|
4252
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4253
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4254
|
+
static serializeBinaryToWriter(message: ThunderboltPort, writer: jspb.BinaryWriter): void;
|
|
4255
|
+
static deserializeBinary(bytes: Uint8Array): ThunderboltPort;
|
|
4256
|
+
static deserializeBinaryFromReader(message: ThunderboltPort, reader: jspb.BinaryReader): ThunderboltPort;
|
|
4257
|
+
}
|
|
4258
|
+
|
|
4259
|
+
export namespace ThunderboltPort {
|
|
4260
|
+
export type AsObject = {
|
|
4261
|
+
currentLinkWidth?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4262
|
+
currentSpeed?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4263
|
+
linkStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4264
|
+
receptacleId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4265
|
+
receptacleStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4266
|
+
}
|
|
4267
|
+
}
|