@lansweeper/discovery-cloud-proto 0.0.27 → 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.
|
@@ -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
|
|
|
@@ -45309,3 +45321,37 @@ export namespace AzurePrivateDnsZoneVirtualNetworkLink {
|
|
|
45309
45321
|
AutoRegistration?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
45310
45322
|
}
|
|
45311
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.
|
|
@@ -13686,7 +13730,9 @@ proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.prototype.toObject =
|
|
|
13686
13730
|
proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.toObject = function(includeInstance, msg) {
|
|
13687
13731
|
var f, obj = {
|
|
13688
13732
|
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)
|
|
13733
|
+
linkType: (f = msg.getLinkType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
13734
|
+
toPublicCloudAssetType: (f = msg.getToPublicCloudAssetType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
13735
|
+
toPublicCloudAssetName: (f = msg.getToPublicCloudAssetName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
|
|
13690
13736
|
};
|
|
13691
13737
|
|
|
13692
13738
|
if (includeInstance) {
|
|
@@ -13733,6 +13779,16 @@ proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.deserializeBinaryFro
|
|
|
13733
13779
|
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
13734
13780
|
msg.setLinkType(value);
|
|
13735
13781
|
break;
|
|
13782
|
+
case 3:
|
|
13783
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
13784
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
13785
|
+
msg.setToPublicCloudAssetType(value);
|
|
13786
|
+
break;
|
|
13787
|
+
case 4:
|
|
13788
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
13789
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
13790
|
+
msg.setToPublicCloudAssetName(value);
|
|
13791
|
+
break;
|
|
13736
13792
|
default:
|
|
13737
13793
|
reader.skipField();
|
|
13738
13794
|
break;
|
|
@@ -13778,6 +13834,22 @@ proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.serializeBinaryToWri
|
|
|
13778
13834
|
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
13779
13835
|
);
|
|
13780
13836
|
}
|
|
13837
|
+
f = message.getToPublicCloudAssetType();
|
|
13838
|
+
if (f != null) {
|
|
13839
|
+
writer.writeMessage(
|
|
13840
|
+
3,
|
|
13841
|
+
f,
|
|
13842
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
13843
|
+
);
|
|
13844
|
+
}
|
|
13845
|
+
f = message.getToPublicCloudAssetName();
|
|
13846
|
+
if (f != null) {
|
|
13847
|
+
writer.writeMessage(
|
|
13848
|
+
4,
|
|
13849
|
+
f,
|
|
13850
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
13851
|
+
);
|
|
13852
|
+
}
|
|
13781
13853
|
};
|
|
13782
13854
|
|
|
13783
13855
|
|
|
@@ -13855,6 +13927,80 @@ proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.prototype.hasLinkTyp
|
|
|
13855
13927
|
};
|
|
13856
13928
|
|
|
13857
13929
|
|
|
13930
|
+
/**
|
|
13931
|
+
* optional google.protobuf.StringValue to_public_cloud_asset_type = 3;
|
|
13932
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
13933
|
+
*/
|
|
13934
|
+
proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.prototype.getToPublicCloudAssetType = function() {
|
|
13935
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
13936
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
|
|
13937
|
+
};
|
|
13938
|
+
|
|
13939
|
+
|
|
13940
|
+
/**
|
|
13941
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
13942
|
+
* @return {!proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink} returns this
|
|
13943
|
+
*/
|
|
13944
|
+
proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.prototype.setToPublicCloudAssetType = function(value) {
|
|
13945
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
13946
|
+
};
|
|
13947
|
+
|
|
13948
|
+
|
|
13949
|
+
/**
|
|
13950
|
+
* Clears the message field making it undefined.
|
|
13951
|
+
* @return {!proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink} returns this
|
|
13952
|
+
*/
|
|
13953
|
+
proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.prototype.clearToPublicCloudAssetType = function() {
|
|
13954
|
+
return this.setToPublicCloudAssetType(undefined);
|
|
13955
|
+
};
|
|
13956
|
+
|
|
13957
|
+
|
|
13958
|
+
/**
|
|
13959
|
+
* Returns whether this field is set.
|
|
13960
|
+
* @return {boolean}
|
|
13961
|
+
*/
|
|
13962
|
+
proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.prototype.hasToPublicCloudAssetType = function() {
|
|
13963
|
+
return jspb.Message.getField(this, 3) != null;
|
|
13964
|
+
};
|
|
13965
|
+
|
|
13966
|
+
|
|
13967
|
+
/**
|
|
13968
|
+
* optional google.protobuf.StringValue to_public_cloud_asset_name = 4;
|
|
13969
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
13970
|
+
*/
|
|
13971
|
+
proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.prototype.getToPublicCloudAssetName = function() {
|
|
13972
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
13973
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
|
|
13974
|
+
};
|
|
13975
|
+
|
|
13976
|
+
|
|
13977
|
+
/**
|
|
13978
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
13979
|
+
* @return {!proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink} returns this
|
|
13980
|
+
*/
|
|
13981
|
+
proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.prototype.setToPublicCloudAssetName = function(value) {
|
|
13982
|
+
return jspb.Message.setWrapperField(this, 4, value);
|
|
13983
|
+
};
|
|
13984
|
+
|
|
13985
|
+
|
|
13986
|
+
/**
|
|
13987
|
+
* Clears the message field making it undefined.
|
|
13988
|
+
* @return {!proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink} returns this
|
|
13989
|
+
*/
|
|
13990
|
+
proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.prototype.clearToPublicCloudAssetName = function() {
|
|
13991
|
+
return this.setToPublicCloudAssetName(undefined);
|
|
13992
|
+
};
|
|
13993
|
+
|
|
13994
|
+
|
|
13995
|
+
/**
|
|
13996
|
+
* Returns whether this field is set.
|
|
13997
|
+
* @return {boolean}
|
|
13998
|
+
*/
|
|
13999
|
+
proto.com.lansweeper.discovery.cloud.api.v1.PublicCloudLink.prototype.hasToPublicCloudAssetName = function() {
|
|
14000
|
+
return jspb.Message.getField(this, 4) != null;
|
|
14001
|
+
};
|
|
14002
|
+
|
|
14003
|
+
|
|
13858
14004
|
|
|
13859
14005
|
|
|
13860
14006
|
|
|
@@ -388576,4 +388722,206 @@ proto.com.lansweeper.discovery.cloud.api.v1.AzurePrivateDnsZoneVirtualNetworkLin
|
|
|
388576
388722
|
};
|
|
388577
388723
|
|
|
388578
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
|
+
|
|
388579
388927
|
goog.object.extend(exports, proto.com.lansweeper.discovery.cloud.api.v1);
|