@lansweeper/data-platform-outbound-grpc 0.16.0 → 0.16.2
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.
- package/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_grpc_pb.d.ts +15 -0
- package/gen-proto/outbound_grpc_pb.js +38 -4
- package/gen-proto/outbound_pb.d.ts +115 -0
- package/gen-proto/outbound_pb.js +964 -119
- package/generated-go/outbound.pb.go +15013 -14591
- package/generated-go/outbound_grpc.pb.go +75 -8
- package/java.json +1 -1
- package/model/src/main/proto/outbound.proto +41 -5
- package/model/target/classes/outbound.proto +41 -5
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/{outbound-model-0.15.1-sources.jar → outbound-model-0.16.1-sources.jar} +0 -0
- package/model/target/{outbound-model-0.15.1.jar → outbound-model-0.16.1.jar} +0 -0
- package/package.json +1 -1
- package/proto/outbound.proto +41 -5
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/outbound-service-0.16.1-sources.jar +0 -0
- package/service/target/outbound-service-0.16.1.jar +0 -0
- package/service/target/outbound-service-0.15.1-sources.jar +0 -0
- package/service/target/outbound-service-0.15.1.jar +0 -0
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -162,6 +162,9 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.EntityPath', null, global
|
|
|
162
162
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.EsxiCluster', null, global);
|
|
163
163
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.FieldValue', null, global);
|
|
164
164
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.GetEntitiesRequest', null, global);
|
|
165
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest', null, global);
|
|
166
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse', null, global);
|
|
167
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.ProcessingStatus', null, global);
|
|
165
168
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.GetEntityRequest', null, global);
|
|
166
169
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.GetEntityResponse', null, global);
|
|
167
170
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigRequest', null, global);
|
|
@@ -299,6 +302,8 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.SoftwareChangeEvent', nul
|
|
|
299
302
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.EventType', null, global);
|
|
300
303
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.SoftwareInventory', null, global);
|
|
301
304
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.SoundCard', null, global);
|
|
305
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.SourceEntity', null, global);
|
|
306
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.SourceEntity.EntityType', null, global);
|
|
302
307
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.SourceInfo', null, global);
|
|
303
308
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.SpecHardwareInfo', null, global);
|
|
304
309
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.SqlServerCluster', null, global);
|
|
@@ -421,6 +426,69 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
421
426
|
*/
|
|
422
427
|
proto.com.lansweeper.dp.outbound.v1.EntityFilter.displayName = 'proto.com.lansweeper.dp.outbound.v1.EntityFilter';
|
|
423
428
|
}
|
|
429
|
+
/**
|
|
430
|
+
* Generated by JsPbCodeGenerator.
|
|
431
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
432
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
433
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
434
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
435
|
+
* valid.
|
|
436
|
+
* @extends {jspb.Message}
|
|
437
|
+
* @constructor
|
|
438
|
+
*/
|
|
439
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest = function(opt_data) {
|
|
440
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest.repeatedFields_, null);
|
|
441
|
+
};
|
|
442
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest, jspb.Message);
|
|
443
|
+
if (goog.DEBUG && !COMPILED) {
|
|
444
|
+
/**
|
|
445
|
+
* @public
|
|
446
|
+
* @override
|
|
447
|
+
*/
|
|
448
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest.displayName = 'proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest';
|
|
449
|
+
}
|
|
450
|
+
/**
|
|
451
|
+
* Generated by JsPbCodeGenerator.
|
|
452
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
453
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
454
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
455
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
456
|
+
* valid.
|
|
457
|
+
* @extends {jspb.Message}
|
|
458
|
+
* @constructor
|
|
459
|
+
*/
|
|
460
|
+
proto.com.lansweeper.dp.outbound.v1.SourceEntity = function(opt_data) {
|
|
461
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
462
|
+
};
|
|
463
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.SourceEntity, jspb.Message);
|
|
464
|
+
if (goog.DEBUG && !COMPILED) {
|
|
465
|
+
/**
|
|
466
|
+
* @public
|
|
467
|
+
* @override
|
|
468
|
+
*/
|
|
469
|
+
proto.com.lansweeper.dp.outbound.v1.SourceEntity.displayName = 'proto.com.lansweeper.dp.outbound.v1.SourceEntity';
|
|
470
|
+
}
|
|
471
|
+
/**
|
|
472
|
+
* Generated by JsPbCodeGenerator.
|
|
473
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
474
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
475
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
476
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
477
|
+
* valid.
|
|
478
|
+
* @extends {jspb.Message}
|
|
479
|
+
* @constructor
|
|
480
|
+
*/
|
|
481
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse = function(opt_data) {
|
|
482
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
483
|
+
};
|
|
484
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse, jspb.Message);
|
|
485
|
+
if (goog.DEBUG && !COMPILED) {
|
|
486
|
+
/**
|
|
487
|
+
* @public
|
|
488
|
+
* @override
|
|
489
|
+
*/
|
|
490
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.displayName = 'proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse';
|
|
491
|
+
}
|
|
424
492
|
/**
|
|
425
493
|
* Generated by JsPbCodeGenerator.
|
|
426
494
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -7803,57 +7871,706 @@ proto.com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata.prototype.setDe
|
|
|
7803
7871
|
|
|
7804
7872
|
|
|
7805
7873
|
/**
|
|
7806
|
-
* Clears the message field making it undefined.
|
|
7807
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata} returns this
|
|
7874
|
+
* Clears the message field making it undefined.
|
|
7875
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata} returns this
|
|
7876
|
+
*/
|
|
7877
|
+
proto.com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata.prototype.clearDeletionRequest = function() {
|
|
7878
|
+
return this.setDeletionRequest(undefined);
|
|
7879
|
+
};
|
|
7880
|
+
|
|
7881
|
+
|
|
7882
|
+
/**
|
|
7883
|
+
* Returns whether this field is set.
|
|
7884
|
+
* @return {boolean}
|
|
7885
|
+
*/
|
|
7886
|
+
proto.com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata.prototype.hasDeletionRequest = function() {
|
|
7887
|
+
return jspb.Message.getField(this, 12) != null;
|
|
7888
|
+
};
|
|
7889
|
+
|
|
7890
|
+
|
|
7891
|
+
/**
|
|
7892
|
+
* optional google.protobuf.Timestamp deletion_time = 13;
|
|
7893
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
7894
|
+
*/
|
|
7895
|
+
proto.com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata.prototype.getDeletionTime = function() {
|
|
7896
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
7897
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 13));
|
|
7898
|
+
};
|
|
7899
|
+
|
|
7900
|
+
|
|
7901
|
+
/**
|
|
7902
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
7903
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata} returns this
|
|
7904
|
+
*/
|
|
7905
|
+
proto.com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata.prototype.setDeletionTime = function(value) {
|
|
7906
|
+
return jspb.Message.setWrapperField(this, 13, value);
|
|
7907
|
+
};
|
|
7908
|
+
|
|
7909
|
+
|
|
7910
|
+
/**
|
|
7911
|
+
* Clears the message field making it undefined.
|
|
7912
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata} returns this
|
|
7913
|
+
*/
|
|
7914
|
+
proto.com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata.prototype.clearDeletionTime = function() {
|
|
7915
|
+
return this.setDeletionTime(undefined);
|
|
7916
|
+
};
|
|
7917
|
+
|
|
7918
|
+
|
|
7919
|
+
/**
|
|
7920
|
+
* Returns whether this field is set.
|
|
7921
|
+
* @return {boolean}
|
|
7922
|
+
*/
|
|
7923
|
+
proto.com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata.prototype.hasDeletionTime = function() {
|
|
7924
|
+
return jspb.Message.getField(this, 13) != null;
|
|
7925
|
+
};
|
|
7926
|
+
|
|
7927
|
+
|
|
7928
|
+
|
|
7929
|
+
|
|
7930
|
+
|
|
7931
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
7932
|
+
/**
|
|
7933
|
+
* Creates an object representation of this proto.
|
|
7934
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
7935
|
+
* Optional fields that are not set will be set to undefined.
|
|
7936
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
7937
|
+
* For the list of reserved names please see:
|
|
7938
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
7939
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
7940
|
+
* JSPB instance for transitional soy proto support:
|
|
7941
|
+
* http://goto/soy-param-migration
|
|
7942
|
+
* @return {!Object}
|
|
7943
|
+
*/
|
|
7944
|
+
proto.com.lansweeper.dp.outbound.v1.EntityFilter.prototype.toObject = function(opt_includeInstance) {
|
|
7945
|
+
return proto.com.lansweeper.dp.outbound.v1.EntityFilter.toObject(opt_includeInstance, this);
|
|
7946
|
+
};
|
|
7947
|
+
|
|
7948
|
+
|
|
7949
|
+
/**
|
|
7950
|
+
* Static version of the {@see toObject} method.
|
|
7951
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
7952
|
+
* the JSPB instance for transitional soy proto support:
|
|
7953
|
+
* http://goto/soy-param-migration
|
|
7954
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.EntityFilter} msg The msg instance to transform.
|
|
7955
|
+
* @return {!Object}
|
|
7956
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7957
|
+
*/
|
|
7958
|
+
proto.com.lansweeper.dp.outbound.v1.EntityFilter.toObject = function(includeInstance, msg) {
|
|
7959
|
+
var f, obj = {
|
|
7960
|
+
siteId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
7961
|
+
fullEntity: jspb.Message.getBooleanFieldWithDefault(msg, 2, false),
|
|
7962
|
+
entryState: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
7963
|
+
virtualState: jspb.Message.getFieldWithDefault(msg, 4, 0)
|
|
7964
|
+
};
|
|
7965
|
+
|
|
7966
|
+
if (includeInstance) {
|
|
7967
|
+
obj.$jspbMessageInstance = msg;
|
|
7968
|
+
}
|
|
7969
|
+
return obj;
|
|
7970
|
+
};
|
|
7971
|
+
}
|
|
7972
|
+
|
|
7973
|
+
|
|
7974
|
+
/**
|
|
7975
|
+
* Deserializes binary data (in protobuf wire format).
|
|
7976
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
7977
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.EntityFilter}
|
|
7978
|
+
*/
|
|
7979
|
+
proto.com.lansweeper.dp.outbound.v1.EntityFilter.deserializeBinary = function(bytes) {
|
|
7980
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
7981
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.EntityFilter;
|
|
7982
|
+
return proto.com.lansweeper.dp.outbound.v1.EntityFilter.deserializeBinaryFromReader(msg, reader);
|
|
7983
|
+
};
|
|
7984
|
+
|
|
7985
|
+
|
|
7986
|
+
/**
|
|
7987
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
7988
|
+
* given reader into the given message object.
|
|
7989
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.EntityFilter} msg The message object to deserialize into.
|
|
7990
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
7991
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.EntityFilter}
|
|
7992
|
+
*/
|
|
7993
|
+
proto.com.lansweeper.dp.outbound.v1.EntityFilter.deserializeBinaryFromReader = function(msg, reader) {
|
|
7994
|
+
while (reader.nextField()) {
|
|
7995
|
+
if (reader.isEndGroup()) {
|
|
7996
|
+
break;
|
|
7997
|
+
}
|
|
7998
|
+
var field = reader.getFieldNumber();
|
|
7999
|
+
switch (field) {
|
|
8000
|
+
case 1:
|
|
8001
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8002
|
+
msg.setSiteId(value);
|
|
8003
|
+
break;
|
|
8004
|
+
case 2:
|
|
8005
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
8006
|
+
msg.setFullEntity(value);
|
|
8007
|
+
break;
|
|
8008
|
+
case 3:
|
|
8009
|
+
var value = /** @type {!proto.com.lansweeper.dp.outbound.v1.EntityFilter.EntryState} */ (reader.readEnum());
|
|
8010
|
+
msg.setEntryState(value);
|
|
8011
|
+
break;
|
|
8012
|
+
case 4:
|
|
8013
|
+
var value = /** @type {!proto.com.lansweeper.dp.outbound.v1.EntityFilter.VirtualState} */ (reader.readEnum());
|
|
8014
|
+
msg.setVirtualState(value);
|
|
8015
|
+
break;
|
|
8016
|
+
default:
|
|
8017
|
+
reader.skipField();
|
|
8018
|
+
break;
|
|
8019
|
+
}
|
|
8020
|
+
}
|
|
8021
|
+
return msg;
|
|
8022
|
+
};
|
|
8023
|
+
|
|
8024
|
+
|
|
8025
|
+
/**
|
|
8026
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
8027
|
+
* @return {!Uint8Array}
|
|
8028
|
+
*/
|
|
8029
|
+
proto.com.lansweeper.dp.outbound.v1.EntityFilter.prototype.serializeBinary = function() {
|
|
8030
|
+
var writer = new jspb.BinaryWriter();
|
|
8031
|
+
proto.com.lansweeper.dp.outbound.v1.EntityFilter.serializeBinaryToWriter(this, writer);
|
|
8032
|
+
return writer.getResultBuffer();
|
|
8033
|
+
};
|
|
8034
|
+
|
|
8035
|
+
|
|
8036
|
+
/**
|
|
8037
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
8038
|
+
* format), writing to the given BinaryWriter.
|
|
8039
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.EntityFilter} message
|
|
8040
|
+
* @param {!jspb.BinaryWriter} writer
|
|
8041
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
8042
|
+
*/
|
|
8043
|
+
proto.com.lansweeper.dp.outbound.v1.EntityFilter.serializeBinaryToWriter = function(message, writer) {
|
|
8044
|
+
var f = undefined;
|
|
8045
|
+
f = message.getSiteId();
|
|
8046
|
+
if (f.length > 0) {
|
|
8047
|
+
writer.writeString(
|
|
8048
|
+
1,
|
|
8049
|
+
f
|
|
8050
|
+
);
|
|
8051
|
+
}
|
|
8052
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 2));
|
|
8053
|
+
if (f != null) {
|
|
8054
|
+
writer.writeBool(
|
|
8055
|
+
2,
|
|
8056
|
+
f
|
|
8057
|
+
);
|
|
8058
|
+
}
|
|
8059
|
+
f = /** @type {!proto.com.lansweeper.dp.outbound.v1.EntityFilter.EntryState} */ (jspb.Message.getField(message, 3));
|
|
8060
|
+
if (f != null) {
|
|
8061
|
+
writer.writeEnum(
|
|
8062
|
+
3,
|
|
8063
|
+
f
|
|
8064
|
+
);
|
|
8065
|
+
}
|
|
8066
|
+
f = /** @type {!proto.com.lansweeper.dp.outbound.v1.EntityFilter.VirtualState} */ (jspb.Message.getField(message, 4));
|
|
8067
|
+
if (f != null) {
|
|
8068
|
+
writer.writeEnum(
|
|
8069
|
+
4,
|
|
8070
|
+
f
|
|
8071
|
+
);
|
|
8072
|
+
}
|
|
8073
|
+
};
|
|
8074
|
+
|
|
8075
|
+
|
|
8076
|
+
/**
|
|
8077
|
+
* @enum {number}
|
|
8078
|
+
*/
|
|
8079
|
+
proto.com.lansweeper.dp.outbound.v1.EntityFilter.EntryState = {
|
|
8080
|
+
GOLDEN: 0,
|
|
8081
|
+
ALIAS: 1
|
|
8082
|
+
};
|
|
8083
|
+
|
|
8084
|
+
/**
|
|
8085
|
+
* @enum {number}
|
|
8086
|
+
*/
|
|
8087
|
+
proto.com.lansweeper.dp.outbound.v1.EntityFilter.VirtualState = {
|
|
8088
|
+
REAL: 0,
|
|
8089
|
+
VIRTUAL: 1
|
|
8090
|
+
};
|
|
8091
|
+
|
|
8092
|
+
/**
|
|
8093
|
+
* optional string site_id = 1;
|
|
8094
|
+
* @return {string}
|
|
8095
|
+
*/
|
|
8096
|
+
proto.com.lansweeper.dp.outbound.v1.EntityFilter.prototype.getSiteId = function() {
|
|
8097
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
8098
|
+
};
|
|
8099
|
+
|
|
8100
|
+
|
|
8101
|
+
/**
|
|
8102
|
+
* @param {string} value
|
|
8103
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.EntityFilter} returns this
|
|
8104
|
+
*/
|
|
8105
|
+
proto.com.lansweeper.dp.outbound.v1.EntityFilter.prototype.setSiteId = function(value) {
|
|
8106
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
8107
|
+
};
|
|
8108
|
+
|
|
8109
|
+
|
|
8110
|
+
/**
|
|
8111
|
+
* optional bool full_entity = 2;
|
|
8112
|
+
* @return {boolean}
|
|
8113
|
+
*/
|
|
8114
|
+
proto.com.lansweeper.dp.outbound.v1.EntityFilter.prototype.getFullEntity = function() {
|
|
8115
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 2, false));
|
|
8116
|
+
};
|
|
8117
|
+
|
|
8118
|
+
|
|
8119
|
+
/**
|
|
8120
|
+
* @param {boolean} value
|
|
8121
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.EntityFilter} returns this
|
|
8122
|
+
*/
|
|
8123
|
+
proto.com.lansweeper.dp.outbound.v1.EntityFilter.prototype.setFullEntity = function(value) {
|
|
8124
|
+
return jspb.Message.setField(this, 2, value);
|
|
8125
|
+
};
|
|
8126
|
+
|
|
8127
|
+
|
|
8128
|
+
/**
|
|
8129
|
+
* Clears the field making it undefined.
|
|
8130
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.EntityFilter} returns this
|
|
8131
|
+
*/
|
|
8132
|
+
proto.com.lansweeper.dp.outbound.v1.EntityFilter.prototype.clearFullEntity = function() {
|
|
8133
|
+
return jspb.Message.setField(this, 2, undefined);
|
|
8134
|
+
};
|
|
8135
|
+
|
|
8136
|
+
|
|
8137
|
+
/**
|
|
8138
|
+
* Returns whether this field is set.
|
|
8139
|
+
* @return {boolean}
|
|
8140
|
+
*/
|
|
8141
|
+
proto.com.lansweeper.dp.outbound.v1.EntityFilter.prototype.hasFullEntity = function() {
|
|
8142
|
+
return jspb.Message.getField(this, 2) != null;
|
|
8143
|
+
};
|
|
8144
|
+
|
|
8145
|
+
|
|
8146
|
+
/**
|
|
8147
|
+
* optional EntryState entry_state = 3;
|
|
8148
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.EntityFilter.EntryState}
|
|
8149
|
+
*/
|
|
8150
|
+
proto.com.lansweeper.dp.outbound.v1.EntityFilter.prototype.getEntryState = function() {
|
|
8151
|
+
return /** @type {!proto.com.lansweeper.dp.outbound.v1.EntityFilter.EntryState} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
|
|
8152
|
+
};
|
|
8153
|
+
|
|
8154
|
+
|
|
8155
|
+
/**
|
|
8156
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.EntityFilter.EntryState} value
|
|
8157
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.EntityFilter} returns this
|
|
8158
|
+
*/
|
|
8159
|
+
proto.com.lansweeper.dp.outbound.v1.EntityFilter.prototype.setEntryState = function(value) {
|
|
8160
|
+
return jspb.Message.setField(this, 3, value);
|
|
8161
|
+
};
|
|
8162
|
+
|
|
8163
|
+
|
|
8164
|
+
/**
|
|
8165
|
+
* Clears the field making it undefined.
|
|
8166
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.EntityFilter} returns this
|
|
8167
|
+
*/
|
|
8168
|
+
proto.com.lansweeper.dp.outbound.v1.EntityFilter.prototype.clearEntryState = function() {
|
|
8169
|
+
return jspb.Message.setField(this, 3, undefined);
|
|
8170
|
+
};
|
|
8171
|
+
|
|
8172
|
+
|
|
8173
|
+
/**
|
|
8174
|
+
* Returns whether this field is set.
|
|
8175
|
+
* @return {boolean}
|
|
8176
|
+
*/
|
|
8177
|
+
proto.com.lansweeper.dp.outbound.v1.EntityFilter.prototype.hasEntryState = function() {
|
|
8178
|
+
return jspb.Message.getField(this, 3) != null;
|
|
8179
|
+
};
|
|
8180
|
+
|
|
8181
|
+
|
|
8182
|
+
/**
|
|
8183
|
+
* optional VirtualState virtual_state = 4;
|
|
8184
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.EntityFilter.VirtualState}
|
|
8185
|
+
*/
|
|
8186
|
+
proto.com.lansweeper.dp.outbound.v1.EntityFilter.prototype.getVirtualState = function() {
|
|
8187
|
+
return /** @type {!proto.com.lansweeper.dp.outbound.v1.EntityFilter.VirtualState} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
|
|
8188
|
+
};
|
|
8189
|
+
|
|
8190
|
+
|
|
8191
|
+
/**
|
|
8192
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.EntityFilter.VirtualState} value
|
|
8193
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.EntityFilter} returns this
|
|
8194
|
+
*/
|
|
8195
|
+
proto.com.lansweeper.dp.outbound.v1.EntityFilter.prototype.setVirtualState = function(value) {
|
|
8196
|
+
return jspb.Message.setField(this, 4, value);
|
|
8197
|
+
};
|
|
8198
|
+
|
|
8199
|
+
|
|
8200
|
+
/**
|
|
8201
|
+
* Clears the field making it undefined.
|
|
8202
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.EntityFilter} returns this
|
|
8203
|
+
*/
|
|
8204
|
+
proto.com.lansweeper.dp.outbound.v1.EntityFilter.prototype.clearVirtualState = function() {
|
|
8205
|
+
return jspb.Message.setField(this, 4, undefined);
|
|
8206
|
+
};
|
|
8207
|
+
|
|
8208
|
+
|
|
8209
|
+
/**
|
|
8210
|
+
* Returns whether this field is set.
|
|
8211
|
+
* @return {boolean}
|
|
8212
|
+
*/
|
|
8213
|
+
proto.com.lansweeper.dp.outbound.v1.EntityFilter.prototype.hasVirtualState = function() {
|
|
8214
|
+
return jspb.Message.getField(this, 4) != null;
|
|
8215
|
+
};
|
|
8216
|
+
|
|
8217
|
+
|
|
8218
|
+
|
|
8219
|
+
/**
|
|
8220
|
+
* List of repeated fields within this message type.
|
|
8221
|
+
* @private {!Array<number>}
|
|
8222
|
+
* @const
|
|
8223
|
+
*/
|
|
8224
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest.repeatedFields_ = [2];
|
|
8225
|
+
|
|
8226
|
+
|
|
8227
|
+
|
|
8228
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
8229
|
+
/**
|
|
8230
|
+
* Creates an object representation of this proto.
|
|
8231
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
8232
|
+
* Optional fields that are not set will be set to undefined.
|
|
8233
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
8234
|
+
* For the list of reserved names please see:
|
|
8235
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
8236
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
8237
|
+
* JSPB instance for transitional soy proto support:
|
|
8238
|
+
* http://goto/soy-param-migration
|
|
8239
|
+
* @return {!Object}
|
|
8240
|
+
*/
|
|
8241
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest.prototype.toObject = function(opt_includeInstance) {
|
|
8242
|
+
return proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest.toObject(opt_includeInstance, this);
|
|
8243
|
+
};
|
|
8244
|
+
|
|
8245
|
+
|
|
8246
|
+
/**
|
|
8247
|
+
* Static version of the {@see toObject} method.
|
|
8248
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
8249
|
+
* the JSPB instance for transitional soy proto support:
|
|
8250
|
+
* http://goto/soy-param-migration
|
|
8251
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest} msg The msg instance to transform.
|
|
8252
|
+
* @return {!Object}
|
|
8253
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
8254
|
+
*/
|
|
8255
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest.toObject = function(includeInstance, msg) {
|
|
8256
|
+
var f, obj = {
|
|
8257
|
+
siteId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
8258
|
+
sourceEntityList: jspb.Message.toObjectList(msg.getSourceEntityList(),
|
|
8259
|
+
proto.com.lansweeper.dp.outbound.v1.SourceEntity.toObject, includeInstance)
|
|
8260
|
+
};
|
|
8261
|
+
|
|
8262
|
+
if (includeInstance) {
|
|
8263
|
+
obj.$jspbMessageInstance = msg;
|
|
8264
|
+
}
|
|
8265
|
+
return obj;
|
|
8266
|
+
};
|
|
8267
|
+
}
|
|
8268
|
+
|
|
8269
|
+
|
|
8270
|
+
/**
|
|
8271
|
+
* Deserializes binary data (in protobuf wire format).
|
|
8272
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
8273
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest}
|
|
8274
|
+
*/
|
|
8275
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest.deserializeBinary = function(bytes) {
|
|
8276
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
8277
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest;
|
|
8278
|
+
return proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest.deserializeBinaryFromReader(msg, reader);
|
|
8279
|
+
};
|
|
8280
|
+
|
|
8281
|
+
|
|
8282
|
+
/**
|
|
8283
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
8284
|
+
* given reader into the given message object.
|
|
8285
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest} msg The message object to deserialize into.
|
|
8286
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
8287
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest}
|
|
8288
|
+
*/
|
|
8289
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
8290
|
+
while (reader.nextField()) {
|
|
8291
|
+
if (reader.isEndGroup()) {
|
|
8292
|
+
break;
|
|
8293
|
+
}
|
|
8294
|
+
var field = reader.getFieldNumber();
|
|
8295
|
+
switch (field) {
|
|
8296
|
+
case 1:
|
|
8297
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8298
|
+
msg.setSiteId(value);
|
|
8299
|
+
break;
|
|
8300
|
+
case 2:
|
|
8301
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.SourceEntity;
|
|
8302
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.SourceEntity.deserializeBinaryFromReader);
|
|
8303
|
+
msg.addSourceEntity(value);
|
|
8304
|
+
break;
|
|
8305
|
+
default:
|
|
8306
|
+
reader.skipField();
|
|
8307
|
+
break;
|
|
8308
|
+
}
|
|
8309
|
+
}
|
|
8310
|
+
return msg;
|
|
8311
|
+
};
|
|
8312
|
+
|
|
8313
|
+
|
|
8314
|
+
/**
|
|
8315
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
8316
|
+
* @return {!Uint8Array}
|
|
8317
|
+
*/
|
|
8318
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest.prototype.serializeBinary = function() {
|
|
8319
|
+
var writer = new jspb.BinaryWriter();
|
|
8320
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest.serializeBinaryToWriter(this, writer);
|
|
8321
|
+
return writer.getResultBuffer();
|
|
8322
|
+
};
|
|
8323
|
+
|
|
8324
|
+
|
|
8325
|
+
/**
|
|
8326
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
8327
|
+
* format), writing to the given BinaryWriter.
|
|
8328
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest} message
|
|
8329
|
+
* @param {!jspb.BinaryWriter} writer
|
|
8330
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
8331
|
+
*/
|
|
8332
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest.serializeBinaryToWriter = function(message, writer) {
|
|
8333
|
+
var f = undefined;
|
|
8334
|
+
f = message.getSiteId();
|
|
8335
|
+
if (f.length > 0) {
|
|
8336
|
+
writer.writeString(
|
|
8337
|
+
1,
|
|
8338
|
+
f
|
|
8339
|
+
);
|
|
8340
|
+
}
|
|
8341
|
+
f = message.getSourceEntityList();
|
|
8342
|
+
if (f.length > 0) {
|
|
8343
|
+
writer.writeRepeatedMessage(
|
|
8344
|
+
2,
|
|
8345
|
+
f,
|
|
8346
|
+
proto.com.lansweeper.dp.outbound.v1.SourceEntity.serializeBinaryToWriter
|
|
8347
|
+
);
|
|
8348
|
+
}
|
|
8349
|
+
};
|
|
8350
|
+
|
|
8351
|
+
|
|
8352
|
+
/**
|
|
8353
|
+
* optional string site_id = 1;
|
|
8354
|
+
* @return {string}
|
|
8355
|
+
*/
|
|
8356
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest.prototype.getSiteId = function() {
|
|
8357
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
8358
|
+
};
|
|
8359
|
+
|
|
8360
|
+
|
|
8361
|
+
/**
|
|
8362
|
+
* @param {string} value
|
|
8363
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest} returns this
|
|
8364
|
+
*/
|
|
8365
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest.prototype.setSiteId = function(value) {
|
|
8366
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
8367
|
+
};
|
|
8368
|
+
|
|
8369
|
+
|
|
8370
|
+
/**
|
|
8371
|
+
* repeated SourceEntity source_entity = 2;
|
|
8372
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.SourceEntity>}
|
|
8373
|
+
*/
|
|
8374
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest.prototype.getSourceEntityList = function() {
|
|
8375
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.SourceEntity>} */ (
|
|
8376
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.SourceEntity, 2));
|
|
8377
|
+
};
|
|
8378
|
+
|
|
8379
|
+
|
|
8380
|
+
/**
|
|
8381
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.SourceEntity>} value
|
|
8382
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest} returns this
|
|
8383
|
+
*/
|
|
8384
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest.prototype.setSourceEntityList = function(value) {
|
|
8385
|
+
return jspb.Message.setRepeatedWrapperField(this, 2, value);
|
|
8386
|
+
};
|
|
8387
|
+
|
|
8388
|
+
|
|
8389
|
+
/**
|
|
8390
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.SourceEntity=} opt_value
|
|
8391
|
+
* @param {number=} opt_index
|
|
8392
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.SourceEntity}
|
|
8393
|
+
*/
|
|
8394
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest.prototype.addSourceEntity = function(opt_value, opt_index) {
|
|
8395
|
+
return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.com.lansweeper.dp.outbound.v1.SourceEntity, opt_index);
|
|
8396
|
+
};
|
|
8397
|
+
|
|
8398
|
+
|
|
8399
|
+
/**
|
|
8400
|
+
* Clears the list making it empty but non-null.
|
|
8401
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest} returns this
|
|
8402
|
+
*/
|
|
8403
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdAndEntityTypeRequest.prototype.clearSourceEntityList = function() {
|
|
8404
|
+
return this.setSourceEntityList([]);
|
|
8405
|
+
};
|
|
8406
|
+
|
|
8407
|
+
|
|
8408
|
+
|
|
8409
|
+
|
|
8410
|
+
|
|
8411
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
8412
|
+
/**
|
|
8413
|
+
* Creates an object representation of this proto.
|
|
8414
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
8415
|
+
* Optional fields that are not set will be set to undefined.
|
|
8416
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
8417
|
+
* For the list of reserved names please see:
|
|
8418
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
8419
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
8420
|
+
* JSPB instance for transitional soy proto support:
|
|
8421
|
+
* http://goto/soy-param-migration
|
|
8422
|
+
* @return {!Object}
|
|
8423
|
+
*/
|
|
8424
|
+
proto.com.lansweeper.dp.outbound.v1.SourceEntity.prototype.toObject = function(opt_includeInstance) {
|
|
8425
|
+
return proto.com.lansweeper.dp.outbound.v1.SourceEntity.toObject(opt_includeInstance, this);
|
|
8426
|
+
};
|
|
8427
|
+
|
|
8428
|
+
|
|
8429
|
+
/**
|
|
8430
|
+
* Static version of the {@see toObject} method.
|
|
8431
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
8432
|
+
* the JSPB instance for transitional soy proto support:
|
|
8433
|
+
* http://goto/soy-param-migration
|
|
8434
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.SourceEntity} msg The msg instance to transform.
|
|
8435
|
+
* @return {!Object}
|
|
8436
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
8437
|
+
*/
|
|
8438
|
+
proto.com.lansweeper.dp.outbound.v1.SourceEntity.toObject = function(includeInstance, msg) {
|
|
8439
|
+
var f, obj = {
|
|
8440
|
+
rawSourceId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
8441
|
+
entityType: jspb.Message.getFieldWithDefault(msg, 2, 0)
|
|
8442
|
+
};
|
|
8443
|
+
|
|
8444
|
+
if (includeInstance) {
|
|
8445
|
+
obj.$jspbMessageInstance = msg;
|
|
8446
|
+
}
|
|
8447
|
+
return obj;
|
|
8448
|
+
};
|
|
8449
|
+
}
|
|
8450
|
+
|
|
8451
|
+
|
|
8452
|
+
/**
|
|
8453
|
+
* Deserializes binary data (in protobuf wire format).
|
|
8454
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
8455
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.SourceEntity}
|
|
8456
|
+
*/
|
|
8457
|
+
proto.com.lansweeper.dp.outbound.v1.SourceEntity.deserializeBinary = function(bytes) {
|
|
8458
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
8459
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.SourceEntity;
|
|
8460
|
+
return proto.com.lansweeper.dp.outbound.v1.SourceEntity.deserializeBinaryFromReader(msg, reader);
|
|
8461
|
+
};
|
|
8462
|
+
|
|
8463
|
+
|
|
8464
|
+
/**
|
|
8465
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
8466
|
+
* given reader into the given message object.
|
|
8467
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.SourceEntity} msg The message object to deserialize into.
|
|
8468
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
8469
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.SourceEntity}
|
|
8470
|
+
*/
|
|
8471
|
+
proto.com.lansweeper.dp.outbound.v1.SourceEntity.deserializeBinaryFromReader = function(msg, reader) {
|
|
8472
|
+
while (reader.nextField()) {
|
|
8473
|
+
if (reader.isEndGroup()) {
|
|
8474
|
+
break;
|
|
8475
|
+
}
|
|
8476
|
+
var field = reader.getFieldNumber();
|
|
8477
|
+
switch (field) {
|
|
8478
|
+
case 1:
|
|
8479
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8480
|
+
msg.setRawSourceId(value);
|
|
8481
|
+
break;
|
|
8482
|
+
case 2:
|
|
8483
|
+
var value = /** @type {!proto.com.lansweeper.dp.outbound.v1.SourceEntity.EntityType} */ (reader.readEnum());
|
|
8484
|
+
msg.setEntityType(value);
|
|
8485
|
+
break;
|
|
8486
|
+
default:
|
|
8487
|
+
reader.skipField();
|
|
8488
|
+
break;
|
|
8489
|
+
}
|
|
8490
|
+
}
|
|
8491
|
+
return msg;
|
|
8492
|
+
};
|
|
8493
|
+
|
|
8494
|
+
|
|
8495
|
+
/**
|
|
8496
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
8497
|
+
* @return {!Uint8Array}
|
|
8498
|
+
*/
|
|
8499
|
+
proto.com.lansweeper.dp.outbound.v1.SourceEntity.prototype.serializeBinary = function() {
|
|
8500
|
+
var writer = new jspb.BinaryWriter();
|
|
8501
|
+
proto.com.lansweeper.dp.outbound.v1.SourceEntity.serializeBinaryToWriter(this, writer);
|
|
8502
|
+
return writer.getResultBuffer();
|
|
8503
|
+
};
|
|
8504
|
+
|
|
8505
|
+
|
|
8506
|
+
/**
|
|
8507
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
8508
|
+
* format), writing to the given BinaryWriter.
|
|
8509
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.SourceEntity} message
|
|
8510
|
+
* @param {!jspb.BinaryWriter} writer
|
|
8511
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
8512
|
+
*/
|
|
8513
|
+
proto.com.lansweeper.dp.outbound.v1.SourceEntity.serializeBinaryToWriter = function(message, writer) {
|
|
8514
|
+
var f = undefined;
|
|
8515
|
+
f = message.getRawSourceId();
|
|
8516
|
+
if (f.length > 0) {
|
|
8517
|
+
writer.writeString(
|
|
8518
|
+
1,
|
|
8519
|
+
f
|
|
8520
|
+
);
|
|
8521
|
+
}
|
|
8522
|
+
f = message.getEntityType();
|
|
8523
|
+
if (f !== 0.0) {
|
|
8524
|
+
writer.writeEnum(
|
|
8525
|
+
2,
|
|
8526
|
+
f
|
|
8527
|
+
);
|
|
8528
|
+
}
|
|
8529
|
+
};
|
|
8530
|
+
|
|
8531
|
+
|
|
8532
|
+
/**
|
|
8533
|
+
* @enum {number}
|
|
7808
8534
|
*/
|
|
7809
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
7810
|
-
|
|
8535
|
+
proto.com.lansweeper.dp.outbound.v1.SourceEntity.EntityType = {
|
|
8536
|
+
ASSET: 0,
|
|
8537
|
+
USER: 1,
|
|
8538
|
+
GROUP: 2
|
|
7811
8539
|
};
|
|
7812
8540
|
|
|
7813
|
-
|
|
7814
8541
|
/**
|
|
7815
|
-
*
|
|
7816
|
-
* @return {
|
|
8542
|
+
* optional string raw_source_id = 1;
|
|
8543
|
+
* @return {string}
|
|
7817
8544
|
*/
|
|
7818
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
7819
|
-
return jspb.Message.
|
|
8545
|
+
proto.com.lansweeper.dp.outbound.v1.SourceEntity.prototype.getRawSourceId = function() {
|
|
8546
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
7820
8547
|
};
|
|
7821
8548
|
|
|
7822
8549
|
|
|
7823
8550
|
/**
|
|
7824
|
-
*
|
|
7825
|
-
* @return {
|
|
8551
|
+
* @param {string} value
|
|
8552
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.SourceEntity} returns this
|
|
7826
8553
|
*/
|
|
7827
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
7828
|
-
return
|
|
7829
|
-
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 13));
|
|
7830
|
-
};
|
|
7831
|
-
|
|
7832
|
-
|
|
7833
|
-
/**
|
|
7834
|
-
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
7835
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata} returns this
|
|
7836
|
-
*/
|
|
7837
|
-
proto.com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata.prototype.setDeletionTime = function(value) {
|
|
7838
|
-
return jspb.Message.setWrapperField(this, 13, value);
|
|
8554
|
+
proto.com.lansweeper.dp.outbound.v1.SourceEntity.prototype.setRawSourceId = function(value) {
|
|
8555
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
7839
8556
|
};
|
|
7840
8557
|
|
|
7841
8558
|
|
|
7842
8559
|
/**
|
|
7843
|
-
*
|
|
7844
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
8560
|
+
* optional EntityType entity_type = 2;
|
|
8561
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.SourceEntity.EntityType}
|
|
7845
8562
|
*/
|
|
7846
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
7847
|
-
return
|
|
8563
|
+
proto.com.lansweeper.dp.outbound.v1.SourceEntity.prototype.getEntityType = function() {
|
|
8564
|
+
return /** @type {!proto.com.lansweeper.dp.outbound.v1.SourceEntity.EntityType} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
7848
8565
|
};
|
|
7849
8566
|
|
|
7850
8567
|
|
|
7851
8568
|
/**
|
|
7852
|
-
*
|
|
7853
|
-
* @return {
|
|
8569
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.SourceEntity.EntityType} value
|
|
8570
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.SourceEntity} returns this
|
|
7854
8571
|
*/
|
|
7855
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
7856
|
-
return jspb.Message.
|
|
8572
|
+
proto.com.lansweeper.dp.outbound.v1.SourceEntity.prototype.setEntityType = function(value) {
|
|
8573
|
+
return jspb.Message.setProto3EnumField(this, 2, value);
|
|
7857
8574
|
};
|
|
7858
8575
|
|
|
7859
8576
|
|
|
@@ -7873,8 +8590,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
7873
8590
|
* http://goto/soy-param-migration
|
|
7874
8591
|
* @return {!Object}
|
|
7875
8592
|
*/
|
|
7876
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
7877
|
-
return proto.com.lansweeper.dp.outbound.v1.
|
|
8593
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.prototype.toObject = function(opt_includeInstance) {
|
|
8594
|
+
return proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.toObject(opt_includeInstance, this);
|
|
7878
8595
|
};
|
|
7879
8596
|
|
|
7880
8597
|
|
|
@@ -7883,16 +8600,18 @@ proto.com.lansweeper.dp.outbound.v1.EntityFilter.prototype.toObject = function(o
|
|
|
7883
8600
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
7884
8601
|
* the JSPB instance for transitional soy proto support:
|
|
7885
8602
|
* http://goto/soy-param-migration
|
|
7886
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
8603
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse} msg The msg instance to transform.
|
|
7887
8604
|
* @return {!Object}
|
|
7888
8605
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7889
8606
|
*/
|
|
7890
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
8607
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.toObject = function(includeInstance, msg) {
|
|
7891
8608
|
var f, obj = {
|
|
7892
|
-
|
|
7893
|
-
|
|
7894
|
-
|
|
7895
|
-
|
|
8609
|
+
rawSourceId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
8610
|
+
aliasId: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
8611
|
+
processingStatus: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
8612
|
+
tag: (f = msg.getTag()) && proto.com.lansweeper.dp.outbound.v1.Tag.toObject(includeInstance, f),
|
|
8613
|
+
entityPath: (f = msg.getEntityPath()) && proto.com.lansweeper.dp.outbound.v1.EntityPath.toObject(includeInstance, f),
|
|
8614
|
+
lastUpdated: (f = msg.getLastUpdated()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
|
|
7896
8615
|
};
|
|
7897
8616
|
|
|
7898
8617
|
if (includeInstance) {
|
|
@@ -7906,23 +8625,23 @@ proto.com.lansweeper.dp.outbound.v1.EntityFilter.toObject = function(includeInst
|
|
|
7906
8625
|
/**
|
|
7907
8626
|
* Deserializes binary data (in protobuf wire format).
|
|
7908
8627
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
7909
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
8628
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse}
|
|
7910
8629
|
*/
|
|
7911
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
8630
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.deserializeBinary = function(bytes) {
|
|
7912
8631
|
var reader = new jspb.BinaryReader(bytes);
|
|
7913
|
-
var msg = new proto.com.lansweeper.dp.outbound.v1.
|
|
7914
|
-
return proto.com.lansweeper.dp.outbound.v1.
|
|
8632
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse;
|
|
8633
|
+
return proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.deserializeBinaryFromReader(msg, reader);
|
|
7915
8634
|
};
|
|
7916
8635
|
|
|
7917
8636
|
|
|
7918
8637
|
/**
|
|
7919
8638
|
* Deserializes binary data (in protobuf wire format) from the
|
|
7920
8639
|
* given reader into the given message object.
|
|
7921
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
8640
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse} msg The message object to deserialize into.
|
|
7922
8641
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
7923
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
8642
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse}
|
|
7924
8643
|
*/
|
|
7925
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
8644
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
7926
8645
|
while (reader.nextField()) {
|
|
7927
8646
|
if (reader.isEndGroup()) {
|
|
7928
8647
|
break;
|
|
@@ -7931,19 +8650,30 @@ proto.com.lansweeper.dp.outbound.v1.EntityFilter.deserializeBinaryFromReader = f
|
|
|
7931
8650
|
switch (field) {
|
|
7932
8651
|
case 1:
|
|
7933
8652
|
var value = /** @type {string} */ (reader.readString());
|
|
7934
|
-
msg.
|
|
8653
|
+
msg.setRawSourceId(value);
|
|
7935
8654
|
break;
|
|
7936
8655
|
case 2:
|
|
7937
|
-
var value = /** @type {
|
|
7938
|
-
msg.
|
|
8656
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8657
|
+
msg.setAliasId(value);
|
|
7939
8658
|
break;
|
|
7940
8659
|
case 3:
|
|
7941
|
-
var value = /** @type {!proto.com.lansweeper.dp.outbound.v1.
|
|
7942
|
-
msg.
|
|
8660
|
+
var value = /** @type {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.ProcessingStatus} */ (reader.readEnum());
|
|
8661
|
+
msg.setProcessingStatus(value);
|
|
7943
8662
|
break;
|
|
7944
8663
|
case 4:
|
|
7945
|
-
var value =
|
|
7946
|
-
|
|
8664
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.Tag;
|
|
8665
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Tag.deserializeBinaryFromReader);
|
|
8666
|
+
msg.setTag(value);
|
|
8667
|
+
break;
|
|
8668
|
+
case 5:
|
|
8669
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.EntityPath;
|
|
8670
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.EntityPath.deserializeBinaryFromReader);
|
|
8671
|
+
msg.setEntityPath(value);
|
|
8672
|
+
break;
|
|
8673
|
+
case 6:
|
|
8674
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
8675
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
8676
|
+
msg.setLastUpdated(value);
|
|
7947
8677
|
break;
|
|
7948
8678
|
default:
|
|
7949
8679
|
reader.skipField();
|
|
@@ -7958,9 +8688,9 @@ proto.com.lansweeper.dp.outbound.v1.EntityFilter.deserializeBinaryFromReader = f
|
|
|
7958
8688
|
* Serializes the message to binary data (in protobuf wire format).
|
|
7959
8689
|
* @return {!Uint8Array}
|
|
7960
8690
|
*/
|
|
7961
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
8691
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.prototype.serializeBinary = function() {
|
|
7962
8692
|
var writer = new jspb.BinaryWriter();
|
|
7963
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
8693
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.serializeBinaryToWriter(this, writer);
|
|
7964
8694
|
return writer.getResultBuffer();
|
|
7965
8695
|
};
|
|
7966
8696
|
|
|
@@ -7968,38 +8698,55 @@ proto.com.lansweeper.dp.outbound.v1.EntityFilter.prototype.serializeBinary = fun
|
|
|
7968
8698
|
/**
|
|
7969
8699
|
* Serializes the given message to binary data (in protobuf wire
|
|
7970
8700
|
* format), writing to the given BinaryWriter.
|
|
7971
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
8701
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse} message
|
|
7972
8702
|
* @param {!jspb.BinaryWriter} writer
|
|
7973
8703
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7974
8704
|
*/
|
|
7975
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
8705
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.serializeBinaryToWriter = function(message, writer) {
|
|
7976
8706
|
var f = undefined;
|
|
7977
|
-
f = message.
|
|
8707
|
+
f = message.getRawSourceId();
|
|
7978
8708
|
if (f.length > 0) {
|
|
7979
8709
|
writer.writeString(
|
|
7980
8710
|
1,
|
|
7981
8711
|
f
|
|
7982
8712
|
);
|
|
7983
8713
|
}
|
|
7984
|
-
f = /** @type {
|
|
8714
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 2));
|
|
7985
8715
|
if (f != null) {
|
|
7986
|
-
writer.
|
|
8716
|
+
writer.writeString(
|
|
7987
8717
|
2,
|
|
7988
8718
|
f
|
|
7989
8719
|
);
|
|
7990
8720
|
}
|
|
7991
|
-
f =
|
|
7992
|
-
if (f
|
|
8721
|
+
f = message.getProcessingStatus();
|
|
8722
|
+
if (f !== 0.0) {
|
|
7993
8723
|
writer.writeEnum(
|
|
7994
8724
|
3,
|
|
7995
8725
|
f
|
|
7996
8726
|
);
|
|
7997
8727
|
}
|
|
7998
|
-
f =
|
|
8728
|
+
f = message.getTag();
|
|
7999
8729
|
if (f != null) {
|
|
8000
|
-
writer.
|
|
8730
|
+
writer.writeMessage(
|
|
8001
8731
|
4,
|
|
8002
|
-
f
|
|
8732
|
+
f,
|
|
8733
|
+
proto.com.lansweeper.dp.outbound.v1.Tag.serializeBinaryToWriter
|
|
8734
|
+
);
|
|
8735
|
+
}
|
|
8736
|
+
f = message.getEntityPath();
|
|
8737
|
+
if (f != null) {
|
|
8738
|
+
writer.writeMessage(
|
|
8739
|
+
5,
|
|
8740
|
+
f,
|
|
8741
|
+
proto.com.lansweeper.dp.outbound.v1.EntityPath.serializeBinaryToWriter
|
|
8742
|
+
);
|
|
8743
|
+
}
|
|
8744
|
+
f = message.getLastUpdated();
|
|
8745
|
+
if (f != null) {
|
|
8746
|
+
writer.writeMessage(
|
|
8747
|
+
6,
|
|
8748
|
+
f,
|
|
8749
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
8003
8750
|
);
|
|
8004
8751
|
}
|
|
8005
8752
|
};
|
|
@@ -8008,60 +8755,53 @@ proto.com.lansweeper.dp.outbound.v1.EntityFilter.serializeBinaryToWriter = funct
|
|
|
8008
8755
|
/**
|
|
8009
8756
|
* @enum {number}
|
|
8010
8757
|
*/
|
|
8011
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
8012
|
-
|
|
8013
|
-
|
|
8014
|
-
|
|
8015
|
-
|
|
8016
|
-
/**
|
|
8017
|
-
* @enum {number}
|
|
8018
|
-
*/
|
|
8019
|
-
proto.com.lansweeper.dp.outbound.v1.EntityFilter.VirtualState = {
|
|
8020
|
-
REAL: 0,
|
|
8021
|
-
VIRTUAL: 1
|
|
8758
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.ProcessingStatus = {
|
|
8759
|
+
NOT_FOUND: 0,
|
|
8760
|
+
PROCESSED: 1,
|
|
8761
|
+
PROCESSING_FAILED: 2
|
|
8022
8762
|
};
|
|
8023
8763
|
|
|
8024
8764
|
/**
|
|
8025
|
-
* optional string
|
|
8765
|
+
* optional string raw_source_id = 1;
|
|
8026
8766
|
* @return {string}
|
|
8027
8767
|
*/
|
|
8028
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
8768
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.prototype.getRawSourceId = function() {
|
|
8029
8769
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
8030
8770
|
};
|
|
8031
8771
|
|
|
8032
8772
|
|
|
8033
8773
|
/**
|
|
8034
8774
|
* @param {string} value
|
|
8035
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
8775
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse} returns this
|
|
8036
8776
|
*/
|
|
8037
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
8777
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.prototype.setRawSourceId = function(value) {
|
|
8038
8778
|
return jspb.Message.setProto3StringField(this, 1, value);
|
|
8039
8779
|
};
|
|
8040
8780
|
|
|
8041
8781
|
|
|
8042
8782
|
/**
|
|
8043
|
-
* optional
|
|
8044
|
-
* @return {
|
|
8783
|
+
* optional string alias_id = 2;
|
|
8784
|
+
* @return {string}
|
|
8045
8785
|
*/
|
|
8046
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
8047
|
-
return /** @type {
|
|
8786
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.prototype.getAliasId = function() {
|
|
8787
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
8048
8788
|
};
|
|
8049
8789
|
|
|
8050
8790
|
|
|
8051
8791
|
/**
|
|
8052
|
-
* @param {
|
|
8053
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
8792
|
+
* @param {string} value
|
|
8793
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse} returns this
|
|
8054
8794
|
*/
|
|
8055
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
8795
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.prototype.setAliasId = function(value) {
|
|
8056
8796
|
return jspb.Message.setField(this, 2, value);
|
|
8057
8797
|
};
|
|
8058
8798
|
|
|
8059
8799
|
|
|
8060
8800
|
/**
|
|
8061
8801
|
* Clears the field making it undefined.
|
|
8062
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
8802
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse} returns this
|
|
8063
8803
|
*/
|
|
8064
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
8804
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.prototype.clearAliasId = function() {
|
|
8065
8805
|
return jspb.Message.setField(this, 2, undefined);
|
|
8066
8806
|
};
|
|
8067
8807
|
|
|
@@ -8070,35 +8810,54 @@ proto.com.lansweeper.dp.outbound.v1.EntityFilter.prototype.clearFullEntity = fun
|
|
|
8070
8810
|
* Returns whether this field is set.
|
|
8071
8811
|
* @return {boolean}
|
|
8072
8812
|
*/
|
|
8073
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
8813
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.prototype.hasAliasId = function() {
|
|
8074
8814
|
return jspb.Message.getField(this, 2) != null;
|
|
8075
8815
|
};
|
|
8076
8816
|
|
|
8077
8817
|
|
|
8078
8818
|
/**
|
|
8079
|
-
* optional
|
|
8080
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
8819
|
+
* optional ProcessingStatus processing_status = 3;
|
|
8820
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.ProcessingStatus}
|
|
8081
8821
|
*/
|
|
8082
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
8083
|
-
return /** @type {!proto.com.lansweeper.dp.outbound.v1.
|
|
8822
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.prototype.getProcessingStatus = function() {
|
|
8823
|
+
return /** @type {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.ProcessingStatus} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
|
|
8084
8824
|
};
|
|
8085
8825
|
|
|
8086
8826
|
|
|
8087
8827
|
/**
|
|
8088
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
8089
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
8828
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.ProcessingStatus} value
|
|
8829
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse} returns this
|
|
8090
8830
|
*/
|
|
8091
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
8092
|
-
return jspb.Message.
|
|
8831
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.prototype.setProcessingStatus = function(value) {
|
|
8832
|
+
return jspb.Message.setProto3EnumField(this, 3, value);
|
|
8093
8833
|
};
|
|
8094
8834
|
|
|
8095
8835
|
|
|
8096
8836
|
/**
|
|
8097
|
-
*
|
|
8098
|
-
* @return {
|
|
8837
|
+
* optional Tag tag = 4;
|
|
8838
|
+
* @return {?proto.com.lansweeper.dp.outbound.v1.Tag}
|
|
8099
8839
|
*/
|
|
8100
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
8101
|
-
return
|
|
8840
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.prototype.getTag = function() {
|
|
8841
|
+
return /** @type{?proto.com.lansweeper.dp.outbound.v1.Tag} */ (
|
|
8842
|
+
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.Tag, 4));
|
|
8843
|
+
};
|
|
8844
|
+
|
|
8845
|
+
|
|
8846
|
+
/**
|
|
8847
|
+
* @param {?proto.com.lansweeper.dp.outbound.v1.Tag|undefined} value
|
|
8848
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse} returns this
|
|
8849
|
+
*/
|
|
8850
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.prototype.setTag = function(value) {
|
|
8851
|
+
return jspb.Message.setWrapperField(this, 4, value);
|
|
8852
|
+
};
|
|
8853
|
+
|
|
8854
|
+
|
|
8855
|
+
/**
|
|
8856
|
+
* Clears the message field making it undefined.
|
|
8857
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse} returns this
|
|
8858
|
+
*/
|
|
8859
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.prototype.clearTag = function() {
|
|
8860
|
+
return this.setTag(undefined);
|
|
8102
8861
|
};
|
|
8103
8862
|
|
|
8104
8863
|
|
|
@@ -8106,35 +8865,73 @@ proto.com.lansweeper.dp.outbound.v1.EntityFilter.prototype.clearEntryState = fun
|
|
|
8106
8865
|
* Returns whether this field is set.
|
|
8107
8866
|
* @return {boolean}
|
|
8108
8867
|
*/
|
|
8109
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
8110
|
-
return jspb.Message.getField(this,
|
|
8868
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.prototype.hasTag = function() {
|
|
8869
|
+
return jspb.Message.getField(this, 4) != null;
|
|
8111
8870
|
};
|
|
8112
8871
|
|
|
8113
8872
|
|
|
8114
8873
|
/**
|
|
8115
|
-
* optional
|
|
8116
|
-
* @return {
|
|
8874
|
+
* optional EntityPath entity_path = 5;
|
|
8875
|
+
* @return {?proto.com.lansweeper.dp.outbound.v1.EntityPath}
|
|
8117
8876
|
*/
|
|
8118
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
8119
|
-
return /** @type
|
|
8877
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.prototype.getEntityPath = function() {
|
|
8878
|
+
return /** @type{?proto.com.lansweeper.dp.outbound.v1.EntityPath} */ (
|
|
8879
|
+
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.EntityPath, 5));
|
|
8120
8880
|
};
|
|
8121
8881
|
|
|
8122
8882
|
|
|
8123
8883
|
/**
|
|
8124
|
-
* @param {
|
|
8125
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
8884
|
+
* @param {?proto.com.lansweeper.dp.outbound.v1.EntityPath|undefined} value
|
|
8885
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse} returns this
|
|
8886
|
+
*/
|
|
8887
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.prototype.setEntityPath = function(value) {
|
|
8888
|
+
return jspb.Message.setWrapperField(this, 5, value);
|
|
8889
|
+
};
|
|
8890
|
+
|
|
8891
|
+
|
|
8892
|
+
/**
|
|
8893
|
+
* Clears the message field making it undefined.
|
|
8894
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse} returns this
|
|
8126
8895
|
*/
|
|
8127
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
8128
|
-
return
|
|
8896
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.prototype.clearEntityPath = function() {
|
|
8897
|
+
return this.setEntityPath(undefined);
|
|
8129
8898
|
};
|
|
8130
8899
|
|
|
8131
8900
|
|
|
8132
8901
|
/**
|
|
8133
|
-
*
|
|
8134
|
-
* @return {
|
|
8902
|
+
* Returns whether this field is set.
|
|
8903
|
+
* @return {boolean}
|
|
8135
8904
|
*/
|
|
8136
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
8137
|
-
return jspb.Message.
|
|
8905
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.prototype.hasEntityPath = function() {
|
|
8906
|
+
return jspb.Message.getField(this, 5) != null;
|
|
8907
|
+
};
|
|
8908
|
+
|
|
8909
|
+
|
|
8910
|
+
/**
|
|
8911
|
+
* optional google.protobuf.Timestamp last_updated = 6;
|
|
8912
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
8913
|
+
*/
|
|
8914
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.prototype.getLastUpdated = function() {
|
|
8915
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
8916
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 6));
|
|
8917
|
+
};
|
|
8918
|
+
|
|
8919
|
+
|
|
8920
|
+
/**
|
|
8921
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
8922
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse} returns this
|
|
8923
|
+
*/
|
|
8924
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.prototype.setLastUpdated = function(value) {
|
|
8925
|
+
return jspb.Message.setWrapperField(this, 6, value);
|
|
8926
|
+
};
|
|
8927
|
+
|
|
8928
|
+
|
|
8929
|
+
/**
|
|
8930
|
+
* Clears the message field making it undefined.
|
|
8931
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse} returns this
|
|
8932
|
+
*/
|
|
8933
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.prototype.clearLastUpdated = function() {
|
|
8934
|
+
return this.setLastUpdated(undefined);
|
|
8138
8935
|
};
|
|
8139
8936
|
|
|
8140
8937
|
|
|
@@ -8142,8 +8939,8 @@ proto.com.lansweeper.dp.outbound.v1.EntityFilter.prototype.clearVirtualState = f
|
|
|
8142
8939
|
* Returns whether this field is set.
|
|
8143
8940
|
* @return {boolean}
|
|
8144
8941
|
*/
|
|
8145
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
8146
|
-
return jspb.Message.getField(this,
|
|
8942
|
+
proto.com.lansweeper.dp.outbound.v1.GetEntityIdByRawSourceIdResponse.prototype.hasLastUpdated = function() {
|
|
8943
|
+
return jspb.Message.getField(this, 6) != null;
|
|
8147
8944
|
};
|
|
8148
8945
|
|
|
8149
8946
|
|
|
@@ -29768,7 +30565,8 @@ proto.com.lansweeper.dp.outbound.v1.CloudEntity.toObject = function(includeInsta
|
|
|
29768
30565
|
publicCloudLinksList: jspb.Message.toObjectList(msg.getPublicCloudLinksList(),
|
|
29769
30566
|
proto.com.lansweeper.dp.outbound.v1.PublicCloudLink.toObject, includeInstance),
|
|
29770
30567
|
resourceId: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
29771
|
-
scannerType: jspb.Message.getFieldWithDefault(msg, 16, 0)
|
|
30568
|
+
scannerType: jspb.Message.getFieldWithDefault(msg, 16, 0),
|
|
30569
|
+
cloudAssetType: jspb.Message.getFieldWithDefault(msg, 17, "")
|
|
29772
30570
|
};
|
|
29773
30571
|
|
|
29774
30572
|
if (includeInstance) {
|
|
@@ -29868,6 +30666,10 @@ proto.com.lansweeper.dp.outbound.v1.CloudEntity.deserializeBinaryFromReader = fu
|
|
|
29868
30666
|
var value = /** @type {!proto.com.lansweeper.dp.outbound.v1.CloudEntity.ScannerType} */ (reader.readEnum());
|
|
29869
30667
|
msg.setScannerType(value);
|
|
29870
30668
|
break;
|
|
30669
|
+
case 17:
|
|
30670
|
+
var value = /** @type {string} */ (reader.readString());
|
|
30671
|
+
msg.setCloudAssetType(value);
|
|
30672
|
+
break;
|
|
29871
30673
|
default:
|
|
29872
30674
|
reader.skipField();
|
|
29873
30675
|
break;
|
|
@@ -30005,6 +30807,13 @@ proto.com.lansweeper.dp.outbound.v1.CloudEntity.serializeBinaryToWriter = functi
|
|
|
30005
30807
|
f
|
|
30006
30808
|
);
|
|
30007
30809
|
}
|
|
30810
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 17));
|
|
30811
|
+
if (f != null) {
|
|
30812
|
+
writer.writeString(
|
|
30813
|
+
17,
|
|
30814
|
+
f
|
|
30815
|
+
);
|
|
30816
|
+
}
|
|
30008
30817
|
};
|
|
30009
30818
|
|
|
30010
30819
|
|
|
@@ -30492,6 +31301,42 @@ proto.com.lansweeper.dp.outbound.v1.CloudEntity.prototype.hasScannerType = funct
|
|
|
30492
31301
|
};
|
|
30493
31302
|
|
|
30494
31303
|
|
|
31304
|
+
/**
|
|
31305
|
+
* optional string cloud_asset_type = 17;
|
|
31306
|
+
* @return {string}
|
|
31307
|
+
*/
|
|
31308
|
+
proto.com.lansweeper.dp.outbound.v1.CloudEntity.prototype.getCloudAssetType = function() {
|
|
31309
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 17, ""));
|
|
31310
|
+
};
|
|
31311
|
+
|
|
31312
|
+
|
|
31313
|
+
/**
|
|
31314
|
+
* @param {string} value
|
|
31315
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.CloudEntity} returns this
|
|
31316
|
+
*/
|
|
31317
|
+
proto.com.lansweeper.dp.outbound.v1.CloudEntity.prototype.setCloudAssetType = function(value) {
|
|
31318
|
+
return jspb.Message.setField(this, 17, value);
|
|
31319
|
+
};
|
|
31320
|
+
|
|
31321
|
+
|
|
31322
|
+
/**
|
|
31323
|
+
* Clears the field making it undefined.
|
|
31324
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.CloudEntity} returns this
|
|
31325
|
+
*/
|
|
31326
|
+
proto.com.lansweeper.dp.outbound.v1.CloudEntity.prototype.clearCloudAssetType = function() {
|
|
31327
|
+
return jspb.Message.setField(this, 17, undefined);
|
|
31328
|
+
};
|
|
31329
|
+
|
|
31330
|
+
|
|
31331
|
+
/**
|
|
31332
|
+
* Returns whether this field is set.
|
|
31333
|
+
* @return {boolean}
|
|
31334
|
+
*/
|
|
31335
|
+
proto.com.lansweeper.dp.outbound.v1.CloudEntity.prototype.hasCloudAssetType = function() {
|
|
31336
|
+
return jspb.Message.getField(this, 17) != null;
|
|
31337
|
+
};
|
|
31338
|
+
|
|
31339
|
+
|
|
30495
31340
|
|
|
30496
31341
|
|
|
30497
31342
|
|