@google-cloud/discoveryengine 2.5.0 → 2.5.1

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.
@@ -142453,9 +142453,6 @@ export namespace google {
142453
142453
 
142454
142454
  /** CommonLanguageSettings destinations */
142455
142455
  destinations?: (google.api.ClientLibraryDestination[]|null);
142456
-
142457
- /** CommonLanguageSettings selectiveGapicGeneration */
142458
- selectiveGapicGeneration?: (google.api.ISelectiveGapicGeneration|null);
142459
142456
  }
142460
142457
 
142461
142458
  /** Represents a CommonLanguageSettings. */
@@ -142473,9 +142470,6 @@ export namespace google {
142473
142470
  /** CommonLanguageSettings destinations. */
142474
142471
  public destinations: google.api.ClientLibraryDestination[];
142475
142472
 
142476
- /** CommonLanguageSettings selectiveGapicGeneration. */
142477
- public selectiveGapicGeneration?: (google.api.ISelectiveGapicGeneration|null);
142478
-
142479
142473
  /**
142480
142474
  * Creates a new CommonLanguageSettings instance using the specified properties.
142481
142475
  * @param [properties] Properties to set
@@ -143176,9 +143170,6 @@ export namespace google {
143176
143170
 
143177
143171
  /** PythonSettings common */
143178
143172
  common?: (google.api.ICommonLanguageSettings|null);
143179
-
143180
- /** PythonSettings experimentalFeatures */
143181
- experimentalFeatures?: (google.api.PythonSettings.IExperimentalFeatures|null);
143182
143173
  }
143183
143174
 
143184
143175
  /** Represents a PythonSettings. */
@@ -143193,9 +143184,6 @@ export namespace google {
143193
143184
  /** PythonSettings common. */
143194
143185
  public common?: (google.api.ICommonLanguageSettings|null);
143195
143186
 
143196
- /** PythonSettings experimentalFeatures. */
143197
- public experimentalFeatures?: (google.api.PythonSettings.IExperimentalFeatures|null);
143198
-
143199
143187
  /**
143200
143188
  * Creates a new PythonSettings instance using the specified properties.
143201
143189
  * @param [properties] Properties to set
@@ -143274,118 +143262,6 @@ export namespace google {
143274
143262
  public static getTypeUrl(typeUrlPrefix?: string): string;
143275
143263
  }
143276
143264
 
143277
- namespace PythonSettings {
143278
-
143279
- /** Properties of an ExperimentalFeatures. */
143280
- interface IExperimentalFeatures {
143281
-
143282
- /** ExperimentalFeatures restAsyncIoEnabled */
143283
- restAsyncIoEnabled?: (boolean|null);
143284
-
143285
- /** ExperimentalFeatures protobufPythonicTypesEnabled */
143286
- protobufPythonicTypesEnabled?: (boolean|null);
143287
-
143288
- /** ExperimentalFeatures unversionedPackageDisabled */
143289
- unversionedPackageDisabled?: (boolean|null);
143290
- }
143291
-
143292
- /** Represents an ExperimentalFeatures. */
143293
- class ExperimentalFeatures implements IExperimentalFeatures {
143294
-
143295
- /**
143296
- * Constructs a new ExperimentalFeatures.
143297
- * @param [properties] Properties to set
143298
- */
143299
- constructor(properties?: google.api.PythonSettings.IExperimentalFeatures);
143300
-
143301
- /** ExperimentalFeatures restAsyncIoEnabled. */
143302
- public restAsyncIoEnabled: boolean;
143303
-
143304
- /** ExperimentalFeatures protobufPythonicTypesEnabled. */
143305
- public protobufPythonicTypesEnabled: boolean;
143306
-
143307
- /** ExperimentalFeatures unversionedPackageDisabled. */
143308
- public unversionedPackageDisabled: boolean;
143309
-
143310
- /**
143311
- * Creates a new ExperimentalFeatures instance using the specified properties.
143312
- * @param [properties] Properties to set
143313
- * @returns ExperimentalFeatures instance
143314
- */
143315
- public static create(properties?: google.api.PythonSettings.IExperimentalFeatures): google.api.PythonSettings.ExperimentalFeatures;
143316
-
143317
- /**
143318
- * Encodes the specified ExperimentalFeatures message. Does not implicitly {@link google.api.PythonSettings.ExperimentalFeatures.verify|verify} messages.
143319
- * @param message ExperimentalFeatures message or plain object to encode
143320
- * @param [writer] Writer to encode to
143321
- * @returns Writer
143322
- */
143323
- public static encode(message: google.api.PythonSettings.IExperimentalFeatures, writer?: $protobuf.Writer): $protobuf.Writer;
143324
-
143325
- /**
143326
- * Encodes the specified ExperimentalFeatures message, length delimited. Does not implicitly {@link google.api.PythonSettings.ExperimentalFeatures.verify|verify} messages.
143327
- * @param message ExperimentalFeatures message or plain object to encode
143328
- * @param [writer] Writer to encode to
143329
- * @returns Writer
143330
- */
143331
- public static encodeDelimited(message: google.api.PythonSettings.IExperimentalFeatures, writer?: $protobuf.Writer): $protobuf.Writer;
143332
-
143333
- /**
143334
- * Decodes an ExperimentalFeatures message from the specified reader or buffer.
143335
- * @param reader Reader or buffer to decode from
143336
- * @param [length] Message length if known beforehand
143337
- * @returns ExperimentalFeatures
143338
- * @throws {Error} If the payload is not a reader or valid buffer
143339
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
143340
- */
143341
- public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.PythonSettings.ExperimentalFeatures;
143342
-
143343
- /**
143344
- * Decodes an ExperimentalFeatures message from the specified reader or buffer, length delimited.
143345
- * @param reader Reader or buffer to decode from
143346
- * @returns ExperimentalFeatures
143347
- * @throws {Error} If the payload is not a reader or valid buffer
143348
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
143349
- */
143350
- public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.PythonSettings.ExperimentalFeatures;
143351
-
143352
- /**
143353
- * Verifies an ExperimentalFeatures message.
143354
- * @param message Plain object to verify
143355
- * @returns `null` if valid, otherwise the reason why it is not
143356
- */
143357
- public static verify(message: { [k: string]: any }): (string|null);
143358
-
143359
- /**
143360
- * Creates an ExperimentalFeatures message from a plain object. Also converts values to their respective internal types.
143361
- * @param object Plain object
143362
- * @returns ExperimentalFeatures
143363
- */
143364
- public static fromObject(object: { [k: string]: any }): google.api.PythonSettings.ExperimentalFeatures;
143365
-
143366
- /**
143367
- * Creates a plain object from an ExperimentalFeatures message. Also converts values to other types if specified.
143368
- * @param message ExperimentalFeatures
143369
- * @param [options] Conversion options
143370
- * @returns Plain object
143371
- */
143372
- public static toObject(message: google.api.PythonSettings.ExperimentalFeatures, options?: $protobuf.IConversionOptions): { [k: string]: any };
143373
-
143374
- /**
143375
- * Converts this ExperimentalFeatures to JSON.
143376
- * @returns JSON object
143377
- */
143378
- public toJSON(): { [k: string]: any };
143379
-
143380
- /**
143381
- * Gets the default type url for ExperimentalFeatures
143382
- * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
143383
- * @returns The default type url
143384
- */
143385
- public static getTypeUrl(typeUrlPrefix?: string): string;
143386
- }
143387
- }
143388
-
143389
143265
  /** Properties of a NodeSettings. */
143390
143266
  interface INodeSettings {
143391
143267
 
@@ -143712,9 +143588,6 @@ export namespace google {
143712
143588
 
143713
143589
  /** GoSettings common */
143714
143590
  common?: (google.api.ICommonLanguageSettings|null);
143715
-
143716
- /** GoSettings renamedServices */
143717
- renamedServices?: ({ [k: string]: string }|null);
143718
143591
  }
143719
143592
 
143720
143593
  /** Represents a GoSettings. */
@@ -143729,9 +143602,6 @@ export namespace google {
143729
143602
  /** GoSettings common. */
143730
143603
  public common?: (google.api.ICommonLanguageSettings|null);
143731
143604
 
143732
- /** GoSettings renamedServices. */
143733
- public renamedServices: { [k: string]: string };
143734
-
143735
143605
  /**
143736
143606
  * Creates a new GoSettings instance using the specified properties.
143737
143607
  * @param [properties] Properties to set
@@ -144056,109 +143926,6 @@ export namespace google {
144056
143926
  PACKAGE_MANAGER = 20
144057
143927
  }
144058
143928
 
144059
- /** Properties of a SelectiveGapicGeneration. */
144060
- interface ISelectiveGapicGeneration {
144061
-
144062
- /** SelectiveGapicGeneration methods */
144063
- methods?: (string[]|null);
144064
-
144065
- /** SelectiveGapicGeneration generateOmittedAsInternal */
144066
- generateOmittedAsInternal?: (boolean|null);
144067
- }
144068
-
144069
- /** Represents a SelectiveGapicGeneration. */
144070
- class SelectiveGapicGeneration implements ISelectiveGapicGeneration {
144071
-
144072
- /**
144073
- * Constructs a new SelectiveGapicGeneration.
144074
- * @param [properties] Properties to set
144075
- */
144076
- constructor(properties?: google.api.ISelectiveGapicGeneration);
144077
-
144078
- /** SelectiveGapicGeneration methods. */
144079
- public methods: string[];
144080
-
144081
- /** SelectiveGapicGeneration generateOmittedAsInternal. */
144082
- public generateOmittedAsInternal: boolean;
144083
-
144084
- /**
144085
- * Creates a new SelectiveGapicGeneration instance using the specified properties.
144086
- * @param [properties] Properties to set
144087
- * @returns SelectiveGapicGeneration instance
144088
- */
144089
- public static create(properties?: google.api.ISelectiveGapicGeneration): google.api.SelectiveGapicGeneration;
144090
-
144091
- /**
144092
- * Encodes the specified SelectiveGapicGeneration message. Does not implicitly {@link google.api.SelectiveGapicGeneration.verify|verify} messages.
144093
- * @param message SelectiveGapicGeneration message or plain object to encode
144094
- * @param [writer] Writer to encode to
144095
- * @returns Writer
144096
- */
144097
- public static encode(message: google.api.ISelectiveGapicGeneration, writer?: $protobuf.Writer): $protobuf.Writer;
144098
-
144099
- /**
144100
- * Encodes the specified SelectiveGapicGeneration message, length delimited. Does not implicitly {@link google.api.SelectiveGapicGeneration.verify|verify} messages.
144101
- * @param message SelectiveGapicGeneration message or plain object to encode
144102
- * @param [writer] Writer to encode to
144103
- * @returns Writer
144104
- */
144105
- public static encodeDelimited(message: google.api.ISelectiveGapicGeneration, writer?: $protobuf.Writer): $protobuf.Writer;
144106
-
144107
- /**
144108
- * Decodes a SelectiveGapicGeneration message from the specified reader or buffer.
144109
- * @param reader Reader or buffer to decode from
144110
- * @param [length] Message length if known beforehand
144111
- * @returns SelectiveGapicGeneration
144112
- * @throws {Error} If the payload is not a reader or valid buffer
144113
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
144114
- */
144115
- public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.SelectiveGapicGeneration;
144116
-
144117
- /**
144118
- * Decodes a SelectiveGapicGeneration message from the specified reader or buffer, length delimited.
144119
- * @param reader Reader or buffer to decode from
144120
- * @returns SelectiveGapicGeneration
144121
- * @throws {Error} If the payload is not a reader or valid buffer
144122
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
144123
- */
144124
- public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.SelectiveGapicGeneration;
144125
-
144126
- /**
144127
- * Verifies a SelectiveGapicGeneration message.
144128
- * @param message Plain object to verify
144129
- * @returns `null` if valid, otherwise the reason why it is not
144130
- */
144131
- public static verify(message: { [k: string]: any }): (string|null);
144132
-
144133
- /**
144134
- * Creates a SelectiveGapicGeneration message from a plain object. Also converts values to their respective internal types.
144135
- * @param object Plain object
144136
- * @returns SelectiveGapicGeneration
144137
- */
144138
- public static fromObject(object: { [k: string]: any }): google.api.SelectiveGapicGeneration;
144139
-
144140
- /**
144141
- * Creates a plain object from a SelectiveGapicGeneration message. Also converts values to other types if specified.
144142
- * @param message SelectiveGapicGeneration
144143
- * @param [options] Conversion options
144144
- * @returns Plain object
144145
- */
144146
- public static toObject(message: google.api.SelectiveGapicGeneration, options?: $protobuf.IConversionOptions): { [k: string]: any };
144147
-
144148
- /**
144149
- * Converts this SelectiveGapicGeneration to JSON.
144150
- * @returns JSON object
144151
- */
144152
- public toJSON(): { [k: string]: any };
144153
-
144154
- /**
144155
- * Gets the default type url for SelectiveGapicGeneration
144156
- * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
144157
- * @returns The default type url
144158
- */
144159
- public static getTypeUrl(typeUrlPrefix?: string): string;
144160
- }
144161
-
144162
143929
  /** LaunchStage enum. */
144163
143930
  enum LaunchStage {
144164
143931
  LAUNCH_STAGE_UNSPECIFIED = 0,
@@ -144384,7 +144151,6 @@ export namespace google {
144384
144151
  /** Edition enum. */
144385
144152
  enum Edition {
144386
144153
  EDITION_UNKNOWN = 0,
144387
- EDITION_LEGACY = 900,
144388
144154
  EDITION_PROTO2 = 998,
144389
144155
  EDITION_PROTO3 = 999,
144390
144156
  EDITION_2023 = 1000,
@@ -144415,9 +144181,6 @@ export namespace google {
144415
144181
  /** FileDescriptorProto weakDependency */
144416
144182
  weakDependency?: (number[]|null);
144417
144183
 
144418
- /** FileDescriptorProto optionDependency */
144419
- optionDependency?: (string[]|null);
144420
-
144421
144184
  /** FileDescriptorProto messageType */
144422
144185
  messageType?: (google.protobuf.IDescriptorProto[]|null);
144423
144186
 
@@ -144467,9 +144230,6 @@ export namespace google {
144467
144230
  /** FileDescriptorProto weakDependency. */
144468
144231
  public weakDependency: number[];
144469
144232
 
144470
- /** FileDescriptorProto optionDependency. */
144471
- public optionDependency: string[];
144472
-
144473
144233
  /** FileDescriptorProto messageType. */
144474
144234
  public messageType: google.protobuf.IDescriptorProto[];
144475
144235
 
@@ -144604,9 +144364,6 @@ export namespace google {
144604
144364
 
144605
144365
  /** DescriptorProto reservedName */
144606
144366
  reservedName?: (string[]|null);
144607
-
144608
- /** DescriptorProto visibility */
144609
- visibility?: (google.protobuf.SymbolVisibility|keyof typeof google.protobuf.SymbolVisibility|null);
144610
144367
  }
144611
144368
 
144612
144369
  /** Represents a DescriptorProto. */
@@ -144648,9 +144405,6 @@ export namespace google {
144648
144405
  /** DescriptorProto reservedName. */
144649
144406
  public reservedName: string[];
144650
144407
 
144651
- /** DescriptorProto visibility. */
144652
- public visibility: (google.protobuf.SymbolVisibility|keyof typeof google.protobuf.SymbolVisibility);
144653
-
144654
144408
  /**
144655
144409
  * Creates a new DescriptorProto instance using the specified properties.
144656
144410
  * @param [properties] Properties to set
@@ -145498,9 +145252,6 @@ export namespace google {
145498
145252
 
145499
145253
  /** EnumDescriptorProto reservedName */
145500
145254
  reservedName?: (string[]|null);
145501
-
145502
- /** EnumDescriptorProto visibility */
145503
- visibility?: (google.protobuf.SymbolVisibility|keyof typeof google.protobuf.SymbolVisibility|null);
145504
145255
  }
145505
145256
 
145506
145257
  /** Represents an EnumDescriptorProto. */
@@ -145527,9 +145278,6 @@ export namespace google {
145527
145278
  /** EnumDescriptorProto reservedName. */
145528
145279
  public reservedName: string[];
145529
145280
 
145530
- /** EnumDescriptorProto visibility. */
145531
- public visibility: (google.protobuf.SymbolVisibility|keyof typeof google.protobuf.SymbolVisibility);
145532
-
145533
145281
  /**
145534
145282
  * Creates a new EnumDescriptorProto instance using the specified properties.
145535
145283
  * @param [properties] Properties to set
@@ -146464,9 +146212,6 @@ export namespace google {
146464
146212
  /** FieldOptions features */
146465
146213
  features?: (google.protobuf.IFeatureSet|null);
146466
146214
 
146467
- /** FieldOptions featureSupport */
146468
- featureSupport?: (google.protobuf.FieldOptions.IFeatureSupport|null);
146469
-
146470
146215
  /** FieldOptions uninterpretedOption */
146471
146216
  uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null);
146472
146217
 
@@ -146522,9 +146267,6 @@ export namespace google {
146522
146267
  /** FieldOptions features. */
146523
146268
  public features?: (google.protobuf.IFeatureSet|null);
146524
146269
 
146525
- /** FieldOptions featureSupport. */
146526
- public featureSupport?: (google.protobuf.FieldOptions.IFeatureSupport|null);
146527
-
146528
146270
  /** FieldOptions uninterpretedOption. */
146529
146271
  public uninterpretedOption: google.protobuf.IUninterpretedOption[];
146530
146272
 
@@ -146745,121 +146487,6 @@ export namespace google {
146745
146487
  */
146746
146488
  public static getTypeUrl(typeUrlPrefix?: string): string;
146747
146489
  }
146748
-
146749
- /** Properties of a FeatureSupport. */
146750
- interface IFeatureSupport {
146751
-
146752
- /** FeatureSupport editionIntroduced */
146753
- editionIntroduced?: (google.protobuf.Edition|keyof typeof google.protobuf.Edition|null);
146754
-
146755
- /** FeatureSupport editionDeprecated */
146756
- editionDeprecated?: (google.protobuf.Edition|keyof typeof google.protobuf.Edition|null);
146757
-
146758
- /** FeatureSupport deprecationWarning */
146759
- deprecationWarning?: (string|null);
146760
-
146761
- /** FeatureSupport editionRemoved */
146762
- editionRemoved?: (google.protobuf.Edition|keyof typeof google.protobuf.Edition|null);
146763
- }
146764
-
146765
- /** Represents a FeatureSupport. */
146766
- class FeatureSupport implements IFeatureSupport {
146767
-
146768
- /**
146769
- * Constructs a new FeatureSupport.
146770
- * @param [properties] Properties to set
146771
- */
146772
- constructor(properties?: google.protobuf.FieldOptions.IFeatureSupport);
146773
-
146774
- /** FeatureSupport editionIntroduced. */
146775
- public editionIntroduced: (google.protobuf.Edition|keyof typeof google.protobuf.Edition);
146776
-
146777
- /** FeatureSupport editionDeprecated. */
146778
- public editionDeprecated: (google.protobuf.Edition|keyof typeof google.protobuf.Edition);
146779
-
146780
- /** FeatureSupport deprecationWarning. */
146781
- public deprecationWarning: string;
146782
-
146783
- /** FeatureSupport editionRemoved. */
146784
- public editionRemoved: (google.protobuf.Edition|keyof typeof google.protobuf.Edition);
146785
-
146786
- /**
146787
- * Creates a new FeatureSupport instance using the specified properties.
146788
- * @param [properties] Properties to set
146789
- * @returns FeatureSupport instance
146790
- */
146791
- public static create(properties?: google.protobuf.FieldOptions.IFeatureSupport): google.protobuf.FieldOptions.FeatureSupport;
146792
-
146793
- /**
146794
- * Encodes the specified FeatureSupport message. Does not implicitly {@link google.protobuf.FieldOptions.FeatureSupport.verify|verify} messages.
146795
- * @param message FeatureSupport message or plain object to encode
146796
- * @param [writer] Writer to encode to
146797
- * @returns Writer
146798
- */
146799
- public static encode(message: google.protobuf.FieldOptions.IFeatureSupport, writer?: $protobuf.Writer): $protobuf.Writer;
146800
-
146801
- /**
146802
- * Encodes the specified FeatureSupport message, length delimited. Does not implicitly {@link google.protobuf.FieldOptions.FeatureSupport.verify|verify} messages.
146803
- * @param message FeatureSupport message or plain object to encode
146804
- * @param [writer] Writer to encode to
146805
- * @returns Writer
146806
- */
146807
- public static encodeDelimited(message: google.protobuf.FieldOptions.IFeatureSupport, writer?: $protobuf.Writer): $protobuf.Writer;
146808
-
146809
- /**
146810
- * Decodes a FeatureSupport message from the specified reader or buffer.
146811
- * @param reader Reader or buffer to decode from
146812
- * @param [length] Message length if known beforehand
146813
- * @returns FeatureSupport
146814
- * @throws {Error} If the payload is not a reader or valid buffer
146815
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
146816
- */
146817
- public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.FieldOptions.FeatureSupport;
146818
-
146819
- /**
146820
- * Decodes a FeatureSupport message from the specified reader or buffer, length delimited.
146821
- * @param reader Reader or buffer to decode from
146822
- * @returns FeatureSupport
146823
- * @throws {Error} If the payload is not a reader or valid buffer
146824
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
146825
- */
146826
- public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.FieldOptions.FeatureSupport;
146827
-
146828
- /**
146829
- * Verifies a FeatureSupport message.
146830
- * @param message Plain object to verify
146831
- * @returns `null` if valid, otherwise the reason why it is not
146832
- */
146833
- public static verify(message: { [k: string]: any }): (string|null);
146834
-
146835
- /**
146836
- * Creates a FeatureSupport message from a plain object. Also converts values to their respective internal types.
146837
- * @param object Plain object
146838
- * @returns FeatureSupport
146839
- */
146840
- public static fromObject(object: { [k: string]: any }): google.protobuf.FieldOptions.FeatureSupport;
146841
-
146842
- /**
146843
- * Creates a plain object from a FeatureSupport message. Also converts values to other types if specified.
146844
- * @param message FeatureSupport
146845
- * @param [options] Conversion options
146846
- * @returns Plain object
146847
- */
146848
- public static toObject(message: google.protobuf.FieldOptions.FeatureSupport, options?: $protobuf.IConversionOptions): { [k: string]: any };
146849
-
146850
- /**
146851
- * Converts this FeatureSupport to JSON.
146852
- * @returns JSON object
146853
- */
146854
- public toJSON(): { [k: string]: any };
146855
-
146856
- /**
146857
- * Gets the default type url for FeatureSupport
146858
- * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
146859
- * @returns The default type url
146860
- */
146861
- public static getTypeUrl(typeUrlPrefix?: string): string;
146862
- }
146863
146490
  }
146864
146491
 
146865
146492
  /** Properties of an OneofOptions. */
@@ -147098,9 +146725,6 @@ export namespace google {
147098
146725
  /** EnumValueOptions debugRedact */
147099
146726
  debugRedact?: (boolean|null);
147100
146727
 
147101
- /** EnumValueOptions featureSupport */
147102
- featureSupport?: (google.protobuf.FieldOptions.IFeatureSupport|null);
147103
-
147104
146728
  /** EnumValueOptions uninterpretedOption */
147105
146729
  uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null);
147106
146730
  }
@@ -147123,9 +146747,6 @@ export namespace google {
147123
146747
  /** EnumValueOptions debugRedact. */
147124
146748
  public debugRedact: boolean;
147125
146749
 
147126
- /** EnumValueOptions featureSupport. */
147127
- public featureSupport?: (google.protobuf.FieldOptions.IFeatureSupport|null);
147128
-
147129
146750
  /** EnumValueOptions uninterpretedOption. */
147130
146751
  public uninterpretedOption: google.protobuf.IUninterpretedOption[];
147131
146752
 
@@ -147718,12 +147339,6 @@ export namespace google {
147718
147339
 
147719
147340
  /** FeatureSet jsonFormat */
147720
147341
  jsonFormat?: (google.protobuf.FeatureSet.JsonFormat|keyof typeof google.protobuf.FeatureSet.JsonFormat|null);
147721
-
147722
- /** FeatureSet enforceNamingStyle */
147723
- enforceNamingStyle?: (google.protobuf.FeatureSet.EnforceNamingStyle|keyof typeof google.protobuf.FeatureSet.EnforceNamingStyle|null);
147724
-
147725
- /** FeatureSet defaultSymbolVisibility */
147726
- defaultSymbolVisibility?: (google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility|keyof typeof google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility|null);
147727
147342
  }
147728
147343
 
147729
147344
  /** Represents a FeatureSet. */
@@ -147753,12 +147368,6 @@ export namespace google {
147753
147368
  /** FeatureSet jsonFormat. */
147754
147369
  public jsonFormat: (google.protobuf.FeatureSet.JsonFormat|keyof typeof google.protobuf.FeatureSet.JsonFormat);
147755
147370
 
147756
- /** FeatureSet enforceNamingStyle. */
147757
- public enforceNamingStyle: (google.protobuf.FeatureSet.EnforceNamingStyle|keyof typeof google.protobuf.FeatureSet.EnforceNamingStyle);
147758
-
147759
- /** FeatureSet defaultSymbolVisibility. */
147760
- public defaultSymbolVisibility: (google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility|keyof typeof google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility);
147761
-
147762
147371
  /**
147763
147372
  * Creates a new FeatureSet instance using the specified properties.
147764
147373
  * @param [properties] Properties to set
@@ -147881,116 +147490,6 @@ export namespace google {
147881
147490
  ALLOW = 1,
147882
147491
  LEGACY_BEST_EFFORT = 2
147883
147492
  }
147884
-
147885
- /** EnforceNamingStyle enum. */
147886
- enum EnforceNamingStyle {
147887
- ENFORCE_NAMING_STYLE_UNKNOWN = 0,
147888
- STYLE2024 = 1,
147889
- STYLE_LEGACY = 2
147890
- }
147891
-
147892
- /** Properties of a VisibilityFeature. */
147893
- interface IVisibilityFeature {
147894
- }
147895
-
147896
- /** Represents a VisibilityFeature. */
147897
- class VisibilityFeature implements IVisibilityFeature {
147898
-
147899
- /**
147900
- * Constructs a new VisibilityFeature.
147901
- * @param [properties] Properties to set
147902
- */
147903
- constructor(properties?: google.protobuf.FeatureSet.IVisibilityFeature);
147904
-
147905
- /**
147906
- * Creates a new VisibilityFeature instance using the specified properties.
147907
- * @param [properties] Properties to set
147908
- * @returns VisibilityFeature instance
147909
- */
147910
- public static create(properties?: google.protobuf.FeatureSet.IVisibilityFeature): google.protobuf.FeatureSet.VisibilityFeature;
147911
-
147912
- /**
147913
- * Encodes the specified VisibilityFeature message. Does not implicitly {@link google.protobuf.FeatureSet.VisibilityFeature.verify|verify} messages.
147914
- * @param message VisibilityFeature message or plain object to encode
147915
- * @param [writer] Writer to encode to
147916
- * @returns Writer
147917
- */
147918
- public static encode(message: google.protobuf.FeatureSet.IVisibilityFeature, writer?: $protobuf.Writer): $protobuf.Writer;
147919
-
147920
- /**
147921
- * Encodes the specified VisibilityFeature message, length delimited. Does not implicitly {@link google.protobuf.FeatureSet.VisibilityFeature.verify|verify} messages.
147922
- * @param message VisibilityFeature message or plain object to encode
147923
- * @param [writer] Writer to encode to
147924
- * @returns Writer
147925
- */
147926
- public static encodeDelimited(message: google.protobuf.FeatureSet.IVisibilityFeature, writer?: $protobuf.Writer): $protobuf.Writer;
147927
-
147928
- /**
147929
- * Decodes a VisibilityFeature message from the specified reader or buffer.
147930
- * @param reader Reader or buffer to decode from
147931
- * @param [length] Message length if known beforehand
147932
- * @returns VisibilityFeature
147933
- * @throws {Error} If the payload is not a reader or valid buffer
147934
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
147935
- */
147936
- public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.FeatureSet.VisibilityFeature;
147937
-
147938
- /**
147939
- * Decodes a VisibilityFeature message from the specified reader or buffer, length delimited.
147940
- * @param reader Reader or buffer to decode from
147941
- * @returns VisibilityFeature
147942
- * @throws {Error} If the payload is not a reader or valid buffer
147943
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
147944
- */
147945
- public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.FeatureSet.VisibilityFeature;
147946
-
147947
- /**
147948
- * Verifies a VisibilityFeature message.
147949
- * @param message Plain object to verify
147950
- * @returns `null` if valid, otherwise the reason why it is not
147951
- */
147952
- public static verify(message: { [k: string]: any }): (string|null);
147953
-
147954
- /**
147955
- * Creates a VisibilityFeature message from a plain object. Also converts values to their respective internal types.
147956
- * @param object Plain object
147957
- * @returns VisibilityFeature
147958
- */
147959
- public static fromObject(object: { [k: string]: any }): google.protobuf.FeatureSet.VisibilityFeature;
147960
-
147961
- /**
147962
- * Creates a plain object from a VisibilityFeature message. Also converts values to other types if specified.
147963
- * @param message VisibilityFeature
147964
- * @param [options] Conversion options
147965
- * @returns Plain object
147966
- */
147967
- public static toObject(message: google.protobuf.FeatureSet.VisibilityFeature, options?: $protobuf.IConversionOptions): { [k: string]: any };
147968
-
147969
- /**
147970
- * Converts this VisibilityFeature to JSON.
147971
- * @returns JSON object
147972
- */
147973
- public toJSON(): { [k: string]: any };
147974
-
147975
- /**
147976
- * Gets the default type url for VisibilityFeature
147977
- * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
147978
- * @returns The default type url
147979
- */
147980
- public static getTypeUrl(typeUrlPrefix?: string): string;
147981
- }
147982
-
147983
- namespace VisibilityFeature {
147984
-
147985
- /** DefaultSymbolVisibility enum. */
147986
- enum DefaultSymbolVisibility {
147987
- DEFAULT_SYMBOL_VISIBILITY_UNKNOWN = 0,
147988
- EXPORT_ALL = 1,
147989
- EXPORT_TOP_LEVEL = 2,
147990
- LOCAL_ALL = 3,
147991
- STRICT = 4
147992
- }
147993
- }
147994
147493
  }
147995
147494
 
147996
147495
  /** Properties of a FeatureSetDefaults. */
@@ -148110,11 +147609,8 @@ export namespace google {
148110
147609
  /** FeatureSetEditionDefault edition */
148111
147610
  edition?: (google.protobuf.Edition|keyof typeof google.protobuf.Edition|null);
148112
147611
 
148113
- /** FeatureSetEditionDefault overridableFeatures */
148114
- overridableFeatures?: (google.protobuf.IFeatureSet|null);
148115
-
148116
- /** FeatureSetEditionDefault fixedFeatures */
148117
- fixedFeatures?: (google.protobuf.IFeatureSet|null);
147612
+ /** FeatureSetEditionDefault features */
147613
+ features?: (google.protobuf.IFeatureSet|null);
148118
147614
  }
148119
147615
 
148120
147616
  /** Represents a FeatureSetEditionDefault. */
@@ -148129,11 +147625,8 @@ export namespace google {
148129
147625
  /** FeatureSetEditionDefault edition. */
148130
147626
  public edition: (google.protobuf.Edition|keyof typeof google.protobuf.Edition);
148131
147627
 
148132
- /** FeatureSetEditionDefault overridableFeatures. */
148133
- public overridableFeatures?: (google.protobuf.IFeatureSet|null);
148134
-
148135
- /** FeatureSetEditionDefault fixedFeatures. */
148136
- public fixedFeatures?: (google.protobuf.IFeatureSet|null);
147628
+ /** FeatureSetEditionDefault features. */
147629
+ public features?: (google.protobuf.IFeatureSet|null);
148137
147630
 
148138
147631
  /**
148139
147632
  * Creates a new FeatureSetEditionDefault instance using the specified properties.
@@ -148666,13 +148159,6 @@ export namespace google {
148666
148159
  }
148667
148160
  }
148668
148161
 
148669
- /** SymbolVisibility enum. */
148670
- enum SymbolVisibility {
148671
- VISIBILITY_UNSET = 0,
148672
- VISIBILITY_LOCAL = 1,
148673
- VISIBILITY_EXPORT = 2
148674
- }
148675
-
148676
148162
  /** Properties of a Struct. */
148677
148163
  interface IStruct {
148678
148164