@lansweeper/data-platform-outbound-grpc 0.1.94 → 0.1.95

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.
@@ -571,6 +571,11 @@ export class AssetChangeEvent extends jspb.Message {
571
571
  getOs(): OperatingSystemChangeEvent | undefined;
572
572
  setOs(value?: OperatingSystemChangeEvent): AssetChangeEvent;
573
573
 
574
+ hasSqlServer(): boolean;
575
+ clearSqlServer(): void;
576
+ getSqlServer(): WindowsSqlServerChangeEvent | undefined;
577
+ setSqlServer(value?: WindowsSqlServerChangeEvent): AssetChangeEvent;
578
+
574
579
  getEventCase(): AssetChangeEvent.EventCase;
575
580
 
576
581
  serializeBinary(): Uint8Array;
@@ -588,12 +593,14 @@ export namespace AssetChangeEvent {
588
593
  timestamp?: google_protobuf_timestamp_pb.Timestamp.AsObject,
589
594
  sw?: SoftwareChangeEvent.AsObject,
590
595
  os?: OperatingSystemChangeEvent.AsObject,
596
+ sqlServer?: WindowsSqlServerChangeEvent.AsObject,
591
597
  }
592
598
 
593
599
  export enum EventCase {
594
600
  EVENT_NOT_SET = 0,
595
601
  SW = 2,
596
602
  OS = 3,
603
+ SQL_SERVER = 4,
597
604
  }
598
605
 
599
606
  }
@@ -2368,6 +2375,51 @@ export namespace SqlServerClusterNode {
2368
2375
  }
2369
2376
  }
2370
2377
 
2378
+ export class WindowsSqlServerChangeEvent extends jspb.Message {
2379
+ getEventType(): WindowsSqlServerChangeEvent.EventType;
2380
+ setEventType(value: WindowsSqlServerChangeEvent.EventType): WindowsSqlServerChangeEvent;
2381
+
2382
+ hasStart(): boolean;
2383
+ clearStart(): void;
2384
+ getStart(): google_protobuf_timestamp_pb.Timestamp | undefined;
2385
+ setStart(value?: google_protobuf_timestamp_pb.Timestamp): WindowsSqlServerChangeEvent;
2386
+
2387
+ hasEnd(): boolean;
2388
+ clearEnd(): void;
2389
+ getEnd(): google_protobuf_timestamp_pb.Timestamp | undefined;
2390
+ setEnd(value?: google_protobuf_timestamp_pb.Timestamp): WindowsSqlServerChangeEvent;
2391
+
2392
+ hasWindowsSqlServer(): boolean;
2393
+ clearWindowsSqlServer(): void;
2394
+ getWindowsSqlServer(): WindowsSqlServer | undefined;
2395
+ setWindowsSqlServer(value?: WindowsSqlServer): WindowsSqlServerChangeEvent;
2396
+
2397
+ serializeBinary(): Uint8Array;
2398
+ toObject(includeInstance?: boolean): WindowsSqlServerChangeEvent.AsObject;
2399
+ static toObject(includeInstance: boolean, msg: WindowsSqlServerChangeEvent): WindowsSqlServerChangeEvent.AsObject;
2400
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
2401
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
2402
+ static serializeBinaryToWriter(message: WindowsSqlServerChangeEvent, writer: jspb.BinaryWriter): void;
2403
+ static deserializeBinary(bytes: Uint8Array): WindowsSqlServerChangeEvent;
2404
+ static deserializeBinaryFromReader(message: WindowsSqlServerChangeEvent, reader: jspb.BinaryReader): WindowsSqlServerChangeEvent;
2405
+ }
2406
+
2407
+ export namespace WindowsSqlServerChangeEvent {
2408
+ export type AsObject = {
2409
+ eventType: WindowsSqlServerChangeEvent.EventType,
2410
+ start?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2411
+ end?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2412
+ windowsSqlServer?: WindowsSqlServer.AsObject,
2413
+ }
2414
+
2415
+ export enum EventType {
2416
+ INSTALL = 0,
2417
+ UNINSTALL = 1,
2418
+ UPDATE = 2,
2419
+ }
2420
+
2421
+ }
2422
+
2371
2423
  export class HardwareInfo extends jspb.Message {
2372
2424
 
2373
2425
  hasTypeId(): boolean;
@@ -193,6 +193,8 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver', nu
193
193
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsSinglePageFile', null, global);
194
194
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer', null, global);
195
195
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer.SqlAuthenticationMode', null, global);
196
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent', null, global);
197
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.EventType', null, global);
196
198
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver', null, global);
197
199
  /**
198
200
  * Generated by JsPbCodeGenerator.
@@ -1118,6 +1120,27 @@ if (goog.DEBUG && !COMPILED) {
1118
1120
  */
1119
1121
  proto.com.lansweeper.dp.outbound.v1.SqlServerClusterNode.displayName = 'proto.com.lansweeper.dp.outbound.v1.SqlServerClusterNode';
1120
1122
  }
1123
+ /**
1124
+ * Generated by JsPbCodeGenerator.
1125
+ * @param {Array=} opt_data Optional initial data array, typically from a
1126
+ * server response, or constructed directly in Javascript. The array is used
1127
+ * in place and becomes part of the constructed object. It is not cloned.
1128
+ * If no data is provided, the constructed object will be empty, but still
1129
+ * valid.
1130
+ * @extends {jspb.Message}
1131
+ * @constructor
1132
+ */
1133
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent = function(opt_data) {
1134
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
1135
+ };
1136
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent, jspb.Message);
1137
+ if (goog.DEBUG && !COMPILED) {
1138
+ /**
1139
+ * @public
1140
+ * @override
1141
+ */
1142
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.displayName = 'proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent';
1143
+ }
1121
1144
  /**
1122
1145
  * Generated by JsPbCodeGenerator.
1123
1146
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -7605,7 +7628,7 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearChangeLogList = functio
7605
7628
  * @private {!Array<!Array<number>>}
7606
7629
  * @const
7607
7630
  */
7608
- proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.oneofGroups_ = [[2,3]];
7631
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.oneofGroups_ = [[2,3,4]];
7609
7632
 
7610
7633
  /**
7611
7634
  * @enum {number}
@@ -7613,7 +7636,8 @@ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.oneofGroups_ = [[2,3]];
7613
7636
  proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.EventCase = {
7614
7637
  EVENT_NOT_SET: 0,
7615
7638
  SW: 2,
7616
- OS: 3
7639
+ OS: 3,
7640
+ SQL_SERVER: 4
7617
7641
  };
7618
7642
 
7619
7643
  /**
@@ -7656,7 +7680,8 @@ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.toObject = function(include
7656
7680
  var f, obj = {
7657
7681
  timestamp: (f = msg.getTimestamp()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
7658
7682
  sw: (f = msg.getSw()) && proto.com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.toObject(includeInstance, f),
7659
- os: (f = msg.getOs()) && proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.toObject(includeInstance, f)
7683
+ os: (f = msg.getOs()) && proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.toObject(includeInstance, f),
7684
+ sqlServer: (f = msg.getSqlServer()) && proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.toObject(includeInstance, f)
7660
7685
  };
7661
7686
 
7662
7687
  if (includeInstance) {
@@ -7708,6 +7733,11 @@ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.deserializeBinaryFromReader
7708
7733
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.deserializeBinaryFromReader);
7709
7734
  msg.setOs(value);
7710
7735
  break;
7736
+ case 4:
7737
+ var value = new proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent;
7738
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.deserializeBinaryFromReader);
7739
+ msg.setSqlServer(value);
7740
+ break;
7711
7741
  default:
7712
7742
  reader.skipField();
7713
7743
  break;
@@ -7761,6 +7791,14 @@ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.serializeBinaryToWriter = f
7761
7791
  proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.serializeBinaryToWriter
7762
7792
  );
7763
7793
  }
7794
+ f = message.getSqlServer();
7795
+ if (f != null) {
7796
+ writer.writeMessage(
7797
+ 4,
7798
+ f,
7799
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.serializeBinaryToWriter
7800
+ );
7801
+ }
7764
7802
  };
7765
7803
 
7766
7804
 
@@ -7875,6 +7913,43 @@ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.hasOs = function(
7875
7913
  };
7876
7914
 
7877
7915
 
7916
+ /**
7917
+ * optional WindowsSqlServerChangeEvent sql_server = 4;
7918
+ * @return {?proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent}
7919
+ */
7920
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.getSqlServer = function() {
7921
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent} */ (
7922
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent, 4));
7923
+ };
7924
+
7925
+
7926
+ /**
7927
+ * @param {?proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent|undefined} value
7928
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent} returns this
7929
+ */
7930
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.setSqlServer = function(value) {
7931
+ return jspb.Message.setOneofWrapperField(this, 4, proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.oneofGroups_[0], value);
7932
+ };
7933
+
7934
+
7935
+ /**
7936
+ * Clears the message field making it undefined.
7937
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent} returns this
7938
+ */
7939
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.clearSqlServer = function() {
7940
+ return this.setSqlServer(undefined);
7941
+ };
7942
+
7943
+
7944
+ /**
7945
+ * Returns whether this field is set.
7946
+ * @return {boolean}
7947
+ */
7948
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.hasSqlServer = function() {
7949
+ return jspb.Message.getField(this, 4) != null;
7950
+ };
7951
+
7952
+
7878
7953
 
7879
7954
  /**
7880
7955
  * List of repeated fields within this message type.
@@ -21933,6 +22008,298 @@ proto.com.lansweeper.dp.outbound.v1.SqlServerClusterNode.prototype.hasName = fun
21933
22008
 
21934
22009
 
21935
22010
 
22011
+ if (jspb.Message.GENERATE_TO_OBJECT) {
22012
+ /**
22013
+ * Creates an object representation of this proto.
22014
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
22015
+ * Optional fields that are not set will be set to undefined.
22016
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
22017
+ * For the list of reserved names please see:
22018
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
22019
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
22020
+ * JSPB instance for transitional soy proto support:
22021
+ * http://goto/soy-param-migration
22022
+ * @return {!Object}
22023
+ */
22024
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.toObject = function(opt_includeInstance) {
22025
+ return proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.toObject(opt_includeInstance, this);
22026
+ };
22027
+
22028
+
22029
+ /**
22030
+ * Static version of the {@see toObject} method.
22031
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
22032
+ * the JSPB instance for transitional soy proto support:
22033
+ * http://goto/soy-param-migration
22034
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent} msg The msg instance to transform.
22035
+ * @return {!Object}
22036
+ * @suppress {unusedLocalVariables} f is only used for nested messages
22037
+ */
22038
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.toObject = function(includeInstance, msg) {
22039
+ var f, obj = {
22040
+ eventType: jspb.Message.getFieldWithDefault(msg, 1, 0),
22041
+ start: (f = msg.getStart()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
22042
+ end: (f = msg.getEnd()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
22043
+ windowsSqlServer: (f = msg.getWindowsSqlServer()) && proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer.toObject(includeInstance, f)
22044
+ };
22045
+
22046
+ if (includeInstance) {
22047
+ obj.$jspbMessageInstance = msg;
22048
+ }
22049
+ return obj;
22050
+ };
22051
+ }
22052
+
22053
+
22054
+ /**
22055
+ * Deserializes binary data (in protobuf wire format).
22056
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
22057
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent}
22058
+ */
22059
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.deserializeBinary = function(bytes) {
22060
+ var reader = new jspb.BinaryReader(bytes);
22061
+ var msg = new proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent;
22062
+ return proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.deserializeBinaryFromReader(msg, reader);
22063
+ };
22064
+
22065
+
22066
+ /**
22067
+ * Deserializes binary data (in protobuf wire format) from the
22068
+ * given reader into the given message object.
22069
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent} msg The message object to deserialize into.
22070
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
22071
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent}
22072
+ */
22073
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.deserializeBinaryFromReader = function(msg, reader) {
22074
+ while (reader.nextField()) {
22075
+ if (reader.isEndGroup()) {
22076
+ break;
22077
+ }
22078
+ var field = reader.getFieldNumber();
22079
+ switch (field) {
22080
+ case 1:
22081
+ var value = /** @type {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.EventType} */ (reader.readEnum());
22082
+ msg.setEventType(value);
22083
+ break;
22084
+ case 2:
22085
+ var value = new google_protobuf_timestamp_pb.Timestamp;
22086
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
22087
+ msg.setStart(value);
22088
+ break;
22089
+ case 3:
22090
+ var value = new google_protobuf_timestamp_pb.Timestamp;
22091
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
22092
+ msg.setEnd(value);
22093
+ break;
22094
+ case 4:
22095
+ var value = new proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer;
22096
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer.deserializeBinaryFromReader);
22097
+ msg.setWindowsSqlServer(value);
22098
+ break;
22099
+ default:
22100
+ reader.skipField();
22101
+ break;
22102
+ }
22103
+ }
22104
+ return msg;
22105
+ };
22106
+
22107
+
22108
+ /**
22109
+ * Serializes the message to binary data (in protobuf wire format).
22110
+ * @return {!Uint8Array}
22111
+ */
22112
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.serializeBinary = function() {
22113
+ var writer = new jspb.BinaryWriter();
22114
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.serializeBinaryToWriter(this, writer);
22115
+ return writer.getResultBuffer();
22116
+ };
22117
+
22118
+
22119
+ /**
22120
+ * Serializes the given message to binary data (in protobuf wire
22121
+ * format), writing to the given BinaryWriter.
22122
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent} message
22123
+ * @param {!jspb.BinaryWriter} writer
22124
+ * @suppress {unusedLocalVariables} f is only used for nested messages
22125
+ */
22126
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.serializeBinaryToWriter = function(message, writer) {
22127
+ var f = undefined;
22128
+ f = message.getEventType();
22129
+ if (f !== 0.0) {
22130
+ writer.writeEnum(
22131
+ 1,
22132
+ f
22133
+ );
22134
+ }
22135
+ f = message.getStart();
22136
+ if (f != null) {
22137
+ writer.writeMessage(
22138
+ 2,
22139
+ f,
22140
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
22141
+ );
22142
+ }
22143
+ f = message.getEnd();
22144
+ if (f != null) {
22145
+ writer.writeMessage(
22146
+ 3,
22147
+ f,
22148
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
22149
+ );
22150
+ }
22151
+ f = message.getWindowsSqlServer();
22152
+ if (f != null) {
22153
+ writer.writeMessage(
22154
+ 4,
22155
+ f,
22156
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer.serializeBinaryToWriter
22157
+ );
22158
+ }
22159
+ };
22160
+
22161
+
22162
+ /**
22163
+ * @enum {number}
22164
+ */
22165
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.EventType = {
22166
+ INSTALL: 0,
22167
+ UNINSTALL: 1,
22168
+ UPDATE: 2
22169
+ };
22170
+
22171
+ /**
22172
+ * optional EventType event_type = 1;
22173
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.EventType}
22174
+ */
22175
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.getEventType = function() {
22176
+ return /** @type {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.EventType} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
22177
+ };
22178
+
22179
+
22180
+ /**
22181
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.EventType} value
22182
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent} returns this
22183
+ */
22184
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.setEventType = function(value) {
22185
+ return jspb.Message.setProto3EnumField(this, 1, value);
22186
+ };
22187
+
22188
+
22189
+ /**
22190
+ * optional google.protobuf.Timestamp start = 2;
22191
+ * @return {?proto.google.protobuf.Timestamp}
22192
+ */
22193
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.getStart = function() {
22194
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
22195
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 2));
22196
+ };
22197
+
22198
+
22199
+ /**
22200
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
22201
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent} returns this
22202
+ */
22203
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.setStart = function(value) {
22204
+ return jspb.Message.setWrapperField(this, 2, value);
22205
+ };
22206
+
22207
+
22208
+ /**
22209
+ * Clears the message field making it undefined.
22210
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent} returns this
22211
+ */
22212
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.clearStart = function() {
22213
+ return this.setStart(undefined);
22214
+ };
22215
+
22216
+
22217
+ /**
22218
+ * Returns whether this field is set.
22219
+ * @return {boolean}
22220
+ */
22221
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.hasStart = function() {
22222
+ return jspb.Message.getField(this, 2) != null;
22223
+ };
22224
+
22225
+
22226
+ /**
22227
+ * optional google.protobuf.Timestamp end = 3;
22228
+ * @return {?proto.google.protobuf.Timestamp}
22229
+ */
22230
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.getEnd = function() {
22231
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
22232
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 3));
22233
+ };
22234
+
22235
+
22236
+ /**
22237
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
22238
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent} returns this
22239
+ */
22240
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.setEnd = function(value) {
22241
+ return jspb.Message.setWrapperField(this, 3, value);
22242
+ };
22243
+
22244
+
22245
+ /**
22246
+ * Clears the message field making it undefined.
22247
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent} returns this
22248
+ */
22249
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.clearEnd = function() {
22250
+ return this.setEnd(undefined);
22251
+ };
22252
+
22253
+
22254
+ /**
22255
+ * Returns whether this field is set.
22256
+ * @return {boolean}
22257
+ */
22258
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.hasEnd = function() {
22259
+ return jspb.Message.getField(this, 3) != null;
22260
+ };
22261
+
22262
+
22263
+ /**
22264
+ * optional WindowsSqlServer windows_sql_server = 4;
22265
+ * @return {?proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer}
22266
+ */
22267
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.getWindowsSqlServer = function() {
22268
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer} */ (
22269
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer, 4));
22270
+ };
22271
+
22272
+
22273
+ /**
22274
+ * @param {?proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer|undefined} value
22275
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent} returns this
22276
+ */
22277
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.setWindowsSqlServer = function(value) {
22278
+ return jspb.Message.setWrapperField(this, 4, value);
22279
+ };
22280
+
22281
+
22282
+ /**
22283
+ * Clears the message field making it undefined.
22284
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent} returns this
22285
+ */
22286
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.clearWindowsSqlServer = function() {
22287
+ return this.setWindowsSqlServer(undefined);
22288
+ };
22289
+
22290
+
22291
+ /**
22292
+ * Returns whether this field is set.
22293
+ * @return {boolean}
22294
+ */
22295
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.hasWindowsSqlServer = function() {
22296
+ return jspb.Message.getField(this, 4) != null;
22297
+ };
22298
+
22299
+
22300
+
22301
+
22302
+
21936
22303
  if (jspb.Message.GENERATE_TO_OBJECT) {
21937
22304
  /**
21938
22305
  * Creates an object representation of this proto.