@lansweeper/discovery-cloud-proto 0.0.20 → 0.0.21

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.
@@ -853,16 +853,16 @@ if (goog.DEBUG && !COMPILED) {
853
853
  * @extends {jspb.Message}
854
854
  * @constructor
855
855
  */
856
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl = function(opt_data) {
856
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData = function(opt_data) {
857
857
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
858
858
  };
859
- goog.inherits(proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl, jspb.Message);
859
+ goog.inherits(proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData, jspb.Message);
860
860
  if (goog.DEBUG && !COMPILED) {
861
861
  /**
862
862
  * @public
863
863
  * @override
864
864
  */
865
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.displayName = 'proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl';
865
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.displayName = 'proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData';
866
866
  }
867
867
  /**
868
868
  * Generated by JsPbCodeGenerator.
@@ -874,16 +874,16 @@ if (goog.DEBUG && !COMPILED) {
874
874
  * @extends {jspb.Message}
875
875
  * @constructor
876
876
  */
877
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData = function(opt_data) {
877
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl = function(opt_data) {
878
878
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
879
879
  };
880
- goog.inherits(proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData, jspb.Message);
880
+ goog.inherits(proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl, jspb.Message);
881
881
  if (goog.DEBUG && !COMPILED) {
882
882
  /**
883
883
  * @public
884
884
  * @override
885
885
  */
886
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.displayName = 'proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData';
886
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.displayName = 'proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl';
887
887
  }
888
888
  /**
889
889
  * Generated by JsPbCodeGenerator.
@@ -18706,8 +18706,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
18706
18706
  * http://goto/soy-param-migration
18707
18707
  * @return {!Object}
18708
18708
  */
18709
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.toObject = function(opt_includeInstance) {
18710
- return proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.toObject(opt_includeInstance, this);
18709
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.toObject = function(opt_includeInstance) {
18710
+ return proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.toObject(opt_includeInstance, this);
18711
18711
  };
18712
18712
 
18713
18713
 
@@ -18716,16 +18716,14 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.toO
18716
18716
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
18717
18717
  * the JSPB instance for transitional soy proto support:
18718
18718
  * http://goto/soy-param-migration
18719
- * @param {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl} msg The msg instance to transform.
18719
+ * @param {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData} msg The msg instance to transform.
18720
18720
  * @return {!Object}
18721
18721
  * @suppress {unusedLocalVariables} f is only used for nested messages
18722
18722
  */
18723
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.toObject = function(includeInstance, msg) {
18723
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.toObject = function(includeInstance, msg) {
18724
18724
  var f, obj = {
18725
- email: (f = msg.getEmail()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
18726
- domain: (f = msg.getDomain()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
18727
- entity: (f = msg.getEntity()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
18728
- role: (f = msg.getRole()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
18725
+ mainPageSuffix: (f = msg.getMainPageSuffix()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
18726
+ notFoundPage: (f = msg.getNotFoundPage()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
18729
18727
  };
18730
18728
 
18731
18729
  if (includeInstance) {
@@ -18739,23 +18737,23 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.toObject = fu
18739
18737
  /**
18740
18738
  * Deserializes binary data (in protobuf wire format).
18741
18739
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
18742
- * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl}
18740
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData}
18743
18741
  */
18744
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.deserializeBinary = function(bytes) {
18742
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.deserializeBinary = function(bytes) {
18745
18743
  var reader = new jspb.BinaryReader(bytes);
18746
- var msg = new proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl;
18747
- return proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.deserializeBinaryFromReader(msg, reader);
18744
+ var msg = new proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData;
18745
+ return proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.deserializeBinaryFromReader(msg, reader);
18748
18746
  };
18749
18747
 
18750
18748
 
18751
18749
  /**
18752
18750
  * Deserializes binary data (in protobuf wire format) from the
18753
18751
  * given reader into the given message object.
18754
- * @param {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl} msg The message object to deserialize into.
18752
+ * @param {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData} msg The message object to deserialize into.
18755
18753
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
18756
- * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl}
18754
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData}
18757
18755
  */
18758
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.deserializeBinaryFromReader = function(msg, reader) {
18756
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.deserializeBinaryFromReader = function(msg, reader) {
18759
18757
  while (reader.nextField()) {
18760
18758
  if (reader.isEndGroup()) {
18761
18759
  break;
@@ -18765,22 +18763,12 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.deserializeBi
18765
18763
  case 1:
18766
18764
  var value = new google_protobuf_wrappers_pb.StringValue;
18767
18765
  reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
18768
- msg.setEmail(value);
18766
+ msg.setMainPageSuffix(value);
18769
18767
  break;
18770
18768
  case 2:
18771
18769
  var value = new google_protobuf_wrappers_pb.StringValue;
18772
18770
  reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
18773
- msg.setDomain(value);
18774
- break;
18775
- case 3:
18776
- var value = new google_protobuf_wrappers_pb.StringValue;
18777
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
18778
- msg.setEntity(value);
18779
- break;
18780
- case 4:
18781
- var value = new google_protobuf_wrappers_pb.StringValue;
18782
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
18783
- msg.setRole(value);
18771
+ msg.setNotFoundPage(value);
18784
18772
  break;
18785
18773
  default:
18786
18774
  reader.skipField();
@@ -18795,9 +18783,9 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.deserializeBi
18795
18783
  * Serializes the message to binary data (in protobuf wire format).
18796
18784
  * @return {!Uint8Array}
18797
18785
  */
18798
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.serializeBinary = function() {
18786
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.serializeBinary = function() {
18799
18787
  var writer = new jspb.BinaryWriter();
18800
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.serializeBinaryToWriter(this, writer);
18788
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.serializeBinaryToWriter(this, writer);
18801
18789
  return writer.getResultBuffer();
18802
18790
  };
18803
18791
 
@@ -18805,13 +18793,13 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.ser
18805
18793
  /**
18806
18794
  * Serializes the given message to binary data (in protobuf wire
18807
18795
  * format), writing to the given BinaryWriter.
18808
- * @param {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl} message
18796
+ * @param {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData} message
18809
18797
  * @param {!jspb.BinaryWriter} writer
18810
18798
  * @suppress {unusedLocalVariables} f is only used for nested messages
18811
18799
  */
18812
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.serializeBinaryToWriter = function(message, writer) {
18800
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.serializeBinaryToWriter = function(message, writer) {
18813
18801
  var f = undefined;
18814
- f = message.getEmail();
18802
+ f = message.getMainPageSuffix();
18815
18803
  if (f != null) {
18816
18804
  writer.writeMessage(
18817
18805
  1,
@@ -18819,7 +18807,7 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.serializeBina
18819
18807
  google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
18820
18808
  );
18821
18809
  }
18822
- f = message.getDomain();
18810
+ f = message.getNotFoundPage();
18823
18811
  if (f != null) {
18824
18812
  writer.writeMessage(
18825
18813
  2,
@@ -18827,30 +18815,14 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.serializeBina
18827
18815
  google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
18828
18816
  );
18829
18817
  }
18830
- f = message.getEntity();
18831
- if (f != null) {
18832
- writer.writeMessage(
18833
- 3,
18834
- f,
18835
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
18836
- );
18837
- }
18838
- f = message.getRole();
18839
- if (f != null) {
18840
- writer.writeMessage(
18841
- 4,
18842
- f,
18843
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
18844
- );
18845
- }
18846
18818
  };
18847
18819
 
18848
18820
 
18849
18821
  /**
18850
- * optional google.protobuf.StringValue _email = 1;
18822
+ * optional google.protobuf.StringValue _main_page_suffix = 1;
18851
18823
  * @return {?proto.google.protobuf.StringValue}
18852
18824
  */
18853
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.getEmail = function() {
18825
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.getMainPageSuffix = function() {
18854
18826
  return /** @type{?proto.google.protobuf.StringValue} */ (
18855
18827
  jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
18856
18828
  };
@@ -18858,19 +18830,19 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.get
18858
18830
 
18859
18831
  /**
18860
18832
  * @param {?proto.google.protobuf.StringValue|undefined} value
18861
- * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl} returns this
18833
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData} returns this
18862
18834
  */
18863
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.setEmail = function(value) {
18835
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.setMainPageSuffix = function(value) {
18864
18836
  return jspb.Message.setWrapperField(this, 1, value);
18865
18837
  };
18866
18838
 
18867
18839
 
18868
18840
  /**
18869
18841
  * Clears the message field making it undefined.
18870
- * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl} returns this
18842
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData} returns this
18871
18843
  */
18872
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.clearEmail = function() {
18873
- return this.setEmail(undefined);
18844
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.clearMainPageSuffix = function() {
18845
+ return this.setMainPageSuffix(undefined);
18874
18846
  };
18875
18847
 
18876
18848
 
@@ -18878,16 +18850,16 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.cle
18878
18850
  * Returns whether this field is set.
18879
18851
  * @return {boolean}
18880
18852
  */
18881
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.hasEmail = function() {
18853
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.hasMainPageSuffix = function() {
18882
18854
  return jspb.Message.getField(this, 1) != null;
18883
18855
  };
18884
18856
 
18885
18857
 
18886
18858
  /**
18887
- * optional google.protobuf.StringValue _domain = 2;
18859
+ * optional google.protobuf.StringValue _not_found_page = 2;
18888
18860
  * @return {?proto.google.protobuf.StringValue}
18889
18861
  */
18890
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.getDomain = function() {
18862
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.getNotFoundPage = function() {
18891
18863
  return /** @type{?proto.google.protobuf.StringValue} */ (
18892
18864
  jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
18893
18865
  };
@@ -18895,19 +18867,19 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.get
18895
18867
 
18896
18868
  /**
18897
18869
  * @param {?proto.google.protobuf.StringValue|undefined} value
18898
- * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl} returns this
18870
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData} returns this
18899
18871
  */
18900
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.setDomain = function(value) {
18872
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.setNotFoundPage = function(value) {
18901
18873
  return jspb.Message.setWrapperField(this, 2, value);
18902
18874
  };
18903
18875
 
18904
18876
 
18905
18877
  /**
18906
18878
  * Clears the message field making it undefined.
18907
- * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl} returns this
18879
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData} returns this
18908
18880
  */
18909
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.clearDomain = function() {
18910
- return this.setDomain(undefined);
18881
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.clearNotFoundPage = function() {
18882
+ return this.setNotFoundPage(undefined);
18911
18883
  };
18912
18884
 
18913
18885
 
@@ -18915,85 +18887,11 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.cle
18915
18887
  * Returns whether this field is set.
18916
18888
  * @return {boolean}
18917
18889
  */
18918
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.hasDomain = function() {
18890
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.hasNotFoundPage = function() {
18919
18891
  return jspb.Message.getField(this, 2) != null;
18920
18892
  };
18921
18893
 
18922
18894
 
18923
- /**
18924
- * optional google.protobuf.StringValue _entity = 3;
18925
- * @return {?proto.google.protobuf.StringValue}
18926
- */
18927
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.getEntity = function() {
18928
- return /** @type{?proto.google.protobuf.StringValue} */ (
18929
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
18930
- };
18931
-
18932
-
18933
- /**
18934
- * @param {?proto.google.protobuf.StringValue|undefined} value
18935
- * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl} returns this
18936
- */
18937
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.setEntity = function(value) {
18938
- return jspb.Message.setWrapperField(this, 3, value);
18939
- };
18940
-
18941
-
18942
- /**
18943
- * Clears the message field making it undefined.
18944
- * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl} returns this
18945
- */
18946
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.clearEntity = function() {
18947
- return this.setEntity(undefined);
18948
- };
18949
-
18950
-
18951
- /**
18952
- * Returns whether this field is set.
18953
- * @return {boolean}
18954
- */
18955
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.hasEntity = function() {
18956
- return jspb.Message.getField(this, 3) != null;
18957
- };
18958
-
18959
-
18960
- /**
18961
- * optional google.protobuf.StringValue _role = 4;
18962
- * @return {?proto.google.protobuf.StringValue}
18963
- */
18964
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.getRole = function() {
18965
- return /** @type{?proto.google.protobuf.StringValue} */ (
18966
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
18967
- };
18968
-
18969
-
18970
- /**
18971
- * @param {?proto.google.protobuf.StringValue|undefined} value
18972
- * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl} returns this
18973
- */
18974
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.setRole = function(value) {
18975
- return jspb.Message.setWrapperField(this, 4, value);
18976
- };
18977
-
18978
-
18979
- /**
18980
- * Clears the message field making it undefined.
18981
- * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl} returns this
18982
- */
18983
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.clearRole = function() {
18984
- return this.setRole(undefined);
18985
- };
18986
-
18987
-
18988
- /**
18989
- * Returns whether this field is set.
18990
- * @return {boolean}
18991
- */
18992
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.hasRole = function() {
18993
- return jspb.Message.getField(this, 4) != null;
18994
- };
18995
-
18996
-
18997
18895
 
18998
18896
 
18999
18897
 
@@ -19010,8 +18908,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
19010
18908
  * http://goto/soy-param-migration
19011
18909
  * @return {!Object}
19012
18910
  */
19013
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.toObject = function(opt_includeInstance) {
19014
- return proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.toObject(opt_includeInstance, this);
18911
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.toObject = function(opt_includeInstance) {
18912
+ return proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.toObject(opt_includeInstance, this);
19015
18913
  };
19016
18914
 
19017
18915
 
@@ -19020,14 +18918,16 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.toObj
19020
18918
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
19021
18919
  * the JSPB instance for transitional soy proto support:
19022
18920
  * http://goto/soy-param-migration
19023
- * @param {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData} msg The msg instance to transform.
18921
+ * @param {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl} msg The msg instance to transform.
19024
18922
  * @return {!Object}
19025
18923
  * @suppress {unusedLocalVariables} f is only used for nested messages
19026
18924
  */
19027
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.toObject = function(includeInstance, msg) {
18925
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.toObject = function(includeInstance, msg) {
19028
18926
  var f, obj = {
19029
- mainPageSuffix: (f = msg.getMainPageSuffix()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
19030
- notFoundPage: (f = msg.getNotFoundPage()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
18927
+ email: (f = msg.getEmail()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
18928
+ domain: (f = msg.getDomain()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
18929
+ entity: (f = msg.getEntity()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
18930
+ role: (f = msg.getRole()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
19031
18931
  };
19032
18932
 
19033
18933
  if (includeInstance) {
@@ -19041,23 +18941,23 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.toObject = func
19041
18941
  /**
19042
18942
  * Deserializes binary data (in protobuf wire format).
19043
18943
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
19044
- * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData}
18944
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl}
19045
18945
  */
19046
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.deserializeBinary = function(bytes) {
18946
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.deserializeBinary = function(bytes) {
19047
18947
  var reader = new jspb.BinaryReader(bytes);
19048
- var msg = new proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData;
19049
- return proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.deserializeBinaryFromReader(msg, reader);
18948
+ var msg = new proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl;
18949
+ return proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.deserializeBinaryFromReader(msg, reader);
19050
18950
  };
19051
18951
 
19052
18952
 
19053
18953
  /**
19054
18954
  * Deserializes binary data (in protobuf wire format) from the
19055
18955
  * given reader into the given message object.
19056
- * @param {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData} msg The message object to deserialize into.
18956
+ * @param {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl} msg The message object to deserialize into.
19057
18957
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
19058
- * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData}
18958
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl}
19059
18959
  */
19060
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.deserializeBinaryFromReader = function(msg, reader) {
18960
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.deserializeBinaryFromReader = function(msg, reader) {
19061
18961
  while (reader.nextField()) {
19062
18962
  if (reader.isEndGroup()) {
19063
18963
  break;
@@ -19067,12 +18967,22 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.deserializeBina
19067
18967
  case 1:
19068
18968
  var value = new google_protobuf_wrappers_pb.StringValue;
19069
18969
  reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
19070
- msg.setMainPageSuffix(value);
18970
+ msg.setEmail(value);
19071
18971
  break;
19072
18972
  case 2:
19073
18973
  var value = new google_protobuf_wrappers_pb.StringValue;
19074
18974
  reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
19075
- msg.setNotFoundPage(value);
18975
+ msg.setDomain(value);
18976
+ break;
18977
+ case 3:
18978
+ var value = new google_protobuf_wrappers_pb.StringValue;
18979
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
18980
+ msg.setEntity(value);
18981
+ break;
18982
+ case 4:
18983
+ var value = new google_protobuf_wrappers_pb.StringValue;
18984
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
18985
+ msg.setRole(value);
19076
18986
  break;
19077
18987
  default:
19078
18988
  reader.skipField();
@@ -19087,9 +18997,9 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.deserializeBina
19087
18997
  * Serializes the message to binary data (in protobuf wire format).
19088
18998
  * @return {!Uint8Array}
19089
18999
  */
19090
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.serializeBinary = function() {
19000
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.serializeBinary = function() {
19091
19001
  var writer = new jspb.BinaryWriter();
19092
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.serializeBinaryToWriter(this, writer);
19002
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.serializeBinaryToWriter(this, writer);
19093
19003
  return writer.getResultBuffer();
19094
19004
  };
19095
19005
 
@@ -19097,13 +19007,13 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.seria
19097
19007
  /**
19098
19008
  * Serializes the given message to binary data (in protobuf wire
19099
19009
  * format), writing to the given BinaryWriter.
19100
- * @param {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData} message
19010
+ * @param {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl} message
19101
19011
  * @param {!jspb.BinaryWriter} writer
19102
19012
  * @suppress {unusedLocalVariables} f is only used for nested messages
19103
19013
  */
19104
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.serializeBinaryToWriter = function(message, writer) {
19014
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.serializeBinaryToWriter = function(message, writer) {
19105
19015
  var f = undefined;
19106
- f = message.getMainPageSuffix();
19016
+ f = message.getEmail();
19107
19017
  if (f != null) {
19108
19018
  writer.writeMessage(
19109
19019
  1,
@@ -19111,7 +19021,7 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.serializeBinary
19111
19021
  google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
19112
19022
  );
19113
19023
  }
19114
- f = message.getNotFoundPage();
19024
+ f = message.getDomain();
19115
19025
  if (f != null) {
19116
19026
  writer.writeMessage(
19117
19027
  2,
@@ -19119,14 +19029,30 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.serializeBinary
19119
19029
  google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
19120
19030
  );
19121
19031
  }
19032
+ f = message.getEntity();
19033
+ if (f != null) {
19034
+ writer.writeMessage(
19035
+ 3,
19036
+ f,
19037
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
19038
+ );
19039
+ }
19040
+ f = message.getRole();
19041
+ if (f != null) {
19042
+ writer.writeMessage(
19043
+ 4,
19044
+ f,
19045
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
19046
+ );
19047
+ }
19122
19048
  };
19123
19049
 
19124
19050
 
19125
19051
  /**
19126
- * optional google.protobuf.StringValue _main_page_suffix = 1;
19052
+ * optional google.protobuf.StringValue _email = 1;
19127
19053
  * @return {?proto.google.protobuf.StringValue}
19128
19054
  */
19129
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.getMainPageSuffix = function() {
19055
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.getEmail = function() {
19130
19056
  return /** @type{?proto.google.protobuf.StringValue} */ (
19131
19057
  jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
19132
19058
  };
@@ -19134,19 +19060,19 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.getMa
19134
19060
 
19135
19061
  /**
19136
19062
  * @param {?proto.google.protobuf.StringValue|undefined} value
19137
- * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData} returns this
19063
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl} returns this
19138
19064
  */
19139
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.setMainPageSuffix = function(value) {
19065
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.setEmail = function(value) {
19140
19066
  return jspb.Message.setWrapperField(this, 1, value);
19141
19067
  };
19142
19068
 
19143
19069
 
19144
19070
  /**
19145
19071
  * Clears the message field making it undefined.
19146
- * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData} returns this
19072
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl} returns this
19147
19073
  */
19148
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.clearMainPageSuffix = function() {
19149
- return this.setMainPageSuffix(undefined);
19074
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.clearEmail = function() {
19075
+ return this.setEmail(undefined);
19150
19076
  };
19151
19077
 
19152
19078
 
@@ -19154,16 +19080,16 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.clear
19154
19080
  * Returns whether this field is set.
19155
19081
  * @return {boolean}
19156
19082
  */
19157
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.hasMainPageSuffix = function() {
19083
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.hasEmail = function() {
19158
19084
  return jspb.Message.getField(this, 1) != null;
19159
19085
  };
19160
19086
 
19161
19087
 
19162
19088
  /**
19163
- * optional google.protobuf.StringValue _not_found_page = 2;
19089
+ * optional google.protobuf.StringValue _domain = 2;
19164
19090
  * @return {?proto.google.protobuf.StringValue}
19165
19091
  */
19166
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.getNotFoundPage = function() {
19092
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.getDomain = function() {
19167
19093
  return /** @type{?proto.google.protobuf.StringValue} */ (
19168
19094
  jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
19169
19095
  };
@@ -19171,19 +19097,19 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.getNo
19171
19097
 
19172
19098
  /**
19173
19099
  * @param {?proto.google.protobuf.StringValue|undefined} value
19174
- * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData} returns this
19100
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl} returns this
19175
19101
  */
19176
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.setNotFoundPage = function(value) {
19102
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.setDomain = function(value) {
19177
19103
  return jspb.Message.setWrapperField(this, 2, value);
19178
19104
  };
19179
19105
 
19180
19106
 
19181
19107
  /**
19182
19108
  * Clears the message field making it undefined.
19183
- * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData} returns this
19109
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl} returns this
19184
19110
  */
19185
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.clearNotFoundPage = function() {
19186
- return this.setNotFoundPage(undefined);
19111
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.clearDomain = function() {
19112
+ return this.setDomain(undefined);
19187
19113
  };
19188
19114
 
19189
19115
 
@@ -19191,11 +19117,85 @@ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.clear
19191
19117
  * Returns whether this field is set.
19192
19118
  * @return {boolean}
19193
19119
  */
19194
- proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketWebsiteData.prototype.hasNotFoundPage = function() {
19120
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.hasDomain = function() {
19195
19121
  return jspb.Message.getField(this, 2) != null;
19196
19122
  };
19197
19123
 
19198
19124
 
19125
+ /**
19126
+ * optional google.protobuf.StringValue _entity = 3;
19127
+ * @return {?proto.google.protobuf.StringValue}
19128
+ */
19129
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.getEntity = function() {
19130
+ return /** @type{?proto.google.protobuf.StringValue} */ (
19131
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
19132
+ };
19133
+
19134
+
19135
+ /**
19136
+ * @param {?proto.google.protobuf.StringValue|undefined} value
19137
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl} returns this
19138
+ */
19139
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.setEntity = function(value) {
19140
+ return jspb.Message.setWrapperField(this, 3, value);
19141
+ };
19142
+
19143
+
19144
+ /**
19145
+ * Clears the message field making it undefined.
19146
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl} returns this
19147
+ */
19148
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.clearEntity = function() {
19149
+ return this.setEntity(undefined);
19150
+ };
19151
+
19152
+
19153
+ /**
19154
+ * Returns whether this field is set.
19155
+ * @return {boolean}
19156
+ */
19157
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.hasEntity = function() {
19158
+ return jspb.Message.getField(this, 3) != null;
19159
+ };
19160
+
19161
+
19162
+ /**
19163
+ * optional google.protobuf.StringValue _role = 4;
19164
+ * @return {?proto.google.protobuf.StringValue}
19165
+ */
19166
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.getRole = function() {
19167
+ return /** @type{?proto.google.protobuf.StringValue} */ (
19168
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
19169
+ };
19170
+
19171
+
19172
+ /**
19173
+ * @param {?proto.google.protobuf.StringValue|undefined} value
19174
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl} returns this
19175
+ */
19176
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.setRole = function(value) {
19177
+ return jspb.Message.setWrapperField(this, 4, value);
19178
+ };
19179
+
19180
+
19181
+ /**
19182
+ * Clears the message field making it undefined.
19183
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl} returns this
19184
+ */
19185
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.clearRole = function() {
19186
+ return this.setRole(undefined);
19187
+ };
19188
+
19189
+
19190
+ /**
19191
+ * Returns whether this field is set.
19192
+ * @return {boolean}
19193
+ */
19194
+ proto.com.lansweeper.discovery.cloud.api.v1.GCPBucketAccessControl.prototype.hasRole = function() {
19195
+ return jspb.Message.getField(this, 4) != null;
19196
+ };
19197
+
19198
+
19199
19199
 
19200
19200
 
19201
19201
 
@@ -100523,7 +100523,8 @@ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftCompute.toObject = fun
100523
100523
  proto.com.lansweeper.discovery.cloud.api.v1.CDKRule.toObject, includeInstance),
100524
100524
  resourcesBillingList: jspb.Message.toObjectList(msg.getResourcesBillingList(),
100525
100525
  proto.com.lansweeper.discovery.cloud.api.v1.ResourceBilling.toObject, includeInstance),
100526
- aDKPrice: (f = msg.getADKPrice()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
100526
+ aDKPrice: (f = msg.getADKPrice()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
100527
+ architecture: (f = msg.getArchitecture()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
100527
100528
  };
100528
100529
 
100529
100530
  if (includeInstance) {
@@ -100790,6 +100791,11 @@ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftCompute.deserializeBin
100790
100791
  reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
100791
100792
  msg.setADKPrice(value);
100792
100793
  break;
100794
+ case 47:
100795
+ var value = new google_protobuf_wrappers_pb.StringValue;
100796
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
100797
+ msg.setArchitecture(value);
100798
+ break;
100793
100799
  default:
100794
100800
  reader.skipField();
100795
100801
  break;
@@ -101187,6 +101193,14 @@ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftCompute.serializeBinar
101187
101193
  google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
101188
101194
  );
101189
101195
  }
101196
+ f = message.getArchitecture();
101197
+ if (f != null) {
101198
+ writer.writeMessage(
101199
+ 47,
101200
+ f,
101201
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
101202
+ );
101203
+ }
101190
101204
  };
101191
101205
 
101192
101206
 
@@ -102907,6 +102921,43 @@ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftCompute.prototype.hasA
102907
102921
  };
102908
102922
 
102909
102923
 
102924
+ /**
102925
+ * optional google.protobuf.StringValue _architecture = 47;
102926
+ * @return {?proto.google.protobuf.StringValue}
102927
+ */
102928
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftCompute.prototype.getArchitecture = function() {
102929
+ return /** @type{?proto.google.protobuf.StringValue} */ (
102930
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 47));
102931
+ };
102932
+
102933
+
102934
+ /**
102935
+ * @param {?proto.google.protobuf.StringValue|undefined} value
102936
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftCompute} returns this
102937
+ */
102938
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftCompute.prototype.setArchitecture = function(value) {
102939
+ return jspb.Message.setWrapperField(this, 47, value);
102940
+ };
102941
+
102942
+
102943
+ /**
102944
+ * Clears the message field making it undefined.
102945
+ * @return {!proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftCompute} returns this
102946
+ */
102947
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftCompute.prototype.clearArchitecture = function() {
102948
+ return this.setArchitecture(undefined);
102949
+ };
102950
+
102951
+
102952
+ /**
102953
+ * Returns whether this field is set.
102954
+ * @return {boolean}
102955
+ */
102956
+ proto.com.lansweeper.discovery.cloud.api.v1.AzureMicrosoftCompute.prototype.hasArchitecture = function() {
102957
+ return jspb.Message.getField(this, 47) != null;
102958
+ };
102959
+
102960
+
102910
102961
 
102911
102962
  /**
102912
102963
  * List of repeated fields within this message type.