@google-shopping/reviews 0.5.0 → 0.6.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.
@@ -1,4 +1,4 @@
1
- // Copyright 2025 Google LLC
1
+ // Copyright 2026 Google LLC
2
2
  //
3
3
  // Licensed under the Apache License, Version 2.0 (the "License");
4
4
  // you may not use this file except in compliance with the License.
@@ -3287,7 +3287,13 @@ export namespace google {
3287
3287
  LOCAL_INVENTORY_ADS = 3,
3288
3288
  FREE_LISTINGS = 4,
3289
3289
  FREE_LOCAL_LISTINGS = 5,
3290
- YOUTUBE_SHOPPING = 6
3290
+ YOUTUBE_SHOPPING = 6,
3291
+ YOUTUBE_SHOPPING_CHECKOUT = 7,
3292
+ YOUTUBE_AFFILIATE = 8,
3293
+ FREE_VEHICLE_LISTINGS = 9,
3294
+ VEHICLE_ADS = 10,
3295
+ CLOUD_RETAIL = 11,
3296
+ LOCAL_CLOUD_RETAIL = 12
3291
3297
  }
3292
3298
  }
3293
3299
 
@@ -3396,11 +3402,16 @@ export namespace google {
3396
3402
  LOCAL_INVENTORY_ADS = 5,
3397
3403
  VEHICLE_INVENTORY_ADS = 6,
3398
3404
  FREE_LISTINGS = 7,
3405
+ FREE_LISTINGS_UCP_CHECKOUT = 19,
3399
3406
  FREE_LOCAL_LISTINGS = 8,
3400
3407
  FREE_LOCAL_VEHICLE_LISTINGS = 9,
3408
+ YOUTUBE_AFFILIATE = 18,
3401
3409
  YOUTUBE_SHOPPING = 10,
3402
3410
  CLOUD_RETAIL = 11,
3403
- LOCAL_CLOUD_RETAIL = 12
3411
+ LOCAL_CLOUD_RETAIL = 12,
3412
+ PRODUCT_REVIEWS = 15,
3413
+ MERCHANT_REVIEWS = 16,
3414
+ YOUTUBE_CHECKOUT = 17
3404
3415
  }
3405
3416
  }
3406
3417
 
@@ -3878,9 +3889,6 @@ export namespace google {
3878
3889
 
3879
3890
  /** CommonLanguageSettings destinations */
3880
3891
  destinations?: (google.api.ClientLibraryDestination[]|null);
3881
-
3882
- /** CommonLanguageSettings selectiveGapicGeneration */
3883
- selectiveGapicGeneration?: (google.api.ISelectiveGapicGeneration|null);
3884
3892
  }
3885
3893
 
3886
3894
  /** Represents a CommonLanguageSettings. */
@@ -3898,9 +3906,6 @@ export namespace google {
3898
3906
  /** CommonLanguageSettings destinations. */
3899
3907
  public destinations: google.api.ClientLibraryDestination[];
3900
3908
 
3901
- /** CommonLanguageSettings selectiveGapicGeneration. */
3902
- public selectiveGapicGeneration?: (google.api.ISelectiveGapicGeneration|null);
3903
-
3904
3909
  /**
3905
3910
  * Creates a new CommonLanguageSettings instance using the specified properties.
3906
3911
  * @param [properties] Properties to set
@@ -4601,9 +4606,6 @@ export namespace google {
4601
4606
 
4602
4607
  /** PythonSettings common */
4603
4608
  common?: (google.api.ICommonLanguageSettings|null);
4604
-
4605
- /** PythonSettings experimentalFeatures */
4606
- experimentalFeatures?: (google.api.PythonSettings.IExperimentalFeatures|null);
4607
4609
  }
4608
4610
 
4609
4611
  /** Represents a PythonSettings. */
@@ -4618,9 +4620,6 @@ export namespace google {
4618
4620
  /** PythonSettings common. */
4619
4621
  public common?: (google.api.ICommonLanguageSettings|null);
4620
4622
 
4621
- /** PythonSettings experimentalFeatures. */
4622
- public experimentalFeatures?: (google.api.PythonSettings.IExperimentalFeatures|null);
4623
-
4624
4623
  /**
4625
4624
  * Creates a new PythonSettings instance using the specified properties.
4626
4625
  * @param [properties] Properties to set
@@ -4699,118 +4698,6 @@ export namespace google {
4699
4698
  public static getTypeUrl(typeUrlPrefix?: string): string;
4700
4699
  }
4701
4700
 
4702
- namespace PythonSettings {
4703
-
4704
- /** Properties of an ExperimentalFeatures. */
4705
- interface IExperimentalFeatures {
4706
-
4707
- /** ExperimentalFeatures restAsyncIoEnabled */
4708
- restAsyncIoEnabled?: (boolean|null);
4709
-
4710
- /** ExperimentalFeatures protobufPythonicTypesEnabled */
4711
- protobufPythonicTypesEnabled?: (boolean|null);
4712
-
4713
- /** ExperimentalFeatures unversionedPackageDisabled */
4714
- unversionedPackageDisabled?: (boolean|null);
4715
- }
4716
-
4717
- /** Represents an ExperimentalFeatures. */
4718
- class ExperimentalFeatures implements IExperimentalFeatures {
4719
-
4720
- /**
4721
- * Constructs a new ExperimentalFeatures.
4722
- * @param [properties] Properties to set
4723
- */
4724
- constructor(properties?: google.api.PythonSettings.IExperimentalFeatures);
4725
-
4726
- /** ExperimentalFeatures restAsyncIoEnabled. */
4727
- public restAsyncIoEnabled: boolean;
4728
-
4729
- /** ExperimentalFeatures protobufPythonicTypesEnabled. */
4730
- public protobufPythonicTypesEnabled: boolean;
4731
-
4732
- /** ExperimentalFeatures unversionedPackageDisabled. */
4733
- public unversionedPackageDisabled: boolean;
4734
-
4735
- /**
4736
- * Creates a new ExperimentalFeatures instance using the specified properties.
4737
- * @param [properties] Properties to set
4738
- * @returns ExperimentalFeatures instance
4739
- */
4740
- public static create(properties?: google.api.PythonSettings.IExperimentalFeatures): google.api.PythonSettings.ExperimentalFeatures;
4741
-
4742
- /**
4743
- * Encodes the specified ExperimentalFeatures message. Does not implicitly {@link google.api.PythonSettings.ExperimentalFeatures.verify|verify} messages.
4744
- * @param message ExperimentalFeatures message or plain object to encode
4745
- * @param [writer] Writer to encode to
4746
- * @returns Writer
4747
- */
4748
- public static encode(message: google.api.PythonSettings.IExperimentalFeatures, writer?: $protobuf.Writer): $protobuf.Writer;
4749
-
4750
- /**
4751
- * Encodes the specified ExperimentalFeatures message, length delimited. Does not implicitly {@link google.api.PythonSettings.ExperimentalFeatures.verify|verify} messages.
4752
- * @param message ExperimentalFeatures message or plain object to encode
4753
- * @param [writer] Writer to encode to
4754
- * @returns Writer
4755
- */
4756
- public static encodeDelimited(message: google.api.PythonSettings.IExperimentalFeatures, writer?: $protobuf.Writer): $protobuf.Writer;
4757
-
4758
- /**
4759
- * Decodes an ExperimentalFeatures message from the specified reader or buffer.
4760
- * @param reader Reader or buffer to decode from
4761
- * @param [length] Message length if known beforehand
4762
- * @returns ExperimentalFeatures
4763
- * @throws {Error} If the payload is not a reader or valid buffer
4764
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
4765
- */
4766
- public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.PythonSettings.ExperimentalFeatures;
4767
-
4768
- /**
4769
- * Decodes an ExperimentalFeatures message from the specified reader or buffer, length delimited.
4770
- * @param reader Reader or buffer to decode from
4771
- * @returns ExperimentalFeatures
4772
- * @throws {Error} If the payload is not a reader or valid buffer
4773
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
4774
- */
4775
- public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.PythonSettings.ExperimentalFeatures;
4776
-
4777
- /**
4778
- * Verifies an ExperimentalFeatures message.
4779
- * @param message Plain object to verify
4780
- * @returns `null` if valid, otherwise the reason why it is not
4781
- */
4782
- public static verify(message: { [k: string]: any }): (string|null);
4783
-
4784
- /**
4785
- * Creates an ExperimentalFeatures message from a plain object. Also converts values to their respective internal types.
4786
- * @param object Plain object
4787
- * @returns ExperimentalFeatures
4788
- */
4789
- public static fromObject(object: { [k: string]: any }): google.api.PythonSettings.ExperimentalFeatures;
4790
-
4791
- /**
4792
- * Creates a plain object from an ExperimentalFeatures message. Also converts values to other types if specified.
4793
- * @param message ExperimentalFeatures
4794
- * @param [options] Conversion options
4795
- * @returns Plain object
4796
- */
4797
- public static toObject(message: google.api.PythonSettings.ExperimentalFeatures, options?: $protobuf.IConversionOptions): { [k: string]: any };
4798
-
4799
- /**
4800
- * Converts this ExperimentalFeatures to JSON.
4801
- * @returns JSON object
4802
- */
4803
- public toJSON(): { [k: string]: any };
4804
-
4805
- /**
4806
- * Gets the default type url for ExperimentalFeatures
4807
- * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
4808
- * @returns The default type url
4809
- */
4810
- public static getTypeUrl(typeUrlPrefix?: string): string;
4811
- }
4812
- }
4813
-
4814
4701
  /** Properties of a NodeSettings. */
4815
4702
  interface INodeSettings {
4816
4703
 
@@ -5137,9 +5024,6 @@ export namespace google {
5137
5024
 
5138
5025
  /** GoSettings common */
5139
5026
  common?: (google.api.ICommonLanguageSettings|null);
5140
-
5141
- /** GoSettings renamedServices */
5142
- renamedServices?: ({ [k: string]: string }|null);
5143
5027
  }
5144
5028
 
5145
5029
  /** Represents a GoSettings. */
@@ -5154,9 +5038,6 @@ export namespace google {
5154
5038
  /** GoSettings common. */
5155
5039
  public common?: (google.api.ICommonLanguageSettings|null);
5156
5040
 
5157
- /** GoSettings renamedServices. */
5158
- public renamedServices: { [k: string]: string };
5159
-
5160
5041
  /**
5161
5042
  * Creates a new GoSettings instance using the specified properties.
5162
5043
  * @param [properties] Properties to set
@@ -5481,109 +5362,6 @@ export namespace google {
5481
5362
  PACKAGE_MANAGER = 20
5482
5363
  }
5483
5364
 
5484
- /** Properties of a SelectiveGapicGeneration. */
5485
- interface ISelectiveGapicGeneration {
5486
-
5487
- /** SelectiveGapicGeneration methods */
5488
- methods?: (string[]|null);
5489
-
5490
- /** SelectiveGapicGeneration generateOmittedAsInternal */
5491
- generateOmittedAsInternal?: (boolean|null);
5492
- }
5493
-
5494
- /** Represents a SelectiveGapicGeneration. */
5495
- class SelectiveGapicGeneration implements ISelectiveGapicGeneration {
5496
-
5497
- /**
5498
- * Constructs a new SelectiveGapicGeneration.
5499
- * @param [properties] Properties to set
5500
- */
5501
- constructor(properties?: google.api.ISelectiveGapicGeneration);
5502
-
5503
- /** SelectiveGapicGeneration methods. */
5504
- public methods: string[];
5505
-
5506
- /** SelectiveGapicGeneration generateOmittedAsInternal. */
5507
- public generateOmittedAsInternal: boolean;
5508
-
5509
- /**
5510
- * Creates a new SelectiveGapicGeneration instance using the specified properties.
5511
- * @param [properties] Properties to set
5512
- * @returns SelectiveGapicGeneration instance
5513
- */
5514
- public static create(properties?: google.api.ISelectiveGapicGeneration): google.api.SelectiveGapicGeneration;
5515
-
5516
- /**
5517
- * Encodes the specified SelectiveGapicGeneration message. Does not implicitly {@link google.api.SelectiveGapicGeneration.verify|verify} messages.
5518
- * @param message SelectiveGapicGeneration message or plain object to encode
5519
- * @param [writer] Writer to encode to
5520
- * @returns Writer
5521
- */
5522
- public static encode(message: google.api.ISelectiveGapicGeneration, writer?: $protobuf.Writer): $protobuf.Writer;
5523
-
5524
- /**
5525
- * Encodes the specified SelectiveGapicGeneration message, length delimited. Does not implicitly {@link google.api.SelectiveGapicGeneration.verify|verify} messages.
5526
- * @param message SelectiveGapicGeneration message or plain object to encode
5527
- * @param [writer] Writer to encode to
5528
- * @returns Writer
5529
- */
5530
- public static encodeDelimited(message: google.api.ISelectiveGapicGeneration, writer?: $protobuf.Writer): $protobuf.Writer;
5531
-
5532
- /**
5533
- * Decodes a SelectiveGapicGeneration message from the specified reader or buffer.
5534
- * @param reader Reader or buffer to decode from
5535
- * @param [length] Message length if known beforehand
5536
- * @returns SelectiveGapicGeneration
5537
- * @throws {Error} If the payload is not a reader or valid buffer
5538
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
5539
- */
5540
- public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.SelectiveGapicGeneration;
5541
-
5542
- /**
5543
- * Decodes a SelectiveGapicGeneration message from the specified reader or buffer, length delimited.
5544
- * @param reader Reader or buffer to decode from
5545
- * @returns SelectiveGapicGeneration
5546
- * @throws {Error} If the payload is not a reader or valid buffer
5547
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
5548
- */
5549
- public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.SelectiveGapicGeneration;
5550
-
5551
- /**
5552
- * Verifies a SelectiveGapicGeneration message.
5553
- * @param message Plain object to verify
5554
- * @returns `null` if valid, otherwise the reason why it is not
5555
- */
5556
- public static verify(message: { [k: string]: any }): (string|null);
5557
-
5558
- /**
5559
- * Creates a SelectiveGapicGeneration message from a plain object. Also converts values to their respective internal types.
5560
- * @param object Plain object
5561
- * @returns SelectiveGapicGeneration
5562
- */
5563
- public static fromObject(object: { [k: string]: any }): google.api.SelectiveGapicGeneration;
5564
-
5565
- /**
5566
- * Creates a plain object from a SelectiveGapicGeneration message. Also converts values to other types if specified.
5567
- * @param message SelectiveGapicGeneration
5568
- * @param [options] Conversion options
5569
- * @returns Plain object
5570
- */
5571
- public static toObject(message: google.api.SelectiveGapicGeneration, options?: $protobuf.IConversionOptions): { [k: string]: any };
5572
-
5573
- /**
5574
- * Converts this SelectiveGapicGeneration to JSON.
5575
- * @returns JSON object
5576
- */
5577
- public toJSON(): { [k: string]: any };
5578
-
5579
- /**
5580
- * Gets the default type url for SelectiveGapicGeneration
5581
- * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
5582
- * @returns The default type url
5583
- */
5584
- public static getTypeUrl(typeUrlPrefix?: string): string;
5585
- }
5586
-
5587
5365
  /** LaunchStage enum. */
5588
5366
  enum LaunchStage {
5589
5367
  LAUNCH_STAGE_UNSPECIFIED = 0,
@@ -5965,7 +5743,6 @@ export namespace google {
5965
5743
  /** Edition enum. */
5966
5744
  enum Edition {
5967
5745
  EDITION_UNKNOWN = 0,
5968
- EDITION_LEGACY = 900,
5969
5746
  EDITION_PROTO2 = 998,
5970
5747
  EDITION_PROTO3 = 999,
5971
5748
  EDITION_2023 = 1000,
@@ -5996,9 +5773,6 @@ export namespace google {
5996
5773
  /** FileDescriptorProto weakDependency */
5997
5774
  weakDependency?: (number[]|null);
5998
5775
 
5999
- /** FileDescriptorProto optionDependency */
6000
- optionDependency?: (string[]|null);
6001
-
6002
5776
  /** FileDescriptorProto messageType */
6003
5777
  messageType?: (google.protobuf.IDescriptorProto[]|null);
6004
5778
 
@@ -6048,9 +5822,6 @@ export namespace google {
6048
5822
  /** FileDescriptorProto weakDependency. */
6049
5823
  public weakDependency: number[];
6050
5824
 
6051
- /** FileDescriptorProto optionDependency. */
6052
- public optionDependency: string[];
6053
-
6054
5825
  /** FileDescriptorProto messageType. */
6055
5826
  public messageType: google.protobuf.IDescriptorProto[];
6056
5827
 
@@ -6185,9 +5956,6 @@ export namespace google {
6185
5956
 
6186
5957
  /** DescriptorProto reservedName */
6187
5958
  reservedName?: (string[]|null);
6188
-
6189
- /** DescriptorProto visibility */
6190
- visibility?: (google.protobuf.SymbolVisibility|keyof typeof google.protobuf.SymbolVisibility|null);
6191
5959
  }
6192
5960
 
6193
5961
  /** Represents a DescriptorProto. */
@@ -6229,9 +5997,6 @@ export namespace google {
6229
5997
  /** DescriptorProto reservedName. */
6230
5998
  public reservedName: string[];
6231
5999
 
6232
- /** DescriptorProto visibility. */
6233
- public visibility: (google.protobuf.SymbolVisibility|keyof typeof google.protobuf.SymbolVisibility);
6234
-
6235
6000
  /**
6236
6001
  * Creates a new DescriptorProto instance using the specified properties.
6237
6002
  * @param [properties] Properties to set
@@ -7079,9 +6844,6 @@ export namespace google {
7079
6844
 
7080
6845
  /** EnumDescriptorProto reservedName */
7081
6846
  reservedName?: (string[]|null);
7082
-
7083
- /** EnumDescriptorProto visibility */
7084
- visibility?: (google.protobuf.SymbolVisibility|keyof typeof google.protobuf.SymbolVisibility|null);
7085
6847
  }
7086
6848
 
7087
6849
  /** Represents an EnumDescriptorProto. */
@@ -7108,9 +6870,6 @@ export namespace google {
7108
6870
  /** EnumDescriptorProto reservedName. */
7109
6871
  public reservedName: string[];
7110
6872
 
7111
- /** EnumDescriptorProto visibility. */
7112
- public visibility: (google.protobuf.SymbolVisibility|keyof typeof google.protobuf.SymbolVisibility);
7113
-
7114
6873
  /**
7115
6874
  * Creates a new EnumDescriptorProto instance using the specified properties.
7116
6875
  * @param [properties] Properties to set
@@ -8045,9 +7804,6 @@ export namespace google {
8045
7804
  /** FieldOptions features */
8046
7805
  features?: (google.protobuf.IFeatureSet|null);
8047
7806
 
8048
- /** FieldOptions featureSupport */
8049
- featureSupport?: (google.protobuf.FieldOptions.IFeatureSupport|null);
8050
-
8051
7807
  /** FieldOptions uninterpretedOption */
8052
7808
  uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null);
8053
7809
 
@@ -8103,9 +7859,6 @@ export namespace google {
8103
7859
  /** FieldOptions features. */
8104
7860
  public features?: (google.protobuf.IFeatureSet|null);
8105
7861
 
8106
- /** FieldOptions featureSupport. */
8107
- public featureSupport?: (google.protobuf.FieldOptions.IFeatureSupport|null);
8108
-
8109
7862
  /** FieldOptions uninterpretedOption. */
8110
7863
  public uninterpretedOption: google.protobuf.IUninterpretedOption[];
8111
7864
 
@@ -8326,121 +8079,6 @@ export namespace google {
8326
8079
  */
8327
8080
  public static getTypeUrl(typeUrlPrefix?: string): string;
8328
8081
  }
8329
-
8330
- /** Properties of a FeatureSupport. */
8331
- interface IFeatureSupport {
8332
-
8333
- /** FeatureSupport editionIntroduced */
8334
- editionIntroduced?: (google.protobuf.Edition|keyof typeof google.protobuf.Edition|null);
8335
-
8336
- /** FeatureSupport editionDeprecated */
8337
- editionDeprecated?: (google.protobuf.Edition|keyof typeof google.protobuf.Edition|null);
8338
-
8339
- /** FeatureSupport deprecationWarning */
8340
- deprecationWarning?: (string|null);
8341
-
8342
- /** FeatureSupport editionRemoved */
8343
- editionRemoved?: (google.protobuf.Edition|keyof typeof google.protobuf.Edition|null);
8344
- }
8345
-
8346
- /** Represents a FeatureSupport. */
8347
- class FeatureSupport implements IFeatureSupport {
8348
-
8349
- /**
8350
- * Constructs a new FeatureSupport.
8351
- * @param [properties] Properties to set
8352
- */
8353
- constructor(properties?: google.protobuf.FieldOptions.IFeatureSupport);
8354
-
8355
- /** FeatureSupport editionIntroduced. */
8356
- public editionIntroduced: (google.protobuf.Edition|keyof typeof google.protobuf.Edition);
8357
-
8358
- /** FeatureSupport editionDeprecated. */
8359
- public editionDeprecated: (google.protobuf.Edition|keyof typeof google.protobuf.Edition);
8360
-
8361
- /** FeatureSupport deprecationWarning. */
8362
- public deprecationWarning: string;
8363
-
8364
- /** FeatureSupport editionRemoved. */
8365
- public editionRemoved: (google.protobuf.Edition|keyof typeof google.protobuf.Edition);
8366
-
8367
- /**
8368
- * Creates a new FeatureSupport instance using the specified properties.
8369
- * @param [properties] Properties to set
8370
- * @returns FeatureSupport instance
8371
- */
8372
- public static create(properties?: google.protobuf.FieldOptions.IFeatureSupport): google.protobuf.FieldOptions.FeatureSupport;
8373
-
8374
- /**
8375
- * Encodes the specified FeatureSupport message. Does not implicitly {@link google.protobuf.FieldOptions.FeatureSupport.verify|verify} messages.
8376
- * @param message FeatureSupport message or plain object to encode
8377
- * @param [writer] Writer to encode to
8378
- * @returns Writer
8379
- */
8380
- public static encode(message: google.protobuf.FieldOptions.IFeatureSupport, writer?: $protobuf.Writer): $protobuf.Writer;
8381
-
8382
- /**
8383
- * Encodes the specified FeatureSupport message, length delimited. Does not implicitly {@link google.protobuf.FieldOptions.FeatureSupport.verify|verify} messages.
8384
- * @param message FeatureSupport message or plain object to encode
8385
- * @param [writer] Writer to encode to
8386
- * @returns Writer
8387
- */
8388
- public static encodeDelimited(message: google.protobuf.FieldOptions.IFeatureSupport, writer?: $protobuf.Writer): $protobuf.Writer;
8389
-
8390
- /**
8391
- * Decodes a FeatureSupport message from the specified reader or buffer.
8392
- * @param reader Reader or buffer to decode from
8393
- * @param [length] Message length if known beforehand
8394
- * @returns FeatureSupport
8395
- * @throws {Error} If the payload is not a reader or valid buffer
8396
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
8397
- */
8398
- public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.FieldOptions.FeatureSupport;
8399
-
8400
- /**
8401
- * Decodes a FeatureSupport message from the specified reader or buffer, length delimited.
8402
- * @param reader Reader or buffer to decode from
8403
- * @returns FeatureSupport
8404
- * @throws {Error} If the payload is not a reader or valid buffer
8405
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
8406
- */
8407
- public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.FieldOptions.FeatureSupport;
8408
-
8409
- /**
8410
- * Verifies a FeatureSupport message.
8411
- * @param message Plain object to verify
8412
- * @returns `null` if valid, otherwise the reason why it is not
8413
- */
8414
- public static verify(message: { [k: string]: any }): (string|null);
8415
-
8416
- /**
8417
- * Creates a FeatureSupport message from a plain object. Also converts values to their respective internal types.
8418
- * @param object Plain object
8419
- * @returns FeatureSupport
8420
- */
8421
- public static fromObject(object: { [k: string]: any }): google.protobuf.FieldOptions.FeatureSupport;
8422
-
8423
- /**
8424
- * Creates a plain object from a FeatureSupport message. Also converts values to other types if specified.
8425
- * @param message FeatureSupport
8426
- * @param [options] Conversion options
8427
- * @returns Plain object
8428
- */
8429
- public static toObject(message: google.protobuf.FieldOptions.FeatureSupport, options?: $protobuf.IConversionOptions): { [k: string]: any };
8430
-
8431
- /**
8432
- * Converts this FeatureSupport to JSON.
8433
- * @returns JSON object
8434
- */
8435
- public toJSON(): { [k: string]: any };
8436
-
8437
- /**
8438
- * Gets the default type url for FeatureSupport
8439
- * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
8440
- * @returns The default type url
8441
- */
8442
- public static getTypeUrl(typeUrlPrefix?: string): string;
8443
- }
8444
8082
  }
8445
8083
 
8446
8084
  /** Properties of an OneofOptions. */
@@ -8679,9 +8317,6 @@ export namespace google {
8679
8317
  /** EnumValueOptions debugRedact */
8680
8318
  debugRedact?: (boolean|null);
8681
8319
 
8682
- /** EnumValueOptions featureSupport */
8683
- featureSupport?: (google.protobuf.FieldOptions.IFeatureSupport|null);
8684
-
8685
8320
  /** EnumValueOptions uninterpretedOption */
8686
8321
  uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null);
8687
8322
  }
@@ -8704,9 +8339,6 @@ export namespace google {
8704
8339
  /** EnumValueOptions debugRedact. */
8705
8340
  public debugRedact: boolean;
8706
8341
 
8707
- /** EnumValueOptions featureSupport. */
8708
- public featureSupport?: (google.protobuf.FieldOptions.IFeatureSupport|null);
8709
-
8710
8342
  /** EnumValueOptions uninterpretedOption. */
8711
8343
  public uninterpretedOption: google.protobuf.IUninterpretedOption[];
8712
8344
 
@@ -9296,12 +8928,6 @@ export namespace google {
9296
8928
 
9297
8929
  /** FeatureSet jsonFormat */
9298
8930
  jsonFormat?: (google.protobuf.FeatureSet.JsonFormat|keyof typeof google.protobuf.FeatureSet.JsonFormat|null);
9299
-
9300
- /** FeatureSet enforceNamingStyle */
9301
- enforceNamingStyle?: (google.protobuf.FeatureSet.EnforceNamingStyle|keyof typeof google.protobuf.FeatureSet.EnforceNamingStyle|null);
9302
-
9303
- /** FeatureSet defaultSymbolVisibility */
9304
- defaultSymbolVisibility?: (google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility|keyof typeof google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility|null);
9305
8931
  }
9306
8932
 
9307
8933
  /** Represents a FeatureSet. */
@@ -9331,12 +8957,6 @@ export namespace google {
9331
8957
  /** FeatureSet jsonFormat. */
9332
8958
  public jsonFormat: (google.protobuf.FeatureSet.JsonFormat|keyof typeof google.protobuf.FeatureSet.JsonFormat);
9333
8959
 
9334
- /** FeatureSet enforceNamingStyle. */
9335
- public enforceNamingStyle: (google.protobuf.FeatureSet.EnforceNamingStyle|keyof typeof google.protobuf.FeatureSet.EnforceNamingStyle);
9336
-
9337
- /** FeatureSet defaultSymbolVisibility. */
9338
- public defaultSymbolVisibility: (google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility|keyof typeof google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility);
9339
-
9340
8960
  /**
9341
8961
  * Creates a new FeatureSet instance using the specified properties.
9342
8962
  * @param [properties] Properties to set
@@ -9459,116 +9079,6 @@ export namespace google {
9459
9079
  ALLOW = 1,
9460
9080
  LEGACY_BEST_EFFORT = 2
9461
9081
  }
9462
-
9463
- /** EnforceNamingStyle enum. */
9464
- enum EnforceNamingStyle {
9465
- ENFORCE_NAMING_STYLE_UNKNOWN = 0,
9466
- STYLE2024 = 1,
9467
- STYLE_LEGACY = 2
9468
- }
9469
-
9470
- /** Properties of a VisibilityFeature. */
9471
- interface IVisibilityFeature {
9472
- }
9473
-
9474
- /** Represents a VisibilityFeature. */
9475
- class VisibilityFeature implements IVisibilityFeature {
9476
-
9477
- /**
9478
- * Constructs a new VisibilityFeature.
9479
- * @param [properties] Properties to set
9480
- */
9481
- constructor(properties?: google.protobuf.FeatureSet.IVisibilityFeature);
9482
-
9483
- /**
9484
- * Creates a new VisibilityFeature instance using the specified properties.
9485
- * @param [properties] Properties to set
9486
- * @returns VisibilityFeature instance
9487
- */
9488
- public static create(properties?: google.protobuf.FeatureSet.IVisibilityFeature): google.protobuf.FeatureSet.VisibilityFeature;
9489
-
9490
- /**
9491
- * Encodes the specified VisibilityFeature message. Does not implicitly {@link google.protobuf.FeatureSet.VisibilityFeature.verify|verify} messages.
9492
- * @param message VisibilityFeature message or plain object to encode
9493
- * @param [writer] Writer to encode to
9494
- * @returns Writer
9495
- */
9496
- public static encode(message: google.protobuf.FeatureSet.IVisibilityFeature, writer?: $protobuf.Writer): $protobuf.Writer;
9497
-
9498
- /**
9499
- * Encodes the specified VisibilityFeature message, length delimited. Does not implicitly {@link google.protobuf.FeatureSet.VisibilityFeature.verify|verify} messages.
9500
- * @param message VisibilityFeature message or plain object to encode
9501
- * @param [writer] Writer to encode to
9502
- * @returns Writer
9503
- */
9504
- public static encodeDelimited(message: google.protobuf.FeatureSet.IVisibilityFeature, writer?: $protobuf.Writer): $protobuf.Writer;
9505
-
9506
- /**
9507
- * Decodes a VisibilityFeature message from the specified reader or buffer.
9508
- * @param reader Reader or buffer to decode from
9509
- * @param [length] Message length if known beforehand
9510
- * @returns VisibilityFeature
9511
- * @throws {Error} If the payload is not a reader or valid buffer
9512
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
9513
- */
9514
- public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.FeatureSet.VisibilityFeature;
9515
-
9516
- /**
9517
- * Decodes a VisibilityFeature message from the specified reader or buffer, length delimited.
9518
- * @param reader Reader or buffer to decode from
9519
- * @returns VisibilityFeature
9520
- * @throws {Error} If the payload is not a reader or valid buffer
9521
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
9522
- */
9523
- public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.FeatureSet.VisibilityFeature;
9524
-
9525
- /**
9526
- * Verifies a VisibilityFeature message.
9527
- * @param message Plain object to verify
9528
- * @returns `null` if valid, otherwise the reason why it is not
9529
- */
9530
- public static verify(message: { [k: string]: any }): (string|null);
9531
-
9532
- /**
9533
- * Creates a VisibilityFeature message from a plain object. Also converts values to their respective internal types.
9534
- * @param object Plain object
9535
- * @returns VisibilityFeature
9536
- */
9537
- public static fromObject(object: { [k: string]: any }): google.protobuf.FeatureSet.VisibilityFeature;
9538
-
9539
- /**
9540
- * Creates a plain object from a VisibilityFeature message. Also converts values to other types if specified.
9541
- * @param message VisibilityFeature
9542
- * @param [options] Conversion options
9543
- * @returns Plain object
9544
- */
9545
- public static toObject(message: google.protobuf.FeatureSet.VisibilityFeature, options?: $protobuf.IConversionOptions): { [k: string]: any };
9546
-
9547
- /**
9548
- * Converts this VisibilityFeature to JSON.
9549
- * @returns JSON object
9550
- */
9551
- public toJSON(): { [k: string]: any };
9552
-
9553
- /**
9554
- * Gets the default type url for VisibilityFeature
9555
- * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
9556
- * @returns The default type url
9557
- */
9558
- public static getTypeUrl(typeUrlPrefix?: string): string;
9559
- }
9560
-
9561
- namespace VisibilityFeature {
9562
-
9563
- /** DefaultSymbolVisibility enum. */
9564
- enum DefaultSymbolVisibility {
9565
- DEFAULT_SYMBOL_VISIBILITY_UNKNOWN = 0,
9566
- EXPORT_ALL = 1,
9567
- EXPORT_TOP_LEVEL = 2,
9568
- LOCAL_ALL = 3,
9569
- STRICT = 4
9570
- }
9571
- }
9572
9082
  }
9573
9083
 
9574
9084
  /** Properties of a FeatureSetDefaults. */
@@ -9688,11 +9198,8 @@ export namespace google {
9688
9198
  /** FeatureSetEditionDefault edition */
9689
9199
  edition?: (google.protobuf.Edition|keyof typeof google.protobuf.Edition|null);
9690
9200
 
9691
- /** FeatureSetEditionDefault overridableFeatures */
9692
- overridableFeatures?: (google.protobuf.IFeatureSet|null);
9693
-
9694
- /** FeatureSetEditionDefault fixedFeatures */
9695
- fixedFeatures?: (google.protobuf.IFeatureSet|null);
9201
+ /** FeatureSetEditionDefault features */
9202
+ features?: (google.protobuf.IFeatureSet|null);
9696
9203
  }
9697
9204
 
9698
9205
  /** Represents a FeatureSetEditionDefault. */
@@ -9707,11 +9214,8 @@ export namespace google {
9707
9214
  /** FeatureSetEditionDefault edition. */
9708
9215
  public edition: (google.protobuf.Edition|keyof typeof google.protobuf.Edition);
9709
9216
 
9710
- /** FeatureSetEditionDefault overridableFeatures. */
9711
- public overridableFeatures?: (google.protobuf.IFeatureSet|null);
9712
-
9713
- /** FeatureSetEditionDefault fixedFeatures. */
9714
- public fixedFeatures?: (google.protobuf.IFeatureSet|null);
9217
+ /** FeatureSetEditionDefault features. */
9218
+ public features?: (google.protobuf.IFeatureSet|null);
9715
9219
 
9716
9220
  /**
9717
9221
  * Creates a new FeatureSetEditionDefault instance using the specified properties.
@@ -10244,13 +9748,6 @@ export namespace google {
10244
9748
  }
10245
9749
  }
10246
9750
 
10247
- /** SymbolVisibility enum. */
10248
- enum SymbolVisibility {
10249
- VISIBILITY_UNSET = 0,
10250
- VISIBILITY_LOCAL = 1,
10251
- VISIBILITY_EXPORT = 2
10252
- }
10253
-
10254
9751
  /** Properties of a Duration. */
10255
9752
  interface IDuration {
10256
9753