@lansweeper/discovery-cloud-proto 0.0.28 → 0.0.29

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.
@@ -45321,3 +45321,37 @@ export namespace AzurePrivateDnsZoneVirtualNetworkLink {
45321
45321
  AutoRegistration?: google_protobuf_wrappers_pb.StringValue.AsObject,
45322
45322
  }
45323
45323
  }
45324
+
45325
+ export class AmazonVpcPeeringConnection extends jspb.Message {
45326
+
45327
+ serializeBinary(): Uint8Array;
45328
+ toObject(includeInstance?: boolean): AmazonVpcPeeringConnection.AsObject;
45329
+ static toObject(includeInstance: boolean, msg: AmazonVpcPeeringConnection): AmazonVpcPeeringConnection.AsObject;
45330
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
45331
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
45332
+ static serializeBinaryToWriter(message: AmazonVpcPeeringConnection, writer: jspb.BinaryWriter): void;
45333
+ static deserializeBinary(bytes: Uint8Array): AmazonVpcPeeringConnection;
45334
+ static deserializeBinaryFromReader(message: AmazonVpcPeeringConnection, reader: jspb.BinaryReader): AmazonVpcPeeringConnection;
45335
+ }
45336
+
45337
+ export namespace AmazonVpcPeeringConnection {
45338
+ export type AsObject = {
45339
+ }
45340
+ }
45341
+
45342
+ export class GcpExternalIpAddress extends jspb.Message {
45343
+
45344
+ serializeBinary(): Uint8Array;
45345
+ toObject(includeInstance?: boolean): GcpExternalIpAddress.AsObject;
45346
+ static toObject(includeInstance: boolean, msg: GcpExternalIpAddress): GcpExternalIpAddress.AsObject;
45347
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
45348
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
45349
+ static serializeBinaryToWriter(message: GcpExternalIpAddress, writer: jspb.BinaryWriter): void;
45350
+ static deserializeBinary(bytes: Uint8Array): GcpExternalIpAddress;
45351
+ static deserializeBinaryFromReader(message: GcpExternalIpAddress, reader: jspb.BinaryReader): GcpExternalIpAddress;
45352
+ }
45353
+
45354
+ export namespace GcpExternalIpAddress {
45355
+ export type AsObject = {
45356
+ }
45357
+ }
@@ -173,6 +173,7 @@ goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.AmazonTransitGate
173
173
  goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.AmazonTransitGatewayVpnAttachment', null, global);
174
174
  goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.AmazonVPC', null, global);
175
175
  goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.AmazonVolume', null, global);
176
+ goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.AmazonVpcPeeringConnection', null, global);
176
177
  goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.AmazonVpnConnection', null, global);
177
178
  goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.AmazonVpnGateway', null, global);
178
179
  goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.AmazonWorkspace', null, global);
@@ -585,6 +586,7 @@ goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.GCPSubnetworkSeco
585
586
  goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.GCPTcpLoadBalancer', null, global);
586
587
  goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.GCPUdpLoadBalancer', null, global);
587
588
  goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.GCPVMInstance', null, global);
589
+ goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.GcpExternalIpAddress', null, global);
588
590
  goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.GcpIamBindingMember', null, global);
589
591
  goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.GcpLoadBalancingTargetPool', null, global);
590
592
  goog.exportSymbol('proto.com.lansweeper.discovery.cloud.api.v1.KafkaBrokerNodeInfo', null, global);
@@ -12721,6 +12723,48 @@ if (goog.DEBUG && !COMPILED) {
12721
12723
  */
12722
12724
  proto.com.lansweeper.discovery.cloud.api.v1.AzurePrivateDnsZoneVirtualNetworkLink.displayName = 'proto.com.lansweeper.discovery.cloud.api.v1.AzurePrivateDnsZoneVirtualNetworkLink';
12723
12725
  }
12726
+ /**
12727
+ * Generated by JsPbCodeGenerator.
12728
+ * @param {Array=} opt_data Optional initial data array, typically from a
12729
+ * server response, or constructed directly in Javascript. The array is used
12730
+ * in place and becomes part of the constructed object. It is not cloned.
12731
+ * If no data is provided, the constructed object will be empty, but still
12732
+ * valid.
12733
+ * @extends {jspb.Message}
12734
+ * @constructor
12735
+ */
12736
+ proto.com.lansweeper.discovery.cloud.api.v1.AmazonVpcPeeringConnection = function(opt_data) {
12737
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
12738
+ };
12739
+ goog.inherits(proto.com.lansweeper.discovery.cloud.api.v1.AmazonVpcPeeringConnection, jspb.Message);
12740
+ if (goog.DEBUG && !COMPILED) {
12741
+ /**
12742
+ * @public
12743
+ * @override
12744
+ */
12745
+ proto.com.lansweeper.discovery.cloud.api.v1.AmazonVpcPeeringConnection.displayName = 'proto.com.lansweeper.discovery.cloud.api.v1.AmazonVpcPeeringConnection';
12746
+ }
12747
+ /**
12748
+ * Generated by JsPbCodeGenerator.
12749
+ * @param {Array=} opt_data Optional initial data array, typically from a
12750
+ * server response, or constructed directly in Javascript. The array is used
12751
+ * in place and becomes part of the constructed object. It is not cloned.
12752
+ * If no data is provided, the constructed object will be empty, but still
12753
+ * valid.
12754
+ * @extends {jspb.Message}
12755
+ * @constructor
12756
+ */
12757
+ proto.com.lansweeper.discovery.cloud.api.v1.GcpExternalIpAddress = function(opt_data) {
12758
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
12759
+ };
12760
+ goog.inherits(proto.com.lansweeper.discovery.cloud.api.v1.GcpExternalIpAddress, jspb.Message);
12761
+ if (goog.DEBUG && !COMPILED) {
12762
+ /**
12763
+ * @public
12764
+ * @override
12765
+ */
12766
+ proto.com.lansweeper.discovery.cloud.api.v1.GcpExternalIpAddress.displayName = 'proto.com.lansweeper.discovery.cloud.api.v1.GcpExternalIpAddress';
12767
+ }
12724
12768
 
12725
12769
  /**
12726
12770
  * List of repeated fields within this message type.
@@ -388678,4 +388722,206 @@ proto.com.lansweeper.discovery.cloud.api.v1.AzurePrivateDnsZoneVirtualNetworkLin
388678
388722
  };
388679
388723
 
388680
388724
 
388725
+
388726
+
388727
+
388728
+ if (jspb.Message.GENERATE_TO_OBJECT) {
388729
+ /**
388730
+ * Creates an object representation of this proto.
388731
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
388732
+ * Optional fields that are not set will be set to undefined.
388733
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
388734
+ * For the list of reserved names please see:
388735
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
388736
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
388737
+ * JSPB instance for transitional soy proto support:
388738
+ * http://goto/soy-param-migration
388739
+ * @return {!Object}
388740
+ */
388741
+ proto.com.lansweeper.discovery.cloud.api.v1.AmazonVpcPeeringConnection.prototype.toObject = function(opt_includeInstance) {
388742
+ return proto.com.lansweeper.discovery.cloud.api.v1.AmazonVpcPeeringConnection.toObject(opt_includeInstance, this);
388743
+ };
388744
+
388745
+
388746
+ /**
388747
+ * Static version of the {@see toObject} method.
388748
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
388749
+ * the JSPB instance for transitional soy proto support:
388750
+ * http://goto/soy-param-migration
388751
+ * @param {!proto.com.lansweeper.discovery.cloud.api.v1.AmazonVpcPeeringConnection} msg The msg instance to transform.
388752
+ * @return {!Object}
388753
+ * @suppress {unusedLocalVariables} f is only used for nested messages
388754
+ */
388755
+ proto.com.lansweeper.discovery.cloud.api.v1.AmazonVpcPeeringConnection.toObject = function(includeInstance, msg) {
388756
+ var f, obj = {
388757
+
388758
+ };
388759
+
388760
+ if (includeInstance) {
388761
+ obj.$jspbMessageInstance = msg;
388762
+ }
388763
+ return obj;
388764
+ };
388765
+ }
388766
+
388767
+
388768
+ /**
388769
+ * Deserializes binary data (in protobuf wire format).
388770
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
388771
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.AmazonVpcPeeringConnection}
388772
+ */
388773
+ proto.com.lansweeper.discovery.cloud.api.v1.AmazonVpcPeeringConnection.deserializeBinary = function(bytes) {
388774
+ var reader = new jspb.BinaryReader(bytes);
388775
+ var msg = new proto.com.lansweeper.discovery.cloud.api.v1.AmazonVpcPeeringConnection;
388776
+ return proto.com.lansweeper.discovery.cloud.api.v1.AmazonVpcPeeringConnection.deserializeBinaryFromReader(msg, reader);
388777
+ };
388778
+
388779
+
388780
+ /**
388781
+ * Deserializes binary data (in protobuf wire format) from the
388782
+ * given reader into the given message object.
388783
+ * @param {!proto.com.lansweeper.discovery.cloud.api.v1.AmazonVpcPeeringConnection} msg The message object to deserialize into.
388784
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
388785
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.AmazonVpcPeeringConnection}
388786
+ */
388787
+ proto.com.lansweeper.discovery.cloud.api.v1.AmazonVpcPeeringConnection.deserializeBinaryFromReader = function(msg, reader) {
388788
+ while (reader.nextField()) {
388789
+ if (reader.isEndGroup()) {
388790
+ break;
388791
+ }
388792
+ var field = reader.getFieldNumber();
388793
+ switch (field) {
388794
+ default:
388795
+ reader.skipField();
388796
+ break;
388797
+ }
388798
+ }
388799
+ return msg;
388800
+ };
388801
+
388802
+
388803
+ /**
388804
+ * Serializes the message to binary data (in protobuf wire format).
388805
+ * @return {!Uint8Array}
388806
+ */
388807
+ proto.com.lansweeper.discovery.cloud.api.v1.AmazonVpcPeeringConnection.prototype.serializeBinary = function() {
388808
+ var writer = new jspb.BinaryWriter();
388809
+ proto.com.lansweeper.discovery.cloud.api.v1.AmazonVpcPeeringConnection.serializeBinaryToWriter(this, writer);
388810
+ return writer.getResultBuffer();
388811
+ };
388812
+
388813
+
388814
+ /**
388815
+ * Serializes the given message to binary data (in protobuf wire
388816
+ * format), writing to the given BinaryWriter.
388817
+ * @param {!proto.com.lansweeper.discovery.cloud.api.v1.AmazonVpcPeeringConnection} message
388818
+ * @param {!jspb.BinaryWriter} writer
388819
+ * @suppress {unusedLocalVariables} f is only used for nested messages
388820
+ */
388821
+ proto.com.lansweeper.discovery.cloud.api.v1.AmazonVpcPeeringConnection.serializeBinaryToWriter = function(message, writer) {
388822
+ var f = undefined;
388823
+ };
388824
+
388825
+
388826
+
388827
+
388828
+
388829
+ if (jspb.Message.GENERATE_TO_OBJECT) {
388830
+ /**
388831
+ * Creates an object representation of this proto.
388832
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
388833
+ * Optional fields that are not set will be set to undefined.
388834
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
388835
+ * For the list of reserved names please see:
388836
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
388837
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
388838
+ * JSPB instance for transitional soy proto support:
388839
+ * http://goto/soy-param-migration
388840
+ * @return {!Object}
388841
+ */
388842
+ proto.com.lansweeper.discovery.cloud.api.v1.GcpExternalIpAddress.prototype.toObject = function(opt_includeInstance) {
388843
+ return proto.com.lansweeper.discovery.cloud.api.v1.GcpExternalIpAddress.toObject(opt_includeInstance, this);
388844
+ };
388845
+
388846
+
388847
+ /**
388848
+ * Static version of the {@see toObject} method.
388849
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
388850
+ * the JSPB instance for transitional soy proto support:
388851
+ * http://goto/soy-param-migration
388852
+ * @param {!proto.com.lansweeper.discovery.cloud.api.v1.GcpExternalIpAddress} msg The msg instance to transform.
388853
+ * @return {!Object}
388854
+ * @suppress {unusedLocalVariables} f is only used for nested messages
388855
+ */
388856
+ proto.com.lansweeper.discovery.cloud.api.v1.GcpExternalIpAddress.toObject = function(includeInstance, msg) {
388857
+ var f, obj = {
388858
+
388859
+ };
388860
+
388861
+ if (includeInstance) {
388862
+ obj.$jspbMessageInstance = msg;
388863
+ }
388864
+ return obj;
388865
+ };
388866
+ }
388867
+
388868
+
388869
+ /**
388870
+ * Deserializes binary data (in protobuf wire format).
388871
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
388872
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GcpExternalIpAddress}
388873
+ */
388874
+ proto.com.lansweeper.discovery.cloud.api.v1.GcpExternalIpAddress.deserializeBinary = function(bytes) {
388875
+ var reader = new jspb.BinaryReader(bytes);
388876
+ var msg = new proto.com.lansweeper.discovery.cloud.api.v1.GcpExternalIpAddress;
388877
+ return proto.com.lansweeper.discovery.cloud.api.v1.GcpExternalIpAddress.deserializeBinaryFromReader(msg, reader);
388878
+ };
388879
+
388880
+
388881
+ /**
388882
+ * Deserializes binary data (in protobuf wire format) from the
388883
+ * given reader into the given message object.
388884
+ * @param {!proto.com.lansweeper.discovery.cloud.api.v1.GcpExternalIpAddress} msg The message object to deserialize into.
388885
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
388886
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GcpExternalIpAddress}
388887
+ */
388888
+ proto.com.lansweeper.discovery.cloud.api.v1.GcpExternalIpAddress.deserializeBinaryFromReader = function(msg, reader) {
388889
+ while (reader.nextField()) {
388890
+ if (reader.isEndGroup()) {
388891
+ break;
388892
+ }
388893
+ var field = reader.getFieldNumber();
388894
+ switch (field) {
388895
+ default:
388896
+ reader.skipField();
388897
+ break;
388898
+ }
388899
+ }
388900
+ return msg;
388901
+ };
388902
+
388903
+
388904
+ /**
388905
+ * Serializes the message to binary data (in protobuf wire format).
388906
+ * @return {!Uint8Array}
388907
+ */
388908
+ proto.com.lansweeper.discovery.cloud.api.v1.GcpExternalIpAddress.prototype.serializeBinary = function() {
388909
+ var writer = new jspb.BinaryWriter();
388910
+ proto.com.lansweeper.discovery.cloud.api.v1.GcpExternalIpAddress.serializeBinaryToWriter(this, writer);
388911
+ return writer.getResultBuffer();
388912
+ };
388913
+
388914
+
388915
+ /**
388916
+ * Serializes the given message to binary data (in protobuf wire
388917
+ * format), writing to the given BinaryWriter.
388918
+ * @param {!proto.com.lansweeper.discovery.cloud.api.v1.GcpExternalIpAddress} message
388919
+ * @param {!jspb.BinaryWriter} writer
388920
+ * @suppress {unusedLocalVariables} f is only used for nested messages
388921
+ */
388922
+ proto.com.lansweeper.discovery.cloud.api.v1.GcpExternalIpAddress.serializeBinaryToWriter = function(message, writer) {
388923
+ var f = undefined;
388924
+ };
388925
+
388926
+
388681
388927
  goog.object.extend(exports, proto.com.lansweeper.discovery.cloud.api.v1);