@lansweeper/discovery-cloud-proto 0.0.41 → 0.0.42

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.
@@ -458,6 +458,7 @@ goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSql
458
458
  goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlFirewallRule', null, global);
459
459
  goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlManagedDatabase', null, global);
460
460
  goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlManagedInstance', null, global);
461
+ goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection', null, global);
461
462
  goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlProcedures', null, global);
462
463
  goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlRole', null, global);
463
464
  goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlServer', null, global);
@@ -13602,6 +13603,27 @@ if (goog.DEBUG && !COMPILED) {
13602
13603
  */
13603
13604
  proto.com.lansweeper.discovery.cloud.api.v1.AmazonElasticIpAddress.displayName = 'proto.com.lansweeper.discovery.cloud.api.v1.AmazonElasticIpAddress';
13604
13605
  }
13606
+ /**
13607
+ * Generated by JsPbCodeGenerator.
13608
+ * @param {Array=} opt_data Optional initial data array, typically from a
13609
+ * server response, or constructed directly in Javascript. The array is used
13610
+ * in place and becomes part of the constructed object. It is not cloned.
13611
+ * If no data is provided, the constructed object will be empty, but still
13612
+ * valid.
13613
+ * @extends {jspb.Message}
13614
+ * @constructor
13615
+ */
13616
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection = function(opt_data) {
13617
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
13618
+ };
13619
+ goog.inherits(proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection, jspb.Message);
13620
+ if (goog.DEBUG && !COMPILED) {
13621
+ /**
13622
+ * @public
13623
+ * @override
13624
+ */
13625
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.displayName = 'proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection';
13626
+ }
13605
13627
 
13606
13628
  /**
13607
13629
  * List of repeated fields within this message type.
@@ -42714,7 +42736,8 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPInstanceGroup.toObject = function
42714
42736
  differencesList: jspb.Message.toObjectList(msg.getDifferencesList(),
42715
42737
  proto.com.lansweeper.discovery.cloud.api.v1.StandardObjectDifference.toObject, includeInstance),
42716
42738
  warningsList: jspb.Message.toObjectList(msg.getWarningsList(),
42717
- proto.com.lansweeper.discovery.cloud.api.v1.CDKRule.toObject, includeInstance)
42739
+ proto.com.lansweeper.discovery.cloud.api.v1.CDKRule.toObject, includeInstance),
42740
+ instanceGroupId: (f = msg.getInstanceGroupId()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
42718
42741
  };
42719
42742
 
42720
42743
  if (includeInstance) {
@@ -42806,6 +42829,11 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPInstanceGroup.deserializeBinaryFr
42806
42829
  reader.readMessage(value,proto.com.lansweeper.discovery.cloud.api.v1.CDKRule.deserializeBinaryFromReader);
42807
42830
  msg.addWarnings(value);
42808
42831
  break;
42832
+ case 12:
42833
+ var value = new google_protobuf_wrappers_pb.StringValue;
42834
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
42835
+ msg.setInstanceGroupId(value);
42836
+ break;
42809
42837
  default:
42810
42838
  reader.skipField();
42811
42839
  break;
@@ -42923,6 +42951,14 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPInstanceGroup.serializeBinaryToWr
42923
42951
  proto.com.lansweeper.discovery.cloud.api.v1.CDKRule.serializeBinaryToWriter
42924
42952
  );
42925
42953
  }
42954
+ f = message.getInstanceGroupId();
42955
+ if (f != null) {
42956
+ writer.writeMessage(
42957
+ 12,
42958
+ f,
42959
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
42960
+ );
42961
+ }
42926
42962
  };
42927
42963
 
42928
42964
 
@@ -43335,6 +43371,43 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPInstanceGroup.prototype.clearWarn
43335
43371
  };
43336
43372
 
43337
43373
 
43374
+ /**
43375
+ * optional google.protobuf.StringValue _instance_group_id = 12;
43376
+ * @return {?proto.google.protobuf.StringValue}
43377
+ */
43378
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPInstanceGroup.prototype.getInstanceGroupId = function() {
43379
+ return /** @type{?proto.google.protobuf.StringValue} */ (
43380
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 12));
43381
+ };
43382
+
43383
+
43384
+ /**
43385
+ * @param {?proto.google.protobuf.StringValue|undefined} value
43386
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPInstanceGroup} returns this
43387
+ */
43388
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPInstanceGroup.prototype.setInstanceGroupId = function(value) {
43389
+ return jspb.Message.setWrapperField(this, 12, value);
43390
+ };
43391
+
43392
+
43393
+ /**
43394
+ * Clears the message field making it undefined.
43395
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPInstanceGroup} returns this
43396
+ */
43397
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPInstanceGroup.prototype.clearInstanceGroupId = function() {
43398
+ return this.setInstanceGroupId(undefined);
43399
+ };
43400
+
43401
+
43402
+ /**
43403
+ * Returns whether this field is set.
43404
+ * @return {boolean}
43405
+ */
43406
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPInstanceGroup.prototype.hasInstanceGroupId = function() {
43407
+ return jspb.Message.getField(this, 12) != null;
43408
+ };
43409
+
43410
+
43338
43411
 
43339
43412
  /**
43340
43413
  * List of repeated fields within this message type.
@@ -46793,7 +46866,8 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPNetwork.toObject = function(inclu
46793
46866
  differencesList: jspb.Message.toObjectList(msg.getDifferencesList(),
46794
46867
  proto.com.lansweeper.discovery.cloud.api.v1.StandardObjectDifference.toObject, includeInstance),
46795
46868
  warningsList: jspb.Message.toObjectList(msg.getWarningsList(),
46796
- proto.com.lansweeper.discovery.cloud.api.v1.CDKRule.toObject, includeInstance)
46869
+ proto.com.lansweeper.discovery.cloud.api.v1.CDKRule.toObject, includeInstance),
46870
+ networkId: (f = msg.getNetworkId()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
46797
46871
  };
46798
46872
 
46799
46873
  if (includeInstance) {
@@ -46910,6 +46984,11 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPNetwork.deserializeBinaryFromRead
46910
46984
  reader.readMessage(value,proto.com.lansweeper.discovery.cloud.api.v1.CDKRule.deserializeBinaryFromReader);
46911
46985
  msg.addWarnings(value);
46912
46986
  break;
46987
+ case 17:
46988
+ var value = new google_protobuf_wrappers_pb.StringValue;
46989
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
46990
+ msg.setNetworkId(value);
46991
+ break;
46913
46992
  default:
46914
46993
  reader.skipField();
46915
46994
  break;
@@ -47067,6 +47146,14 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPNetwork.serializeBinaryToWriter =
47067
47146
  proto.com.lansweeper.discovery.cloud.api.v1.CDKRule.serializeBinaryToWriter
47068
47147
  );
47069
47148
  }
47149
+ f = message.getNetworkId();
47150
+ if (f != null) {
47151
+ writer.writeMessage(
47152
+ 17,
47153
+ f,
47154
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
47155
+ );
47156
+ }
47070
47157
  };
47071
47158
 
47072
47159
 
@@ -47669,6 +47756,43 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPNetwork.prototype.clearWarningsLi
47669
47756
  };
47670
47757
 
47671
47758
 
47759
+ /**
47760
+ * optional google.protobuf.StringValue _network_id = 17;
47761
+ * @return {?proto.google.protobuf.StringValue}
47762
+ */
47763
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPNetwork.prototype.getNetworkId = function() {
47764
+ return /** @type{?proto.google.protobuf.StringValue} */ (
47765
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 17));
47766
+ };
47767
+
47768
+
47769
+ /**
47770
+ * @param {?proto.google.protobuf.StringValue|undefined} value
47771
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPNetwork} returns this
47772
+ */
47773
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPNetwork.prototype.setNetworkId = function(value) {
47774
+ return jspb.Message.setWrapperField(this, 17, value);
47775
+ };
47776
+
47777
+
47778
+ /**
47779
+ * Clears the message field making it undefined.
47780
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPNetwork} returns this
47781
+ */
47782
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPNetwork.prototype.clearNetworkId = function() {
47783
+ return this.setNetworkId(undefined);
47784
+ };
47785
+
47786
+
47787
+ /**
47788
+ * Returns whether this field is set.
47789
+ * @return {boolean}
47790
+ */
47791
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPNetwork.prototype.hasNetworkId = function() {
47792
+ return jspb.Message.getField(this, 17) != null;
47793
+ };
47794
+
47795
+
47672
47796
 
47673
47797
  /**
47674
47798
  * List of repeated fields within this message type.
@@ -56244,7 +56368,8 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPVMInstance.toObject = function(in
56244
56368
  differencesList: jspb.Message.toObjectList(msg.getDifferencesList(),
56245
56369
  proto.com.lansweeper.discovery.cloud.api.v1.StandardObjectDifference.toObject, includeInstance),
56246
56370
  warningsList: jspb.Message.toObjectList(msg.getWarningsList(),
56247
- proto.com.lansweeper.discovery.cloud.api.v1.CDKRule.toObject, includeInstance)
56371
+ proto.com.lansweeper.discovery.cloud.api.v1.CDKRule.toObject, includeInstance),
56372
+ instanceId: (f = msg.getInstanceId()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
56248
56373
  };
56249
56374
 
56250
56375
  if (includeInstance) {
@@ -56451,6 +56576,11 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPVMInstance.deserializeBinaryFromR
56451
56576
  reader.readMessage(value,proto.com.lansweeper.discovery.cloud.api.v1.CDKRule.deserializeBinaryFromReader);
56452
56577
  msg.addWarnings(value);
56453
56578
  break;
56579
+ case 35:
56580
+ var value = new google_protobuf_wrappers_pb.StringValue;
56581
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
56582
+ msg.setInstanceId(value);
56583
+ break;
56454
56584
  default:
56455
56585
  reader.skipField();
56456
56586
  break;
@@ -56752,6 +56882,14 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPVMInstance.serializeBinaryToWrite
56752
56882
  proto.com.lansweeper.discovery.cloud.api.v1.CDKRule.serializeBinaryToWriter
56753
56883
  );
56754
56884
  }
56885
+ f = message.getInstanceId();
56886
+ if (f != null) {
56887
+ writer.writeMessage(
56888
+ 35,
56889
+ f,
56890
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
56891
+ );
56892
+ }
56755
56893
  };
56756
56894
 
56757
56895
 
@@ -58019,6 +58157,43 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPVMInstance.prototype.clearWarning
58019
58157
  };
58020
58158
 
58021
58159
 
58160
+ /**
58161
+ * optional google.protobuf.StringValue _instance_id = 35;
58162
+ * @return {?proto.google.protobuf.StringValue}
58163
+ */
58164
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPVMInstance.prototype.getInstanceId = function() {
58165
+ return /** @type{?proto.google.protobuf.StringValue} */ (
58166
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 35));
58167
+ };
58168
+
58169
+
58170
+ /**
58171
+ * @param {?proto.google.protobuf.StringValue|undefined} value
58172
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPVMInstance} returns this
58173
+ */
58174
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPVMInstance.prototype.setInstanceId = function(value) {
58175
+ return jspb.Message.setWrapperField(this, 35, value);
58176
+ };
58177
+
58178
+
58179
+ /**
58180
+ * Clears the message field making it undefined.
58181
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPVMInstance} returns this
58182
+ */
58183
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPVMInstance.prototype.clearInstanceId = function() {
58184
+ return this.setInstanceId(undefined);
58185
+ };
58186
+
58187
+
58188
+ /**
58189
+ * Returns whether this field is set.
58190
+ * @return {boolean}
58191
+ */
58192
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPVMInstance.prototype.hasInstanceId = function() {
58193
+ return jspb.Message.getField(this, 35) != null;
58194
+ };
58195
+
58196
+
58022
58197
 
58023
58198
 
58024
58199
 
@@ -209738,7 +209913,7 @@ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlManagedDatabase.pro
209738
209913
  * @private {!Array<number>}
209739
209914
  * @const
209740
209915
  */
209741
- proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlServer.repeatedFields_ = [10,11,12,13,14,15,16,17,18,19,22];
209916
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlServer.repeatedFields_ = [10,11,12,13,14,15,16,17,18,19,22,23];
209742
209917
 
209743
209918
 
209744
209919
 
@@ -209803,7 +209978,9 @@ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlServer.toObject = f
209803
209978
  aDKPrice: (f = msg.getADKPrice()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
209804
209979
  aDKLocation: (f = msg.getADKLocation()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
209805
209980
  privateEndpointConnectionsList: jspb.Message.toObjectList(msg.getPrivateEndpointConnectionsList(),
209806
- proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftManagedInstancePrivateEndpointConnection.toObject, includeInstance)
209981
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftManagedInstancePrivateEndpointConnection.toObject, includeInstance),
209982
+ sqlPrivateEndpointsList: jspb.Message.toObjectList(msg.getSqlPrivateEndpointsList(),
209983
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.toObject, includeInstance)
209807
209984
  };
209808
209985
 
209809
209986
  if (includeInstance) {
@@ -209950,6 +210127,11 @@ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlServer.deserializeB
209950
210127
  reader.readMessage(value,proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftManagedInstancePrivateEndpointConnection.deserializeBinaryFromReader);
209951
210128
  msg.addPrivateEndpointConnections(value);
209952
210129
  break;
210130
+ case 23:
210131
+ var value = new proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection;
210132
+ reader.readMessage(value,proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.deserializeBinaryFromReader);
210133
+ msg.addSqlPrivateEndpoints(value);
210134
+ break;
209953
210135
  default:
209954
210136
  reader.skipField();
209955
210137
  break;
@@ -210155,6 +210337,14 @@ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlServer.serializeBin
210155
210337
  proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftManagedInstancePrivateEndpointConnection.serializeBinaryToWriter
210156
210338
  );
210157
210339
  }
210340
+ f = message.getSqlPrivateEndpointsList();
210341
+ if (f.length > 0) {
210342
+ writer.writeRepeatedMessage(
210343
+ 23,
210344
+ f,
210345
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.serializeBinaryToWriter
210346
+ );
210347
+ }
210158
210348
  };
210159
210349
 
210160
210350
 
@@ -210983,6 +211173,44 @@ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlServer.prototype.cl
210983
211173
  };
210984
211174
 
210985
211175
 
211176
+ /**
211177
+ * repeated AzureMicrosoftSqlPrivateEndpointConnection _sql_private_endpoints = 23;
211178
+ * @return {!Array<!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection>}
211179
+ */
211180
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlServer.prototype.getSqlPrivateEndpointsList = function() {
211181
+ return /** @type{!Array<!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection>} */ (
211182
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection, 23));
211183
+ };
211184
+
211185
+
211186
+ /**
211187
+ * @param {!Array<!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection>} value
211188
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlServer} returns this
211189
+ */
211190
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlServer.prototype.setSqlPrivateEndpointsList = function(value) {
211191
+ return jspb.Message.setRepeatedWrapperField(this, 23, value);
211192
+ };
211193
+
211194
+
211195
+ /**
211196
+ * @param {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection=} opt_value
211197
+ * @param {number=} opt_index
211198
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection}
211199
+ */
211200
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlServer.prototype.addSqlPrivateEndpoints = function(opt_value, opt_index) {
211201
+ return jspb.Message.addToRepeatedWrapperField(this, 23, opt_value, proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection, opt_index);
211202
+ };
211203
+
211204
+
211205
+ /**
211206
+ * Clears the list making it empty but non-null.
211207
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlServer} returns this
211208
+ */
211209
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlServer.prototype.clearSqlPrivateEndpointsList = function() {
211210
+ return this.setSqlPrivateEndpointsList([]);
211211
+ };
211212
+
211213
+
210986
211214
 
210987
211215
  /**
210988
211216
  * List of repeated fields within this message type.
@@ -419029,6 +419257,361 @@ proto.com.lansweeper.discovery.cloud.api.v1.AmazonElasticIpAddress.prototype.cle
419029
419257
  };
419030
419258
 
419031
419259
 
419260
+
419261
+
419262
+
419263
+ if (jspb.Message.GENERATE_TO_OBJECT) {
419264
+ /**
419265
+ * Creates an object representation of this proto.
419266
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
419267
+ * Optional fields that are not set will be set to undefined.
419268
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
419269
+ * For the list of reserved names please see:
419270
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
419271
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
419272
+ * JSPB instance for transitional soy proto support:
419273
+ * http://goto/soy-param-migration
419274
+ * @return {!Object}
419275
+ */
419276
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.prototype.toObject = function(opt_includeInstance) {
419277
+ return proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.toObject(opt_includeInstance, this);
419278
+ };
419279
+
419280
+
419281
+ /**
419282
+ * Static version of the {@see toObject} method.
419283
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
419284
+ * the JSPB instance for transitional soy proto support:
419285
+ * http://goto/soy-param-migration
419286
+ * @param {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection} msg The msg instance to transform.
419287
+ * @return {!Object}
419288
+ * @suppress {unusedLocalVariables} f is only used for nested messages
419289
+ */
419290
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.toObject = function(includeInstance, msg) {
419291
+ var f, obj = {
419292
+ aDKName: (f = msg.getADKName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
419293
+ aDKGUID: (f = msg.getADKGUID()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
419294
+ connectionState: (f = msg.getConnectionState()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
419295
+ linkedPrivateEndpointADKGUID: (f = msg.getLinkedPrivateEndpointADKGUID()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
419296
+ linkedPrivateEndpointADKName: (f = msg.getLinkedPrivateEndpointADKName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
419297
+ };
419298
+
419299
+ if (includeInstance) {
419300
+ obj.$jspbMessageInstance = msg;
419301
+ }
419302
+ return obj;
419303
+ };
419304
+ }
419305
+
419306
+
419307
+ /**
419308
+ * Deserializes binary data (in protobuf wire format).
419309
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
419310
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection}
419311
+ */
419312
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.deserializeBinary = function(bytes) {
419313
+ var reader = new jspb.BinaryReader(bytes);
419314
+ var msg = new proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection;
419315
+ return proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.deserializeBinaryFromReader(msg, reader);
419316
+ };
419317
+
419318
+
419319
+ /**
419320
+ * Deserializes binary data (in protobuf wire format) from the
419321
+ * given reader into the given message object.
419322
+ * @param {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection} msg The message object to deserialize into.
419323
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
419324
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection}
419325
+ */
419326
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.deserializeBinaryFromReader = function(msg, reader) {
419327
+ while (reader.nextField()) {
419328
+ if (reader.isEndGroup()) {
419329
+ break;
419330
+ }
419331
+ var field = reader.getFieldNumber();
419332
+ switch (field) {
419333
+ case 1:
419334
+ var value = new google_protobuf_wrappers_pb.StringValue;
419335
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
419336
+ msg.setADKName(value);
419337
+ break;
419338
+ case 2:
419339
+ var value = new google_protobuf_wrappers_pb.StringValue;
419340
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
419341
+ msg.setADKGUID(value);
419342
+ break;
419343
+ case 3:
419344
+ var value = new google_protobuf_wrappers_pb.StringValue;
419345
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
419346
+ msg.setConnectionState(value);
419347
+ break;
419348
+ case 4:
419349
+ var value = new google_protobuf_wrappers_pb.StringValue;
419350
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
419351
+ msg.setLinkedPrivateEndpointADKGUID(value);
419352
+ break;
419353
+ case 5:
419354
+ var value = new google_protobuf_wrappers_pb.StringValue;
419355
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
419356
+ msg.setLinkedPrivateEndpointADKName(value);
419357
+ break;
419358
+ default:
419359
+ reader.skipField();
419360
+ break;
419361
+ }
419362
+ }
419363
+ return msg;
419364
+ };
419365
+
419366
+
419367
+ /**
419368
+ * Serializes the message to binary data (in protobuf wire format).
419369
+ * @return {!Uint8Array}
419370
+ */
419371
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.prototype.serializeBinary = function() {
419372
+ var writer = new jspb.BinaryWriter();
419373
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.serializeBinaryToWriter(this, writer);
419374
+ return writer.getResultBuffer();
419375
+ };
419376
+
419377
+
419378
+ /**
419379
+ * Serializes the given message to binary data (in protobuf wire
419380
+ * format), writing to the given BinaryWriter.
419381
+ * @param {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection} message
419382
+ * @param {!jspb.BinaryWriter} writer
419383
+ * @suppress {unusedLocalVariables} f is only used for nested messages
419384
+ */
419385
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.serializeBinaryToWriter = function(message, writer) {
419386
+ var f = undefined;
419387
+ f = message.getADKName();
419388
+ if (f != null) {
419389
+ writer.writeMessage(
419390
+ 1,
419391
+ f,
419392
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
419393
+ );
419394
+ }
419395
+ f = message.getADKGUID();
419396
+ if (f != null) {
419397
+ writer.writeMessage(
419398
+ 2,
419399
+ f,
419400
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
419401
+ );
419402
+ }
419403
+ f = message.getConnectionState();
419404
+ if (f != null) {
419405
+ writer.writeMessage(
419406
+ 3,
419407
+ f,
419408
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
419409
+ );
419410
+ }
419411
+ f = message.getLinkedPrivateEndpointADKGUID();
419412
+ if (f != null) {
419413
+ writer.writeMessage(
419414
+ 4,
419415
+ f,
419416
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
419417
+ );
419418
+ }
419419
+ f = message.getLinkedPrivateEndpointADKName();
419420
+ if (f != null) {
419421
+ writer.writeMessage(
419422
+ 5,
419423
+ f,
419424
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
419425
+ );
419426
+ }
419427
+ };
419428
+
419429
+
419430
+ /**
419431
+ * optional google.protobuf.StringValue _a_d_k__name = 1;
419432
+ * @return {?proto.google.protobuf.StringValue}
419433
+ */
419434
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.prototype.getADKName = function() {
419435
+ return /** @type{?proto.google.protobuf.StringValue} */ (
419436
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
419437
+ };
419438
+
419439
+
419440
+ /**
419441
+ * @param {?proto.google.protobuf.StringValue|undefined} value
419442
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection} returns this
419443
+ */
419444
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.prototype.setADKName = function(value) {
419445
+ return jspb.Message.setWrapperField(this, 1, value);
419446
+ };
419447
+
419448
+
419449
+ /**
419450
+ * Clears the message field making it undefined.
419451
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection} returns this
419452
+ */
419453
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.prototype.clearADKName = function() {
419454
+ return this.setADKName(undefined);
419455
+ };
419456
+
419457
+
419458
+ /**
419459
+ * Returns whether this field is set.
419460
+ * @return {boolean}
419461
+ */
419462
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.prototype.hasADKName = function() {
419463
+ return jspb.Message.getField(this, 1) != null;
419464
+ };
419465
+
419466
+
419467
+ /**
419468
+ * optional google.protobuf.StringValue _a_d_k__g_u_i_d = 2;
419469
+ * @return {?proto.google.protobuf.StringValue}
419470
+ */
419471
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.prototype.getADKGUID = function() {
419472
+ return /** @type{?proto.google.protobuf.StringValue} */ (
419473
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
419474
+ };
419475
+
419476
+
419477
+ /**
419478
+ * @param {?proto.google.protobuf.StringValue|undefined} value
419479
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection} returns this
419480
+ */
419481
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.prototype.setADKGUID = function(value) {
419482
+ return jspb.Message.setWrapperField(this, 2, value);
419483
+ };
419484
+
419485
+
419486
+ /**
419487
+ * Clears the message field making it undefined.
419488
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection} returns this
419489
+ */
419490
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.prototype.clearADKGUID = function() {
419491
+ return this.setADKGUID(undefined);
419492
+ };
419493
+
419494
+
419495
+ /**
419496
+ * Returns whether this field is set.
419497
+ * @return {boolean}
419498
+ */
419499
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.prototype.hasADKGUID = function() {
419500
+ return jspb.Message.getField(this, 2) != null;
419501
+ };
419502
+
419503
+
419504
+ /**
419505
+ * optional google.protobuf.StringValue _connection_state = 3;
419506
+ * @return {?proto.google.protobuf.StringValue}
419507
+ */
419508
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.prototype.getConnectionState = function() {
419509
+ return /** @type{?proto.google.protobuf.StringValue} */ (
419510
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
419511
+ };
419512
+
419513
+
419514
+ /**
419515
+ * @param {?proto.google.protobuf.StringValue|undefined} value
419516
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection} returns this
419517
+ */
419518
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.prototype.setConnectionState = function(value) {
419519
+ return jspb.Message.setWrapperField(this, 3, value);
419520
+ };
419521
+
419522
+
419523
+ /**
419524
+ * Clears the message field making it undefined.
419525
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection} returns this
419526
+ */
419527
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.prototype.clearConnectionState = function() {
419528
+ return this.setConnectionState(undefined);
419529
+ };
419530
+
419531
+
419532
+ /**
419533
+ * Returns whether this field is set.
419534
+ * @return {boolean}
419535
+ */
419536
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.prototype.hasConnectionState = function() {
419537
+ return jspb.Message.getField(this, 3) != null;
419538
+ };
419539
+
419540
+
419541
+ /**
419542
+ * optional google.protobuf.StringValue _linked_private_endpoint_a_d_k__g_u_i_d = 4;
419543
+ * @return {?proto.google.protobuf.StringValue}
419544
+ */
419545
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.prototype.getLinkedPrivateEndpointADKGUID = function() {
419546
+ return /** @type{?proto.google.protobuf.StringValue} */ (
419547
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
419548
+ };
419549
+
419550
+
419551
+ /**
419552
+ * @param {?proto.google.protobuf.StringValue|undefined} value
419553
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection} returns this
419554
+ */
419555
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.prototype.setLinkedPrivateEndpointADKGUID = function(value) {
419556
+ return jspb.Message.setWrapperField(this, 4, value);
419557
+ };
419558
+
419559
+
419560
+ /**
419561
+ * Clears the message field making it undefined.
419562
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection} returns this
419563
+ */
419564
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.prototype.clearLinkedPrivateEndpointADKGUID = function() {
419565
+ return this.setLinkedPrivateEndpointADKGUID(undefined);
419566
+ };
419567
+
419568
+
419569
+ /**
419570
+ * Returns whether this field is set.
419571
+ * @return {boolean}
419572
+ */
419573
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.prototype.hasLinkedPrivateEndpointADKGUID = function() {
419574
+ return jspb.Message.getField(this, 4) != null;
419575
+ };
419576
+
419577
+
419578
+ /**
419579
+ * optional google.protobuf.StringValue _linked_private_endpoint_a_d_k__name = 5;
419580
+ * @return {?proto.google.protobuf.StringValue}
419581
+ */
419582
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.prototype.getLinkedPrivateEndpointADKName = function() {
419583
+ return /** @type{?proto.google.protobuf.StringValue} */ (
419584
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 5));
419585
+ };
419586
+
419587
+
419588
+ /**
419589
+ * @param {?proto.google.protobuf.StringValue|undefined} value
419590
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection} returns this
419591
+ */
419592
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.prototype.setLinkedPrivateEndpointADKName = function(value) {
419593
+ return jspb.Message.setWrapperField(this, 5, value);
419594
+ };
419595
+
419596
+
419597
+ /**
419598
+ * Clears the message field making it undefined.
419599
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection} returns this
419600
+ */
419601
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.prototype.clearLinkedPrivateEndpointADKName = function() {
419602
+ return this.setLinkedPrivateEndpointADKName(undefined);
419603
+ };
419604
+
419605
+
419606
+ /**
419607
+ * Returns whether this field is set.
419608
+ * @return {boolean}
419609
+ */
419610
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftSqlPrivateEndpointConnection.prototype.hasLinkedPrivateEndpointADKName = function() {
419611
+ return jspb.Message.getField(this, 5) != null;
419612
+ };
419613
+
419614
+
419032
419615
  /**
419033
419616
  * @enum {number}
419034
419617
  */