@lansweeper/discovery-cloud-proto 0.0.29 → 0.0.30

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.
@@ -45355,3 +45355,20 @@ export namespace GcpExternalIpAddress {
45355
45355
  export type AsObject = {
45356
45356
  }
45357
45357
  }
45358
+
45359
+ export class AzureMicrosoftAzureSubscription extends jspb.Message {
45360
+
45361
+ serializeBinary(): Uint8Array;
45362
+ toObject(includeInstance?: boolean): AzureMicrosoftAzureSubscription.AsObject;
45363
+ static toObject(includeInstance: boolean, msg: AzureMicrosoftAzureSubscription): AzureMicrosoftAzureSubscription.AsObject;
45364
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
45365
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
45366
+ static serializeBinaryToWriter(message: AzureMicrosoftAzureSubscription, writer: jspb.BinaryWriter): void;
45367
+ static deserializeBinary(bytes: Uint8Array): AzureMicrosoftAzureSubscription;
45368
+ static deserializeBinaryFromReader(message: AzureMicrosoftAzureSubscription, reader: jspb.BinaryReader): AzureMicrosoftAzureSubscription;
45369
+ }
45370
+
45371
+ export namespace AzureMicrosoftAzureSubscription {
45372
+ export type AsObject = {
45373
+ }
45374
+ }
@@ -252,6 +252,7 @@ goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftAvd
252
252
  goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftAvdScalingPlan', null, global);
253
253
  goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftAvdSessionHost', null, global);
254
254
  goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftAvdWorkspace', null, global);
255
+ goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftAzureSubscription', null, global);
255
256
  goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftBatch', null, global);
256
257
  goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftBlobServiceCorsRule', null, global);
257
258
  goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftBlueprint', null, global);
@@ -12765,6 +12766,27 @@ if (goog.DEBUG && !COMPILED) {
12765
12766
  */
12766
12767
  proto.com.lansweeper.discovery.cloud.api.v1.GcpExternalIpAddress.displayName = 'proto.com.lansweeper.discovery.cloud.api.v1.GcpExternalIpAddress';
12767
12768
  }
12769
+ /**
12770
+ * Generated by JsPbCodeGenerator.
12771
+ * @param {Array=} opt_data Optional initial data array, typically from a
12772
+ * server response, or constructed directly in Javascript. The array is used
12773
+ * in place and becomes part of the constructed object. It is not cloned.
12774
+ * If no data is provided, the constructed object will be empty, but still
12775
+ * valid.
12776
+ * @extends {jspb.Message}
12777
+ * @constructor
12778
+ */
12779
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftAzureSubscription = function(opt_data) {
12780
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
12781
+ };
12782
+ goog.inherits(proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftAzureSubscription, jspb.Message);
12783
+ if (goog.DEBUG && !COMPILED) {
12784
+ /**
12785
+ * @public
12786
+ * @override
12787
+ */
12788
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftAzureSubscription.displayName = 'proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftAzureSubscription';
12789
+ }
12768
12790
 
12769
12791
  /**
12770
12792
  * List of repeated fields within this message type.
@@ -388924,4 +388946,105 @@ proto.com.lansweeper.discovery.cloud.api.v1.GcpExternalIpAddress.serializeBinary
388924
388946
  };
388925
388947
 
388926
388948
 
388949
+
388950
+
388951
+
388952
+ if (jspb.Message.GENERATE_TO_OBJECT) {
388953
+ /**
388954
+ * Creates an object representation of this proto.
388955
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
388956
+ * Optional fields that are not set will be set to undefined.
388957
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
388958
+ * For the list of reserved names please see:
388959
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
388960
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
388961
+ * JSPB instance for transitional soy proto support:
388962
+ * http://goto/soy-param-migration
388963
+ * @return {!Object}
388964
+ */
388965
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftAzureSubscription.prototype.toObject = function(opt_includeInstance) {
388966
+ return proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftAzureSubscription.toObject(opt_includeInstance, this);
388967
+ };
388968
+
388969
+
388970
+ /**
388971
+ * Static version of the {@see toObject} method.
388972
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
388973
+ * the JSPB instance for transitional soy proto support:
388974
+ * http://goto/soy-param-migration
388975
+ * @param {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftAzureSubscription} msg The msg instance to transform.
388976
+ * @return {!Object}
388977
+ * @suppress {unusedLocalVariables} f is only used for nested messages
388978
+ */
388979
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftAzureSubscription.toObject = function(includeInstance, msg) {
388980
+ var f, obj = {
388981
+
388982
+ };
388983
+
388984
+ if (includeInstance) {
388985
+ obj.$jspbMessageInstance = msg;
388986
+ }
388987
+ return obj;
388988
+ };
388989
+ }
388990
+
388991
+
388992
+ /**
388993
+ * Deserializes binary data (in protobuf wire format).
388994
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
388995
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftAzureSubscription}
388996
+ */
388997
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftAzureSubscription.deserializeBinary = function(bytes) {
388998
+ var reader = new jspb.BinaryReader(bytes);
388999
+ var msg = new proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftAzureSubscription;
389000
+ return proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftAzureSubscription.deserializeBinaryFromReader(msg, reader);
389001
+ };
389002
+
389003
+
389004
+ /**
389005
+ * Deserializes binary data (in protobuf wire format) from the
389006
+ * given reader into the given message object.
389007
+ * @param {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftAzureSubscription} msg The message object to deserialize into.
389008
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
389009
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftAzureSubscription}
389010
+ */
389011
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftAzureSubscription.deserializeBinaryFromReader = function(msg, reader) {
389012
+ while (reader.nextField()) {
389013
+ if (reader.isEndGroup()) {
389014
+ break;
389015
+ }
389016
+ var field = reader.getFieldNumber();
389017
+ switch (field) {
389018
+ default:
389019
+ reader.skipField();
389020
+ break;
389021
+ }
389022
+ }
389023
+ return msg;
389024
+ };
389025
+
389026
+
389027
+ /**
389028
+ * Serializes the message to binary data (in protobuf wire format).
389029
+ * @return {!Uint8Array}
389030
+ */
389031
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftAzureSubscription.prototype.serializeBinary = function() {
389032
+ var writer = new jspb.BinaryWriter();
389033
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftAzureSubscription.serializeBinaryToWriter(this, writer);
389034
+ return writer.getResultBuffer();
389035
+ };
389036
+
389037
+
389038
+ /**
389039
+ * Serializes the given message to binary data (in protobuf wire
389040
+ * format), writing to the given BinaryWriter.
389041
+ * @param {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftAzureSubscription} message
389042
+ * @param {!jspb.BinaryWriter} writer
389043
+ * @suppress {unusedLocalVariables} f is only used for nested messages
389044
+ */
389045
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftAzureSubscription.serializeBinaryToWriter = function(message, writer) {
389046
+ var f = undefined;
389047
+ };
389048
+
389049
+
388927
389050
  goog.object.extend(exports, proto.com.lansweeper.discovery.cloud.api.v1);