@lansweeper/discovery-cloud-proto 0.0.27 → 0.0.28

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.
@@ -125,6 +125,16 @@ export class PublicCloudLink extends jspb.Message {
125
125
  getLinkType(): google_protobuf_wrappers_pb.StringValue | undefined;
126
126
  setLinkType(value?: google_protobuf_wrappers_pb.StringValue): PublicCloudLink;
127
127
 
128
+ hasToPublicCloudAssetType(): boolean;
129
+ clearToPublicCloudAssetType(): void;
130
+ getToPublicCloudAssetType(): google_protobuf_wrappers_pb.StringValue | undefined;
131
+ setToPublicCloudAssetType(value?: google_protobuf_wrappers_pb.StringValue): PublicCloudLink;
132
+
133
+ hasToPublicCloudAssetName(): boolean;
134
+ clearToPublicCloudAssetName(): void;
135
+ getToPublicCloudAssetName(): google_protobuf_wrappers_pb.StringValue | undefined;
136
+ setToPublicCloudAssetName(value?: google_protobuf_wrappers_pb.StringValue): PublicCloudLink;
137
+
128
138
  serializeBinary(): Uint8Array;
129
139
  toObject(includeInstance?: boolean): PublicCloudLink.AsObject;
130
140
  static toObject(includeInstance: boolean, msg: PublicCloudLink): PublicCloudLink.AsObject;
@@ -139,6 +149,8 @@ export namespace PublicCloudLink {
139
149
  export type AsObject = {
140
150
  toPublicCloudAssetId?: google_protobuf_wrappers_pb.StringValue.AsObject,
141
151
  linkType?: google_protobuf_wrappers_pb.StringValue.AsObject,
152
+ toPublicCloudAssetType?: google_protobuf_wrappers_pb.StringValue.AsObject,
153
+ toPublicCloudAssetName?: google_protobuf_wrappers_pb.StringValue.AsObject,
142
154
  }
143
155
  }
144
156
 
@@ -13686,7 +13686,9 @@ proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.prototype.toObject =
13686
13686
  proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.toObject = function(includeInstance, msg) {
13687
13687
  var f, obj = {
13688
13688
  toPublicCloudAssetId: (f = msg.getToPublicCloudAssetId()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
13689
- linkType: (f = msg.getLinkType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
13689
+ linkType: (f = msg.getLinkType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
13690
+ toPublicCloudAssetType: (f = msg.getToPublicCloudAssetType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
13691
+ toPublicCloudAssetName: (f = msg.getToPublicCloudAssetName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
13690
13692
  };
13691
13693
 
13692
13694
  if (includeInstance) {
@@ -13733,6 +13735,16 @@ proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.deserializeBinaryFro
13733
13735
  reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
13734
13736
  msg.setLinkType(value);
13735
13737
  break;
13738
+ case 3:
13739
+ var value = new google_protobuf_wrappers_pb.StringValue;
13740
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
13741
+ msg.setToPublicCloudAssetType(value);
13742
+ break;
13743
+ case 4:
13744
+ var value = new google_protobuf_wrappers_pb.StringValue;
13745
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
13746
+ msg.setToPublicCloudAssetName(value);
13747
+ break;
13736
13748
  default:
13737
13749
  reader.skipField();
13738
13750
  break;
@@ -13778,6 +13790,22 @@ proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.serializeBinaryToWri
13778
13790
  google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
13779
13791
  );
13780
13792
  }
13793
+ f = message.getToPublicCloudAssetType();
13794
+ if (f != null) {
13795
+ writer.writeMessage(
13796
+ 3,
13797
+ f,
13798
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
13799
+ );
13800
+ }
13801
+ f = message.getToPublicCloudAssetName();
13802
+ if (f != null) {
13803
+ writer.writeMessage(
13804
+ 4,
13805
+ f,
13806
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
13807
+ );
13808
+ }
13781
13809
  };
13782
13810
 
13783
13811
 
@@ -13855,6 +13883,80 @@ proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.prototype.hasLinkTyp
13855
13883
  };
13856
13884
 
13857
13885
 
13886
+ /**
13887
+ * optional google.protobuf.StringValue to_public_cloud_asset_type = 3;
13888
+ * @return {?proto.google.protobuf.StringValue}
13889
+ */
13890
+ proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.prototype.getToPublicCloudAssetType = function() {
13891
+ return /** @type{?proto.google.protobuf.StringValue} */ (
13892
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
13893
+ };
13894
+
13895
+
13896
+ /**
13897
+ * @param {?proto.google.protobuf.StringValue|undefined} value
13898
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink} returns this
13899
+ */
13900
+ proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.prototype.setToPublicCloudAssetType = function(value) {
13901
+ return jspb.Message.setWrapperField(this, 3, value);
13902
+ };
13903
+
13904
+
13905
+ /**
13906
+ * Clears the message field making it undefined.
13907
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink} returns this
13908
+ */
13909
+ proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.prototype.clearToPublicCloudAssetType = function() {
13910
+ return this.setToPublicCloudAssetType(undefined);
13911
+ };
13912
+
13913
+
13914
+ /**
13915
+ * Returns whether this field is set.
13916
+ * @return {boolean}
13917
+ */
13918
+ proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.prototype.hasToPublicCloudAssetType = function() {
13919
+ return jspb.Message.getField(this, 3) != null;
13920
+ };
13921
+
13922
+
13923
+ /**
13924
+ * optional google.protobuf.StringValue to_public_cloud_asset_name = 4;
13925
+ * @return {?proto.google.protobuf.StringValue}
13926
+ */
13927
+ proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.prototype.getToPublicCloudAssetName = function() {
13928
+ return /** @type{?proto.google.protobuf.StringValue} */ (
13929
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
13930
+ };
13931
+
13932
+
13933
+ /**
13934
+ * @param {?proto.google.protobuf.StringValue|undefined} value
13935
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink} returns this
13936
+ */
13937
+ proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.prototype.setToPublicCloudAssetName = function(value) {
13938
+ return jspb.Message.setWrapperField(this, 4, value);
13939
+ };
13940
+
13941
+
13942
+ /**
13943
+ * Clears the message field making it undefined.
13944
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink} returns this
13945
+ */
13946
+ proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.prototype.clearToPublicCloudAssetName = function() {
13947
+ return this.setToPublicCloudAssetName(undefined);
13948
+ };
13949
+
13950
+
13951
+ /**
13952
+ * Returns whether this field is set.
13953
+ * @return {boolean}
13954
+ */
13955
+ proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.prototype.hasToPublicCloudAssetName = function() {
13956
+ return jspb.Message.getField(this, 4) != null;
13957
+ };
13958
+
13959
+
13858
13960
 
13859
13961
 
13860
13962