@lansweeper/data-platform-outbound-grpc 0.4.7 → 0.4.8
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_pb.d.ts +5 -5
- package/gen-proto/outbound_pb.js +14 -14
- package/generated-go/outbound.pb.go +10086 -10086
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +2 -1
- package/model/target/classes/com/lansweeper/dp/outbound/v1/CloudEntity$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/CloudEntity.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/CloudEntityOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +2 -1
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CloudEntity.java +57 -57
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CloudEntityOrBuilder.java +9 -9
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +3252 -3252
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/{outbound-model-0.4.6-sources.jar → outbound-model-0.4.7-sources.jar} +0 -0
- package/model/target/{outbound-model-0.4.6.jar → outbound-model-0.4.7.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +2 -1
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.4.6-sources.jar → outbound-service-0.4.7-sources.jar} +0 -0
- package/service/target/{outbound-service-0.4.6.jar → outbound-service-0.4.7.jar} +0 -0
|
@@ -2030,10 +2030,10 @@ export class CloudEntity extends jspb.Message {
|
|
|
2030
2030
|
setPublicCloudLinksList(value: Array<PublicCloudLink>): CloudEntity;
|
|
2031
2031
|
addPublicCloudLinks(value?: PublicCloudLink, index?: number): PublicCloudLink;
|
|
2032
2032
|
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2033
|
+
hasResourceId(): boolean;
|
|
2034
|
+
clearResourceId(): void;
|
|
2035
|
+
getResourceId(): string | undefined;
|
|
2036
|
+
setResourceId(value: string): CloudEntity;
|
|
2037
2037
|
|
|
2038
2038
|
serializeBinary(): Uint8Array;
|
|
2039
2039
|
toObject(includeInstance?: boolean): CloudEntity.AsObject;
|
|
@@ -2060,7 +2060,7 @@ export namespace CloudEntity {
|
|
|
2060
2060
|
resourceGroup?: string,
|
|
2061
2061
|
cloudAssetId?: string,
|
|
2062
2062
|
publicCloudLinksList: Array<PublicCloudLink.AsObject>,
|
|
2063
|
-
|
|
2063
|
+
resourceId?: string,
|
|
2064
2064
|
}
|
|
2065
2065
|
}
|
|
2066
2066
|
|
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -22377,7 +22377,7 @@ proto.com.lansweeper.dp.outbound.v1.CloudEntity.toObject = function(includeInsta
|
|
|
22377
22377
|
cloudAssetId: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
22378
22378
|
publicCloudLinksList: jspb.Message.toObjectList(msg.getPublicCloudLinksList(),
|
|
22379
22379
|
proto.com.lansweeper.dp.outbound.v1.PublicCloudLink.toObject, includeInstance),
|
|
22380
|
-
|
|
22380
|
+
resourceId: jspb.Message.getFieldWithDefault(msg, 15, "")
|
|
22381
22381
|
};
|
|
22382
22382
|
|
|
22383
22383
|
if (includeInstance) {
|
|
@@ -22469,9 +22469,9 @@ proto.com.lansweeper.dp.outbound.v1.CloudEntity.deserializeBinaryFromReader = fu
|
|
|
22469
22469
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.PublicCloudLink.deserializeBinaryFromReader);
|
|
22470
22470
|
msg.addPublicCloudLinks(value);
|
|
22471
22471
|
break;
|
|
22472
|
-
case
|
|
22472
|
+
case 15:
|
|
22473
22473
|
var value = /** @type {string} */ (reader.readString());
|
|
22474
|
-
msg.
|
|
22474
|
+
msg.setResourceId(value);
|
|
22475
22475
|
break;
|
|
22476
22476
|
default:
|
|
22477
22477
|
reader.skipField();
|
|
@@ -22596,10 +22596,10 @@ proto.com.lansweeper.dp.outbound.v1.CloudEntity.serializeBinaryToWriter = functi
|
|
|
22596
22596
|
proto.com.lansweeper.dp.outbound.v1.PublicCloudLink.serializeBinaryToWriter
|
|
22597
22597
|
);
|
|
22598
22598
|
}
|
|
22599
|
-
f = /** @type {string} */ (jspb.Message.getField(message,
|
|
22599
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 15));
|
|
22600
22600
|
if (f != null) {
|
|
22601
22601
|
writer.writeString(
|
|
22602
|
-
|
|
22602
|
+
15,
|
|
22603
22603
|
f
|
|
22604
22604
|
);
|
|
22605
22605
|
}
|
|
@@ -23008,11 +23008,11 @@ proto.com.lansweeper.dp.outbound.v1.CloudEntity.prototype.clearPublicCloudLinksL
|
|
|
23008
23008
|
|
|
23009
23009
|
|
|
23010
23010
|
/**
|
|
23011
|
-
* optional string
|
|
23011
|
+
* optional string resource_id = 15;
|
|
23012
23012
|
* @return {string}
|
|
23013
23013
|
*/
|
|
23014
|
-
proto.com.lansweeper.dp.outbound.v1.CloudEntity.prototype.
|
|
23015
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
23014
|
+
proto.com.lansweeper.dp.outbound.v1.CloudEntity.prototype.getResourceId = function() {
|
|
23015
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, ""));
|
|
23016
23016
|
};
|
|
23017
23017
|
|
|
23018
23018
|
|
|
@@ -23020,8 +23020,8 @@ proto.com.lansweeper.dp.outbound.v1.CloudEntity.prototype.getRecourceId = functi
|
|
|
23020
23020
|
* @param {string} value
|
|
23021
23021
|
* @return {!proto.com.lansweeper.dp.outbound.v1.CloudEntity} returns this
|
|
23022
23022
|
*/
|
|
23023
|
-
proto.com.lansweeper.dp.outbound.v1.CloudEntity.prototype.
|
|
23024
|
-
return jspb.Message.setField(this,
|
|
23023
|
+
proto.com.lansweeper.dp.outbound.v1.CloudEntity.prototype.setResourceId = function(value) {
|
|
23024
|
+
return jspb.Message.setField(this, 15, value);
|
|
23025
23025
|
};
|
|
23026
23026
|
|
|
23027
23027
|
|
|
@@ -23029,8 +23029,8 @@ proto.com.lansweeper.dp.outbound.v1.CloudEntity.prototype.setRecourceId = functi
|
|
|
23029
23029
|
* Clears the field making it undefined.
|
|
23030
23030
|
* @return {!proto.com.lansweeper.dp.outbound.v1.CloudEntity} returns this
|
|
23031
23031
|
*/
|
|
23032
|
-
proto.com.lansweeper.dp.outbound.v1.CloudEntity.prototype.
|
|
23033
|
-
return jspb.Message.setField(this,
|
|
23032
|
+
proto.com.lansweeper.dp.outbound.v1.CloudEntity.prototype.clearResourceId = function() {
|
|
23033
|
+
return jspb.Message.setField(this, 15, undefined);
|
|
23034
23034
|
};
|
|
23035
23035
|
|
|
23036
23036
|
|
|
@@ -23038,8 +23038,8 @@ proto.com.lansweeper.dp.outbound.v1.CloudEntity.prototype.clearRecourceId = func
|
|
|
23038
23038
|
* Returns whether this field is set.
|
|
23039
23039
|
* @return {boolean}
|
|
23040
23040
|
*/
|
|
23041
|
-
proto.com.lansweeper.dp.outbound.v1.CloudEntity.prototype.
|
|
23042
|
-
return jspb.Message.getField(this,
|
|
23041
|
+
proto.com.lansweeper.dp.outbound.v1.CloudEntity.prototype.hasResourceId = function() {
|
|
23042
|
+
return jspb.Message.getField(this, 15) != null;
|
|
23043
23043
|
};
|
|
23044
23044
|
|
|
23045
23045
|
|