@google-cloud/discoveryengine 2.5.0 → 2.5.2

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.
@@ -11592,6 +11592,9 @@ export namespace google {
11592
11592
  /** Session turns */
11593
11593
  turns?: (google.cloud.discoveryengine.v1.Session.ITurn[]|null);
11594
11594
 
11595
+ /** Session labels */
11596
+ labels?: (string[]|null);
11597
+
11595
11598
  /** Session startTime */
11596
11599
  startTime?: (google.protobuf.ITimestamp|null);
11597
11600
 
@@ -11626,6 +11629,9 @@ export namespace google {
11626
11629
  /** Session turns. */
11627
11630
  public turns: google.cloud.discoveryengine.v1.Session.ITurn[];
11628
11631
 
11632
+ /** Session labels. */
11633
+ public labels: string[];
11634
+
11629
11635
  /** Session startTime. */
11630
11636
  public startTime?: (google.protobuf.ITimestamp|null);
11631
11637
 
@@ -11727,6 +11733,9 @@ export namespace google {
11727
11733
  /** Turn detailedAnswer */
11728
11734
  detailedAnswer?: (google.cloud.discoveryengine.v1.IAnswer|null);
11729
11735
 
11736
+ /** Turn detailedAssistAnswer */
11737
+ detailedAssistAnswer?: (google.cloud.discoveryengine.v1.IAssistAnswer|null);
11738
+
11730
11739
  /** Turn queryConfig */
11731
11740
  queryConfig?: ({ [k: string]: string }|null);
11732
11741
  }
@@ -11749,6 +11758,9 @@ export namespace google {
11749
11758
  /** Turn detailedAnswer. */
11750
11759
  public detailedAnswer?: (google.cloud.discoveryengine.v1.IAnswer|null);
11751
11760
 
11761
+ /** Turn detailedAssistAnswer. */
11762
+ public detailedAssistAnswer?: (google.cloud.discoveryengine.v1.IAssistAnswer|null);
11763
+
11752
11764
  /** Turn queryConfig. */
11753
11765
  public queryConfig: { [k: string]: string };
11754
11766
 
@@ -142453,9 +142465,6 @@ export namespace google {
142453
142465
 
142454
142466
  /** CommonLanguageSettings destinations */
142455
142467
  destinations?: (google.api.ClientLibraryDestination[]|null);
142456
-
142457
- /** CommonLanguageSettings selectiveGapicGeneration */
142458
- selectiveGapicGeneration?: (google.api.ISelectiveGapicGeneration|null);
142459
142468
  }
142460
142469
 
142461
142470
  /** Represents a CommonLanguageSettings. */
@@ -142473,9 +142482,6 @@ export namespace google {
142473
142482
  /** CommonLanguageSettings destinations. */
142474
142483
  public destinations: google.api.ClientLibraryDestination[];
142475
142484
 
142476
- /** CommonLanguageSettings selectiveGapicGeneration. */
142477
- public selectiveGapicGeneration?: (google.api.ISelectiveGapicGeneration|null);
142478
-
142479
142485
  /**
142480
142486
  * Creates a new CommonLanguageSettings instance using the specified properties.
142481
142487
  * @param [properties] Properties to set
@@ -143176,9 +143182,6 @@ export namespace google {
143176
143182
 
143177
143183
  /** PythonSettings common */
143178
143184
  common?: (google.api.ICommonLanguageSettings|null);
143179
-
143180
- /** PythonSettings experimentalFeatures */
143181
- experimentalFeatures?: (google.api.PythonSettings.IExperimentalFeatures|null);
143182
143185
  }
143183
143186
 
143184
143187
  /** Represents a PythonSettings. */
@@ -143193,9 +143196,6 @@ export namespace google {
143193
143196
  /** PythonSettings common. */
143194
143197
  public common?: (google.api.ICommonLanguageSettings|null);
143195
143198
 
143196
- /** PythonSettings experimentalFeatures. */
143197
- public experimentalFeatures?: (google.api.PythonSettings.IExperimentalFeatures|null);
143198
-
143199
143199
  /**
143200
143200
  * Creates a new PythonSettings instance using the specified properties.
143201
143201
  * @param [properties] Properties to set
@@ -143274,118 +143274,6 @@ export namespace google {
143274
143274
  public static getTypeUrl(typeUrlPrefix?: string): string;
143275
143275
  }
143276
143276
 
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
143277
  /** Properties of a NodeSettings. */
143390
143278
  interface INodeSettings {
143391
143279
 
@@ -143712,9 +143600,6 @@ export namespace google {
143712
143600
 
143713
143601
  /** GoSettings common */
143714
143602
  common?: (google.api.ICommonLanguageSettings|null);
143715
-
143716
- /** GoSettings renamedServices */
143717
- renamedServices?: ({ [k: string]: string }|null);
143718
143603
  }
143719
143604
 
143720
143605
  /** Represents a GoSettings. */
@@ -143729,9 +143614,6 @@ export namespace google {
143729
143614
  /** GoSettings common. */
143730
143615
  public common?: (google.api.ICommonLanguageSettings|null);
143731
143616
 
143732
- /** GoSettings renamedServices. */
143733
- public renamedServices: { [k: string]: string };
143734
-
143735
143617
  /**
143736
143618
  * Creates a new GoSettings instance using the specified properties.
143737
143619
  * @param [properties] Properties to set
@@ -144056,109 +143938,6 @@ export namespace google {
144056
143938
  PACKAGE_MANAGER = 20
144057
143939
  }
144058
143940
 
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
143941
  /** LaunchStage enum. */
144163
143942
  enum LaunchStage {
144164
143943
  LAUNCH_STAGE_UNSPECIFIED = 0,
@@ -144384,7 +144163,6 @@ export namespace google {
144384
144163
  /** Edition enum. */
144385
144164
  enum Edition {
144386
144165
  EDITION_UNKNOWN = 0,
144387
- EDITION_LEGACY = 900,
144388
144166
  EDITION_PROTO2 = 998,
144389
144167
  EDITION_PROTO3 = 999,
144390
144168
  EDITION_2023 = 1000,
@@ -144415,9 +144193,6 @@ export namespace google {
144415
144193
  /** FileDescriptorProto weakDependency */
144416
144194
  weakDependency?: (number[]|null);
144417
144195
 
144418
- /** FileDescriptorProto optionDependency */
144419
- optionDependency?: (string[]|null);
144420
-
144421
144196
  /** FileDescriptorProto messageType */
144422
144197
  messageType?: (google.protobuf.IDescriptorProto[]|null);
144423
144198
 
@@ -144467,9 +144242,6 @@ export namespace google {
144467
144242
  /** FileDescriptorProto weakDependency. */
144468
144243
  public weakDependency: number[];
144469
144244
 
144470
- /** FileDescriptorProto optionDependency. */
144471
- public optionDependency: string[];
144472
-
144473
144245
  /** FileDescriptorProto messageType. */
144474
144246
  public messageType: google.protobuf.IDescriptorProto[];
144475
144247
 
@@ -144604,9 +144376,6 @@ export namespace google {
144604
144376
 
144605
144377
  /** DescriptorProto reservedName */
144606
144378
  reservedName?: (string[]|null);
144607
-
144608
- /** DescriptorProto visibility */
144609
- visibility?: (google.protobuf.SymbolVisibility|keyof typeof google.protobuf.SymbolVisibility|null);
144610
144379
  }
144611
144380
 
144612
144381
  /** Represents a DescriptorProto. */
@@ -144648,9 +144417,6 @@ export namespace google {
144648
144417
  /** DescriptorProto reservedName. */
144649
144418
  public reservedName: string[];
144650
144419
 
144651
- /** DescriptorProto visibility. */
144652
- public visibility: (google.protobuf.SymbolVisibility|keyof typeof google.protobuf.SymbolVisibility);
144653
-
144654
144420
  /**
144655
144421
  * Creates a new DescriptorProto instance using the specified properties.
144656
144422
  * @param [properties] Properties to set
@@ -145498,9 +145264,6 @@ export namespace google {
145498
145264
 
145499
145265
  /** EnumDescriptorProto reservedName */
145500
145266
  reservedName?: (string[]|null);
145501
-
145502
- /** EnumDescriptorProto visibility */
145503
- visibility?: (google.protobuf.SymbolVisibility|keyof typeof google.protobuf.SymbolVisibility|null);
145504
145267
  }
145505
145268
 
145506
145269
  /** Represents an EnumDescriptorProto. */
@@ -145527,9 +145290,6 @@ export namespace google {
145527
145290
  /** EnumDescriptorProto reservedName. */
145528
145291
  public reservedName: string[];
145529
145292
 
145530
- /** EnumDescriptorProto visibility. */
145531
- public visibility: (google.protobuf.SymbolVisibility|keyof typeof google.protobuf.SymbolVisibility);
145532
-
145533
145293
  /**
145534
145294
  * Creates a new EnumDescriptorProto instance using the specified properties.
145535
145295
  * @param [properties] Properties to set
@@ -146464,9 +146224,6 @@ export namespace google {
146464
146224
  /** FieldOptions features */
146465
146225
  features?: (google.protobuf.IFeatureSet|null);
146466
146226
 
146467
- /** FieldOptions featureSupport */
146468
- featureSupport?: (google.protobuf.FieldOptions.IFeatureSupport|null);
146469
-
146470
146227
  /** FieldOptions uninterpretedOption */
146471
146228
  uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null);
146472
146229
 
@@ -146522,9 +146279,6 @@ export namespace google {
146522
146279
  /** FieldOptions features. */
146523
146280
  public features?: (google.protobuf.IFeatureSet|null);
146524
146281
 
146525
- /** FieldOptions featureSupport. */
146526
- public featureSupport?: (google.protobuf.FieldOptions.IFeatureSupport|null);
146527
-
146528
146282
  /** FieldOptions uninterpretedOption. */
146529
146283
  public uninterpretedOption: google.protobuf.IUninterpretedOption[];
146530
146284
 
@@ -146745,121 +146499,6 @@ export namespace google {
146745
146499
  */
146746
146500
  public static getTypeUrl(typeUrlPrefix?: string): string;
146747
146501
  }
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
146502
  }
146864
146503
 
146865
146504
  /** Properties of an OneofOptions. */
@@ -147098,9 +146737,6 @@ export namespace google {
147098
146737
  /** EnumValueOptions debugRedact */
147099
146738
  debugRedact?: (boolean|null);
147100
146739
 
147101
- /** EnumValueOptions featureSupport */
147102
- featureSupport?: (google.protobuf.FieldOptions.IFeatureSupport|null);
147103
-
147104
146740
  /** EnumValueOptions uninterpretedOption */
147105
146741
  uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null);
147106
146742
  }
@@ -147123,9 +146759,6 @@ export namespace google {
147123
146759
  /** EnumValueOptions debugRedact. */
147124
146760
  public debugRedact: boolean;
147125
146761
 
147126
- /** EnumValueOptions featureSupport. */
147127
- public featureSupport?: (google.protobuf.FieldOptions.IFeatureSupport|null);
147128
-
147129
146762
  /** EnumValueOptions uninterpretedOption. */
147130
146763
  public uninterpretedOption: google.protobuf.IUninterpretedOption[];
147131
146764
 
@@ -147718,12 +147351,6 @@ export namespace google {
147718
147351
 
147719
147352
  /** FeatureSet jsonFormat */
147720
147353
  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
147354
  }
147728
147355
 
147729
147356
  /** Represents a FeatureSet. */
@@ -147753,12 +147380,6 @@ export namespace google {
147753
147380
  /** FeatureSet jsonFormat. */
147754
147381
  public jsonFormat: (google.protobuf.FeatureSet.JsonFormat|keyof typeof google.protobuf.FeatureSet.JsonFormat);
147755
147382
 
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
147383
  /**
147763
147384
  * Creates a new FeatureSet instance using the specified properties.
147764
147385
  * @param [properties] Properties to set
@@ -147881,116 +147502,6 @@ export namespace google {
147881
147502
  ALLOW = 1,
147882
147503
  LEGACY_BEST_EFFORT = 2
147883
147504
  }
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
147505
  }
147995
147506
 
147996
147507
  /** Properties of a FeatureSetDefaults. */
@@ -148110,11 +147621,8 @@ export namespace google {
148110
147621
  /** FeatureSetEditionDefault edition */
148111
147622
  edition?: (google.protobuf.Edition|keyof typeof google.protobuf.Edition|null);
148112
147623
 
148113
- /** FeatureSetEditionDefault overridableFeatures */
148114
- overridableFeatures?: (google.protobuf.IFeatureSet|null);
148115
-
148116
- /** FeatureSetEditionDefault fixedFeatures */
148117
- fixedFeatures?: (google.protobuf.IFeatureSet|null);
147624
+ /** FeatureSetEditionDefault features */
147625
+ features?: (google.protobuf.IFeatureSet|null);
148118
147626
  }
148119
147627
 
148120
147628
  /** Represents a FeatureSetEditionDefault. */
@@ -148129,11 +147637,8 @@ export namespace google {
148129
147637
  /** FeatureSetEditionDefault edition. */
148130
147638
  public edition: (google.protobuf.Edition|keyof typeof google.protobuf.Edition);
148131
147639
 
148132
- /** FeatureSetEditionDefault overridableFeatures. */
148133
- public overridableFeatures?: (google.protobuf.IFeatureSet|null);
148134
-
148135
- /** FeatureSetEditionDefault fixedFeatures. */
148136
- public fixedFeatures?: (google.protobuf.IFeatureSet|null);
147640
+ /** FeatureSetEditionDefault features. */
147641
+ public features?: (google.protobuf.IFeatureSet|null);
148137
147642
 
148138
147643
  /**
148139
147644
  * Creates a new FeatureSetEditionDefault instance using the specified properties.
@@ -148666,13 +148171,6 @@ export namespace google {
148666
148171
  }
148667
148172
  }
148668
148173
 
148669
- /** SymbolVisibility enum. */
148670
- enum SymbolVisibility {
148671
- VISIBILITY_UNSET = 0,
148672
- VISIBILITY_LOCAL = 1,
148673
- VISIBILITY_EXPORT = 2
148674
- }
148675
-
148676
148174
  /** Properties of a Struct. */
148677
148175
  interface IStruct {
148678
148176