@lansweeper/data-platform-outbound-grpc 0.9.1 → 0.10.0

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.
Files changed (27) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +12 -0
  4. package/gen-proto/outbound_pb.js +97 -1
  5. package/generated-go/outbound.pb.go +11624 -11600
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +2 -0
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  14. package/model/target/classes/outbound.proto +2 -0
  15. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFields.java +386 -0
  16. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.java +58 -0
  17. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +3781 -3779
  18. package/model/target/maven-archiver/pom.properties +2 -2
  19. package/model/target/{outbound-model-0.9.0-sources.jar → outbound-model-0.9.1-sources.jar} +0 -0
  20. package/model/target/{outbound-model-0.9.0.jar → outbound-model-0.9.1.jar} +0 -0
  21. package/package.json +2 -2
  22. package/pom.xml +1 -1
  23. package/proto/outbound.proto +2 -0
  24. package/service/pom.xml +1 -1
  25. package/service/target/maven-archiver/pom.properties +2 -2
  26. package/service/target/{outbound-service-0.9.0-sources.jar → outbound-service-0.9.1-sources.jar} +0 -0
  27. package/service/target/{outbound-service-0.9.0.jar → outbound-service-0.9.1.jar} +0 -0
package/java.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.9.0",
2
+ "version": "0.9.1",
3
3
  "package": "com.lansweeper.dp.outbound.v1",
4
4
  "name": "outbound",
5
5
  "service": true
package/model/pom.xml CHANGED
@@ -6,7 +6,7 @@
6
6
  <parent>
7
7
  <groupId>com.lansweeper.dp.outbound.v1</groupId>
8
8
  <artifactId>parent</artifactId>
9
- <version>0.9.0</version>
9
+ <version>0.9.1</version>
10
10
  </parent>
11
11
 
12
12
  <artifactId>outbound-model</artifactId>
@@ -360,6 +360,8 @@ message LegacyFields {
360
360
 
361
361
  optional AssetCustom custom = 15; // custom fields from the asset.custom section
362
362
  repeated AssetGroupLink group_link = 16; // asset group link from the asset.group_link section
363
+ optional string ip_location_key = 17; // ip location config key. Reference the IP Location collection in mongoDB, and it's currently not store in vNEXT model.
364
+ optional string ip_location_id = 18; // ip location config ID. Reference the IP Location id in the onprem, if existing.
363
365
  }
364
366
 
365
367
  message AssetCustom {
@@ -360,6 +360,8 @@ message LegacyFields {
360
360
 
361
361
  optional AssetCustom custom = 15; // custom fields from the asset.custom section
362
362
  repeated AssetGroupLink group_link = 16; // asset group link from the asset.group_link section
363
+ optional string ip_location_key = 17; // ip location config key. Reference the IP Location collection in mongoDB, and it's currently not store in vNEXT model.
364
+ optional string ip_location_id = 18; // ip location config ID. Reference the IP Location id in the onprem, if existing.
363
365
  }
364
366
 
365
367
  message AssetCustom {
@@ -24,6 +24,8 @@ private static final long serialVersionUID = 0L;
24
24
  }
25
25
  private LegacyFields() {
26
26
  groupLink_ = java.util.Collections.emptyList();
27
+ ipLocationKey_ = "";
28
+ ipLocationId_ = "";
27
29
  }
28
30
 
29
31
  @java.lang.Override
@@ -510,6 +512,124 @@ private static final long serialVersionUID = 0L;
510
512
  return groupLink_.get(index);
511
513
  }
512
514
 
515
+ public static final int IP_LOCATION_KEY_FIELD_NUMBER = 17;
516
+ @SuppressWarnings("serial")
517
+ private volatile java.lang.Object ipLocationKey_ = "";
518
+ /**
519
+ * <pre>
520
+ * ip location config key. Reference the IP Location collection in mongoDB, and it's currently not store in vNEXT model.
521
+ * </pre>
522
+ *
523
+ * <code>optional string ip_location_key = 17;</code>
524
+ * @return Whether the ipLocationKey field is set.
525
+ */
526
+ @java.lang.Override
527
+ public boolean hasIpLocationKey() {
528
+ return ((bitField0_ & 0x00008000) != 0);
529
+ }
530
+ /**
531
+ * <pre>
532
+ * ip location config key. Reference the IP Location collection in mongoDB, and it's currently not store in vNEXT model.
533
+ * </pre>
534
+ *
535
+ * <code>optional string ip_location_key = 17;</code>
536
+ * @return The ipLocationKey.
537
+ */
538
+ @java.lang.Override
539
+ public java.lang.String getIpLocationKey() {
540
+ java.lang.Object ref = ipLocationKey_;
541
+ if (ref instanceof java.lang.String) {
542
+ return (java.lang.String) ref;
543
+ } else {
544
+ com.google.protobuf.ByteString bs =
545
+ (com.google.protobuf.ByteString) ref;
546
+ java.lang.String s = bs.toStringUtf8();
547
+ ipLocationKey_ = s;
548
+ return s;
549
+ }
550
+ }
551
+ /**
552
+ * <pre>
553
+ * ip location config key. Reference the IP Location collection in mongoDB, and it's currently not store in vNEXT model.
554
+ * </pre>
555
+ *
556
+ * <code>optional string ip_location_key = 17;</code>
557
+ * @return The bytes for ipLocationKey.
558
+ */
559
+ @java.lang.Override
560
+ public com.google.protobuf.ByteString
561
+ getIpLocationKeyBytes() {
562
+ java.lang.Object ref = ipLocationKey_;
563
+ if (ref instanceof java.lang.String) {
564
+ com.google.protobuf.ByteString b =
565
+ com.google.protobuf.ByteString.copyFromUtf8(
566
+ (java.lang.String) ref);
567
+ ipLocationKey_ = b;
568
+ return b;
569
+ } else {
570
+ return (com.google.protobuf.ByteString) ref;
571
+ }
572
+ }
573
+
574
+ public static final int IP_LOCATION_ID_FIELD_NUMBER = 18;
575
+ @SuppressWarnings("serial")
576
+ private volatile java.lang.Object ipLocationId_ = "";
577
+ /**
578
+ * <pre>
579
+ * ip location config ID. Reference the IP Location id in the onprem, if existing.
580
+ * </pre>
581
+ *
582
+ * <code>optional string ip_location_id = 18;</code>
583
+ * @return Whether the ipLocationId field is set.
584
+ */
585
+ @java.lang.Override
586
+ public boolean hasIpLocationId() {
587
+ return ((bitField0_ & 0x00010000) != 0);
588
+ }
589
+ /**
590
+ * <pre>
591
+ * ip location config ID. Reference the IP Location id in the onprem, if existing.
592
+ * </pre>
593
+ *
594
+ * <code>optional string ip_location_id = 18;</code>
595
+ * @return The ipLocationId.
596
+ */
597
+ @java.lang.Override
598
+ public java.lang.String getIpLocationId() {
599
+ java.lang.Object ref = ipLocationId_;
600
+ if (ref instanceof java.lang.String) {
601
+ return (java.lang.String) ref;
602
+ } else {
603
+ com.google.protobuf.ByteString bs =
604
+ (com.google.protobuf.ByteString) ref;
605
+ java.lang.String s = bs.toStringUtf8();
606
+ ipLocationId_ = s;
607
+ return s;
608
+ }
609
+ }
610
+ /**
611
+ * <pre>
612
+ * ip location config ID. Reference the IP Location id in the onprem, if existing.
613
+ * </pre>
614
+ *
615
+ * <code>optional string ip_location_id = 18;</code>
616
+ * @return The bytes for ipLocationId.
617
+ */
618
+ @java.lang.Override
619
+ public com.google.protobuf.ByteString
620
+ getIpLocationIdBytes() {
621
+ java.lang.Object ref = ipLocationId_;
622
+ if (ref instanceof java.lang.String) {
623
+ com.google.protobuf.ByteString b =
624
+ com.google.protobuf.ByteString.copyFromUtf8(
625
+ (java.lang.String) ref);
626
+ ipLocationId_ = b;
627
+ return b;
628
+ } else {
629
+ return (com.google.protobuf.ByteString) ref;
630
+ }
631
+ }
632
+
513
633
  private byte memoizedIsInitialized = -1;
514
634
  @java.lang.Override
515
635
  public final boolean isInitialized() {
@@ -572,6 +692,12 @@ private static final long serialVersionUID = 0L;
572
692
  for (int i = 0; i < groupLink_.size(); i++) {
573
693
  output.writeMessage(16, groupLink_.get(i));
574
694
  }
695
+ if (((bitField0_ & 0x00008000) != 0)) {
696
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 17, ipLocationKey_);
697
+ }
698
+ if (((bitField0_ & 0x00010000) != 0)) {
699
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 18, ipLocationId_);
700
+ }
575
701
  getUnknownFields().writeTo(output);
576
702
  }
577
703
 
@@ -645,6 +771,12 @@ private static final long serialVersionUID = 0L;
645
771
  size += com.google.protobuf.CodedOutputStream
646
772
  .computeMessageSize(16, groupLink_.get(i));
647
773
  }
774
+ if (((bitField0_ & 0x00008000) != 0)) {
775
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(17, ipLocationKey_);
776
+ }
777
+ if (((bitField0_ & 0x00010000) != 0)) {
778
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(18, ipLocationId_);
779
+ }
648
780
  size += getUnknownFields().getSerializedSize();
649
781
  memoizedSize = size;
650
782
  return size;
@@ -737,6 +869,16 @@ private static final long serialVersionUID = 0L;
737
869
  }
738
870
  if (!getGroupLinkList()
739
871
  .equals(other.getGroupLinkList())) return false;
872
+ if (hasIpLocationKey() != other.hasIpLocationKey()) return false;
873
+ if (hasIpLocationKey()) {
874
+ if (!getIpLocationKey()
875
+ .equals(other.getIpLocationKey())) return false;
876
+ }
877
+ if (hasIpLocationId() != other.hasIpLocationId()) return false;
878
+ if (hasIpLocationId()) {
879
+ if (!getIpLocationId()
880
+ .equals(other.getIpLocationId())) return false;
881
+ }
740
882
  if (!getUnknownFields().equals(other.getUnknownFields())) return false;
741
883
  return true;
742
884
  }
@@ -812,6 +954,14 @@ private static final long serialVersionUID = 0L;
812
954
  hash = (37 * hash) + GROUP_LINK_FIELD_NUMBER;
813
955
  hash = (53 * hash) + getGroupLinkList().hashCode();
814
956
  }
957
+ if (hasIpLocationKey()) {
958
+ hash = (37 * hash) + IP_LOCATION_KEY_FIELD_NUMBER;
959
+ hash = (53 * hash) + getIpLocationKey().hashCode();
960
+ }
961
+ if (hasIpLocationId()) {
962
+ hash = (37 * hash) + IP_LOCATION_ID_FIELD_NUMBER;
963
+ hash = (53 * hash) + getIpLocationId().hashCode();
964
+ }
815
965
  hash = (29 * hash) + getUnknownFields().hashCode();
816
966
  memoizedHashCode = hash;
817
967
  return hash;
@@ -1052,6 +1202,8 @@ private static final long serialVersionUID = 0L;
1052
1202
  groupLinkBuilder_.clear();
1053
1203
  }
1054
1204
  bitField0_ = (bitField0_ & ~0x00008000);
1205
+ ipLocationKey_ = "";
1206
+ ipLocationId_ = "";
1055
1207
  return this;
1056
1208
  }
1057
1209
 
@@ -1189,6 +1341,14 @@ private static final long serialVersionUID = 0L;
1189
1341
  : customBuilder_.build();
1190
1342
  to_bitField0_ |= 0x00004000;
1191
1343
  }
1344
+ if (((from_bitField0_ & 0x00010000) != 0)) {
1345
+ result.ipLocationKey_ = ipLocationKey_;
1346
+ to_bitField0_ |= 0x00008000;
1347
+ }
1348
+ if (((from_bitField0_ & 0x00020000) != 0)) {
1349
+ result.ipLocationId_ = ipLocationId_;
1350
+ to_bitField0_ |= 0x00010000;
1351
+ }
1192
1352
  result.bitField0_ |= to_bitField0_;
1193
1353
  }
1194
1354
 
@@ -1307,6 +1467,16 @@ private static final long serialVersionUID = 0L;
1307
1467
  }
1308
1468
  }
1309
1469
  }
1470
+ if (other.hasIpLocationKey()) {
1471
+ ipLocationKey_ = other.ipLocationKey_;
1472
+ bitField0_ |= 0x00010000;
1473
+ onChanged();
1474
+ }
1475
+ if (other.hasIpLocationId()) {
1476
+ ipLocationId_ = other.ipLocationId_;
1477
+ bitField0_ |= 0x00020000;
1478
+ onChanged();
1479
+ }
1310
1480
  this.mergeUnknownFields(other.getUnknownFields());
1311
1481
  onChanged();
1312
1482
  return this;
@@ -1451,6 +1621,16 @@ private static final long serialVersionUID = 0L;
1451
1621
  }
1452
1622
  break;
1453
1623
  } // case 130
1624
+ case 138: {
1625
+ ipLocationKey_ = input.readStringRequireUtf8();
1626
+ bitField0_ |= 0x00010000;
1627
+ break;
1628
+ } // case 138
1629
+ case 146: {
1630
+ ipLocationId_ = input.readStringRequireUtf8();
1631
+ bitField0_ |= 0x00020000;
1632
+ break;
1633
+ } // case 146
1454
1634
  default: {
1455
1635
  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
1456
1636
  done = true; // was an endgroup tag
@@ -3630,6 +3810,212 @@ private static final long serialVersionUID = 0L;
3630
3810
  }
3631
3811
  return groupLinkBuilder_;
3632
3812
  }
3813
+
3814
+ private java.lang.Object ipLocationKey_ = "";
3815
+ /**
3816
+ * <pre>
3817
+ * ip location config key. Reference the IP Location collection in mongoDB, and it's currently not store in vNEXT model.
3818
+ * </pre>
3819
+ *
3820
+ * <code>optional string ip_location_key = 17;</code>
3821
+ * @return Whether the ipLocationKey field is set.
3822
+ */
3823
+ public boolean hasIpLocationKey() {
3824
+ return ((bitField0_ & 0x00010000) != 0);
3825
+ }
3826
+ /**
3827
+ * <pre>
3828
+ * ip location config key. Reference the IP Location collection in mongoDB, and it's currently not store in vNEXT model.
3829
+ * </pre>
3830
+ *
3831
+ * <code>optional string ip_location_key = 17;</code>
3832
+ * @return The ipLocationKey.
3833
+ */
3834
+ public java.lang.String getIpLocationKey() {
3835
+ java.lang.Object ref = ipLocationKey_;
3836
+ if (!(ref instanceof java.lang.String)) {
3837
+ com.google.protobuf.ByteString bs =
3838
+ (com.google.protobuf.ByteString) ref;
3839
+ java.lang.String s = bs.toStringUtf8();
3840
+ ipLocationKey_ = s;
3841
+ return s;
3842
+ } else {
3843
+ return (java.lang.String) ref;
3844
+ }
3845
+ }
3846
+ /**
3847
+ * <pre>
3848
+ * ip location config key. Reference the IP Location collection in mongoDB, and it's currently not store in vNEXT model.
3849
+ * </pre>
3850
+ *
3851
+ * <code>optional string ip_location_key = 17;</code>
3852
+ * @return The bytes for ipLocationKey.
3853
+ */
3854
+ public com.google.protobuf.ByteString
3855
+ getIpLocationKeyBytes() {
3856
+ java.lang.Object ref = ipLocationKey_;
3857
+ if (ref instanceof String) {
3858
+ com.google.protobuf.ByteString b =
3859
+ com.google.protobuf.ByteString.copyFromUtf8(
3860
+ (java.lang.String) ref);
3861
+ ipLocationKey_ = b;
3862
+ return b;
3863
+ } else {
3864
+ return (com.google.protobuf.ByteString) ref;
3865
+ }
3866
+ }
3867
+ /**
3868
+ * <pre>
3869
+ * ip location config key. Reference the IP Location collection in mongoDB, and it's currently not store in vNEXT model.
3870
+ * </pre>
3871
+ *
3872
+ * <code>optional string ip_location_key = 17;</code>
3873
+ * @param value The ipLocationKey to set.
3874
+ * @return This builder for chaining.
3875
+ */
3876
+ public Builder setIpLocationKey(
3877
+ java.lang.String value) {
3878
+ if (value == null) { throw new NullPointerException(); }
3879
+ ipLocationKey_ = value;
3880
+ bitField0_ |= 0x00010000;
3881
+ onChanged();
3882
+ return this;
3883
+ }
3884
+ /**
3885
+ * <pre>
3886
+ * ip location config key. Reference the IP Location collection in mongoDB, and it's currently not store in vNEXT model.
3887
+ * </pre>
3888
+ *
3889
+ * <code>optional string ip_location_key = 17;</code>
3890
+ * @return This builder for chaining.
3891
+ */
3892
+ public Builder clearIpLocationKey() {
3893
+ ipLocationKey_ = getDefaultInstance().getIpLocationKey();
3894
+ bitField0_ = (bitField0_ & ~0x00010000);
3895
+ onChanged();
3896
+ return this;
3897
+ }
3898
+ /**
3899
+ * <pre>
3900
+ * ip location config key. Reference the IP Location collection in mongoDB, and it's currently not store in vNEXT model.
3901
+ * </pre>
3902
+ *
3903
+ * <code>optional string ip_location_key = 17;</code>
3904
+ * @param value The bytes for ipLocationKey to set.
3905
+ * @return This builder for chaining.
3906
+ */
3907
+ public Builder setIpLocationKeyBytes(
3908
+ com.google.protobuf.ByteString value) {
3909
+ if (value == null) { throw new NullPointerException(); }
3910
+ checkByteStringIsUtf8(value);
3911
+ ipLocationKey_ = value;
3912
+ bitField0_ |= 0x00010000;
3913
+ onChanged();
3914
+ return this;
3915
+ }
3916
+
3917
+ private java.lang.Object ipLocationId_ = "";
3918
+ /**
3919
+ * <pre>
3920
+ * ip location config ID. Reference the IP Location id in the onprem, if existing.
3921
+ * </pre>
3922
+ *
3923
+ * <code>optional string ip_location_id = 18;</code>
3924
+ * @return Whether the ipLocationId field is set.
3925
+ */
3926
+ public boolean hasIpLocationId() {
3927
+ return ((bitField0_ & 0x00020000) != 0);
3928
+ }
3929
+ /**
3930
+ * <pre>
3931
+ * ip location config ID. Reference the IP Location id in the onprem, if existing.
3932
+ * </pre>
3933
+ *
3934
+ * <code>optional string ip_location_id = 18;</code>
3935
+ * @return The ipLocationId.
3936
+ */
3937
+ public java.lang.String getIpLocationId() {
3938
+ java.lang.Object ref = ipLocationId_;
3939
+ if (!(ref instanceof java.lang.String)) {
3940
+ com.google.protobuf.ByteString bs =
3941
+ (com.google.protobuf.ByteString) ref;
3942
+ java.lang.String s = bs.toStringUtf8();
3943
+ ipLocationId_ = s;
3944
+ return s;
3945
+ } else {
3946
+ return (java.lang.String) ref;
3947
+ }
3948
+ }
3949
+ /**
3950
+ * <pre>
3951
+ * ip location config ID. Reference the IP Location id in the onprem, if existing.
3952
+ * </pre>
3953
+ *
3954
+ * <code>optional string ip_location_id = 18;</code>
3955
+ * @return The bytes for ipLocationId.
3956
+ */
3957
+ public com.google.protobuf.ByteString
3958
+ getIpLocationIdBytes() {
3959
+ java.lang.Object ref = ipLocationId_;
3960
+ if (ref instanceof String) {
3961
+ com.google.protobuf.ByteString b =
3962
+ com.google.protobuf.ByteString.copyFromUtf8(
3963
+ (java.lang.String) ref);
3964
+ ipLocationId_ = b;
3965
+ return b;
3966
+ } else {
3967
+ return (com.google.protobuf.ByteString) ref;
3968
+ }
3969
+ }
3970
+ /**
3971
+ * <pre>
3972
+ * ip location config ID. Reference the IP Location id in the onprem, if existing.
3973
+ * </pre>
3974
+ *
3975
+ * <code>optional string ip_location_id = 18;</code>
3976
+ * @param value The ipLocationId to set.
3977
+ * @return This builder for chaining.
3978
+ */
3979
+ public Builder setIpLocationId(
3980
+ java.lang.String value) {
3981
+ if (value == null) { throw new NullPointerException(); }
3982
+ ipLocationId_ = value;
3983
+ bitField0_ |= 0x00020000;
3984
+ onChanged();
3985
+ return this;
3986
+ }
3987
+ /**
3988
+ * <pre>
3989
+ * ip location config ID. Reference the IP Location id in the onprem, if existing.
3990
+ * </pre>
3991
+ *
3992
+ * <code>optional string ip_location_id = 18;</code>
3993
+ * @return This builder for chaining.
3994
+ */
3995
+ public Builder clearIpLocationId() {
3996
+ ipLocationId_ = getDefaultInstance().getIpLocationId();
3997
+ bitField0_ = (bitField0_ & ~0x00020000);
3998
+ onChanged();
3999
+ return this;
4000
+ }
4001
+ /**
4002
+ * <pre>
4003
+ * ip location config ID. Reference the IP Location id in the onprem, if existing.
4004
+ * </pre>
4005
+ *
4006
+ * <code>optional string ip_location_id = 18;</code>
4007
+ * @param value The bytes for ipLocationId to set.
4008
+ * @return This builder for chaining.
4009
+ */
4010
+ public Builder setIpLocationIdBytes(
4011
+ com.google.protobuf.ByteString value) {
4012
+ if (value == null) { throw new NullPointerException(); }
4013
+ checkByteStringIsUtf8(value);
4014
+ ipLocationId_ = value;
4015
+ bitField0_ |= 0x00020000;
4016
+ onChanged();
4017
+ return this;
4018
+ }
3633
4019
  @java.lang.Override
3634
4020
  public final Builder setUnknownFields(
3635
4021
  final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -288,4 +288,62 @@ public interface LegacyFieldsOrBuilder extends
288
288
  */
289
289
  com.lansweeper.dp.outbound.v1.AssetGroupLinkOrBuilder getGroupLinkOrBuilder(
290
290
  int index);
291
+
292
+ /**
293
+ * <pre>
294
+ * ip location config key. Reference the IP Location collection in mongoDB, and it's currently not store in vNEXT model.
295
+ * </pre>
296
+ *
297
+ * <code>optional string ip_location_key = 17;</code>
298
+ * @return Whether the ipLocationKey field is set.
299
+ */
300
+ boolean hasIpLocationKey();
301
+ /**
302
+ * <pre>
303
+ * ip location config key. Reference the IP Location collection in mongoDB, and it's currently not store in vNEXT model.
304
+ * </pre>
305
+ *
306
+ * <code>optional string ip_location_key = 17;</code>
307
+ * @return The ipLocationKey.
308
+ */
309
+ java.lang.String getIpLocationKey();
310
+ /**
311
+ * <pre>
312
+ * ip location config key. Reference the IP Location collection in mongoDB, and it's currently not store in vNEXT model.
313
+ * </pre>
314
+ *
315
+ * <code>optional string ip_location_key = 17;</code>
316
+ * @return The bytes for ipLocationKey.
317
+ */
318
+ com.google.protobuf.ByteString
319
+ getIpLocationKeyBytes();
320
+
321
+ /**
322
+ * <pre>
323
+ * ip location config ID. Reference the IP Location id in the onprem, if existing.
324
+ * </pre>
325
+ *
326
+ * <code>optional string ip_location_id = 18;</code>
327
+ * @return Whether the ipLocationId field is set.
328
+ */
329
+ boolean hasIpLocationId();
330
+ /**
331
+ * <pre>
332
+ * ip location config ID. Reference the IP Location id in the onprem, if existing.
333
+ * </pre>
334
+ *
335
+ * <code>optional string ip_location_id = 18;</code>
336
+ * @return The ipLocationId.
337
+ */
338
+ java.lang.String getIpLocationId();
339
+ /**
340
+ * <pre>
341
+ * ip location config ID. Reference the IP Location id in the onprem, if existing.
342
+ * </pre>
343
+ *
344
+ * <code>optional string ip_location_id = 18;</code>
345
+ * @return The bytes for ipLocationId.
346
+ */
347
+ com.google.protobuf.ByteString
348
+ getIpLocationIdBytes();
291
349
  }