@@ -5044,7 +5044,7 @@ export namespace google {
5044
5044
5045
5045
/** Edition enum. */
5046
5046
type Edition =
5047
- "EDITION_UNKNOWN" | "EDITION_LEGACY" | " EDITION_PROTO2"| "EDITION_PROTO3" | "EDITION_2023" | "EDITION_2024" | "EDITION_1_TEST_ONLY" | "EDITION_2_TEST_ONLY" | "EDITION_99997_TEST_ONLY" | "EDITION_99998_TEST_ONLY" | "EDITION_99999_TEST_ONLY" | "EDITION_MAX" ;
5047
+ "EDITION_UNKNOWN" | "EDITION_PROTO2" | "EDITION_PROTO3" | "EDITION_2023" | "EDITION_2024" | "EDITION_1_TEST_ONLY" | "EDITION_2_TEST_ONLY" | "EDITION_99997_TEST_ONLY" | "EDITION_99998_TEST_ONLY" | "EDITION_99999_TEST_ONLY" | "EDITION_MAX" ;
5048
5048
5049
5049
/** Properties of a FileDescriptorProto. */
5050
5050
interface IFileDescriptorProto {
@@ -6334,9 +6334,6 @@ export namespace google {
6334
6334
/** FieldOptions features */
6335
6335
features ?: ( google . protobuf . IFeatureSet | null ) ;
6336
6336
6337
- /** FieldOptions featureSupport */
6338
- featureSupport ?: ( google . protobuf . FieldOptions . IFeatureSupport | null ) ;
6339
-
6340
6337
/** FieldOptions uninterpretedOption */
6341
6338
uninterpretedOption ?: ( google . protobuf . IUninterpretedOption [ ] | null ) ;
6342
6339
@@ -6392,9 +6389,6 @@ export namespace google {
6392
6389
/** FieldOptions features. */
6393
6390
public features ?: ( google . protobuf . IFeatureSet | null ) ;
6394
6391
6395
- /** FieldOptions featureSupport. */
6396
- public featureSupport ?: ( google . protobuf . FieldOptions . IFeatureSupport | null ) ;
6397
-
6398
6392
/** FieldOptions uninterpretedOption. */
6399
6393
public uninterpretedOption : google . protobuf . IUninterpretedOption [ ] ;
6400
6394
@@ -6498,72 +6492,6 @@ export namespace google {
6498
6492
*/
6499
6493
public static getTypeUrl ( typeUrlPrefix ?: string ) : string ;
6500
6494
}
6501
-
6502
- /** Properties of a FeatureSupport. */
6503
- interface IFeatureSupport {
6504
-
6505
- /** FeatureSupport editionIntroduced */
6506
- editionIntroduced ?: ( google . protobuf . Edition | null ) ;
6507
-
6508
- /** FeatureSupport editionDeprecated */
6509
- editionDeprecated ?: ( google . protobuf . Edition | null ) ;
6510
-
6511
- /** FeatureSupport deprecationWarning */
6512
- deprecationWarning ?: ( string | null ) ;
6513
-
6514
- /** FeatureSupport editionRemoved */
6515
- editionRemoved ?: ( google . protobuf . Edition | null ) ;
6516
- }
6517
-
6518
- /** Represents a FeatureSupport. */
6519
- class FeatureSupport implements IFeatureSupport {
6520
-
6521
- /**
6522
- * Constructs a new FeatureSupport.
6523
- * @param [properties] Properties to set
6524
- */
6525
- constructor ( properties ?: google . protobuf . FieldOptions . IFeatureSupport ) ;
6526
-
6527
- /** FeatureSupport editionIntroduced. */
6528
- public editionIntroduced : google . protobuf . Edition ;
6529
-
6530
- /** FeatureSupport editionDeprecated. */
6531
- public editionDeprecated : google . protobuf . Edition ;
6532
-
6533
- /** FeatureSupport deprecationWarning. */
6534
- public deprecationWarning : string ;
6535
-
6536
- /** FeatureSupport editionRemoved. */
6537
- public editionRemoved : google . protobuf . Edition ;
6538
-
6539
- /**
6540
- * Creates a FeatureSupport message from a plain object. Also converts values to their respective internal types.
6541
- * @param object Plain object
6542
- * @returns FeatureSupport
6543
- */
6544
- public static fromObject ( object : { [ k : string ] : any } ) : google . protobuf . FieldOptions . FeatureSupport ;
6545
-
6546
- /**
6547
- * Creates a plain object from a FeatureSupport message. Also converts values to other types if specified.
6548
- * @param message FeatureSupport
6549
- * @param [options] Conversion options
6550
- * @returns Plain object
6551
- */
6552
- public static toObject ( message : google . protobuf . FieldOptions . FeatureSupport , options ?: $protobuf . IConversionOptions ) : { [ k : string ] : any } ;
6553
-
6554
- /**
6555
- * Converts this FeatureSupport to JSON.
6556
- * @returns JSON object
6557
- */
6558
- public toJSON ( ) : { [ k : string ] : any } ;
6559
-
6560
- /**
6561
- * Gets the default type url for FeatureSupport
6562
- * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
6563
- * @returns The default type url
6564
- */
6565
- public static getTypeUrl ( typeUrlPrefix ?: string ) : string ;
6566
- }
6567
6495
}
6568
6496
6569
6497
/** Properties of an OneofOptions. */
@@ -7223,11 +7151,8 @@ export namespace google {
7223
7151
/** FeatureSetEditionDefault edition */
7224
7152
edition ?: ( google . protobuf . Edition | null ) ;
7225
7153
7226
- /** FeatureSetEditionDefault overridableFeatures */
7227
- overridableFeatures ?: ( google . protobuf . IFeatureSet | null ) ;
7228
-
7229
- /** FeatureSetEditionDefault fixedFeatures */
7230
- fixedFeatures ?: ( google . protobuf . IFeatureSet | null ) ;
7154
+ /** FeatureSetEditionDefault features */
7155
+ features ?: ( google . protobuf . IFeatureSet | null ) ;
7231
7156
}
7232
7157
7233
7158
/** Represents a FeatureSetEditionDefault. */
@@ -7242,11 +7167,8 @@ export namespace google {
7242
7167
/** FeatureSetEditionDefault edition. */
7243
7168
public edition : google . protobuf . Edition ;
7244
7169
7245
- /** FeatureSetEditionDefault overridableFeatures. */
7246
- public overridableFeatures ?: ( google . protobuf . IFeatureSet | null ) ;
7247
-
7248
- /** FeatureSetEditionDefault fixedFeatures. */
7249
- public fixedFeatures ?: ( google . protobuf . IFeatureSet | null ) ;
7170
+ /** FeatureSetEditionDefault features. */
7171
+ public features ?: ( google . protobuf . IFeatureSet | null ) ;
7250
7172
7251
7173
/**
7252
7174
* Creates a FeatureSetEditionDefault message from a plain object. Also converts values to their respective internal types.
0 commit comments