@google-cloud/dlp 5.1.0 → 5.1.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.
@@ -31306,9 +31306,6 @@ export namespace google {
31306
31306
 
31307
31307
  /** Publishing librarySettings */
31308
31308
  librarySettings?: (google.api.IClientLibrarySettings[]|null);
31309
-
31310
- /** Publishing protoReferenceDocumentationUri */
31311
- protoReferenceDocumentationUri?: (string|null);
31312
31309
  }
31313
31310
 
31314
31311
  /** Represents a Publishing. */
@@ -31347,9 +31344,6 @@ export namespace google {
31347
31344
  /** Publishing librarySettings. */
31348
31345
  public librarySettings: google.api.IClientLibrarySettings[];
31349
31346
 
31350
- /** Publishing protoReferenceDocumentationUri. */
31351
- public protoReferenceDocumentationUri: string;
31352
-
31353
31347
  /**
31354
31348
  * Creates a new Publishing instance using the specified properties.
31355
31349
  * @param [properties] Properties to set
@@ -31930,21 +31924,6 @@ export namespace google {
31930
31924
 
31931
31925
  /** DotnetSettings common */
31932
31926
  common?: (google.api.ICommonLanguageSettings|null);
31933
-
31934
- /** DotnetSettings renamedServices */
31935
- renamedServices?: ({ [k: string]: string }|null);
31936
-
31937
- /** DotnetSettings renamedResources */
31938
- renamedResources?: ({ [k: string]: string }|null);
31939
-
31940
- /** DotnetSettings ignoredResources */
31941
- ignoredResources?: (string[]|null);
31942
-
31943
- /** DotnetSettings forcedNamespaceAliases */
31944
- forcedNamespaceAliases?: (string[]|null);
31945
-
31946
- /** DotnetSettings handwrittenSignatures */
31947
- handwrittenSignatures?: (string[]|null);
31948
31927
  }
31949
31928
 
31950
31929
  /** Represents a DotnetSettings. */
@@ -31959,21 +31938,6 @@ export namespace google {
31959
31938
  /** DotnetSettings common. */
31960
31939
  public common?: (google.api.ICommonLanguageSettings|null);
31961
31940
 
31962
- /** DotnetSettings renamedServices. */
31963
- public renamedServices: { [k: string]: string };
31964
-
31965
- /** DotnetSettings renamedResources. */
31966
- public renamedResources: { [k: string]: string };
31967
-
31968
- /** DotnetSettings ignoredResources. */
31969
- public ignoredResources: string[];
31970
-
31971
- /** DotnetSettings forcedNamespaceAliases. */
31972
- public forcedNamespaceAliases: string[];
31973
-
31974
- /** DotnetSettings handwrittenSignatures. */
31975
- public handwrittenSignatures: string[];
31976
-
31977
31941
  /**
31978
31942
  * Creates a new DotnetSettings instance using the specified properties.
31979
31943
  * @param [properties] Properties to set
@@ -32473,10 +32437,7 @@ export namespace google {
32473
32437
  CLOUD = 1,
32474
32438
  ADS = 2,
32475
32439
  PHOTOS = 3,
32476
- STREET_VIEW = 4,
32477
- SHOPPING = 5,
32478
- GEO = 6,
32479
- GENERATIVE_AI = 7
32440
+ STREET_VIEW = 4
32480
32441
  }
32481
32442
 
32482
32443
  /** ClientLibraryDestination enum. */
@@ -33403,15 +33364,6 @@ export namespace google {
33403
33364
 
33404
33365
  /** ExtensionRangeOptions uninterpretedOption */
33405
33366
  uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null);
33406
-
33407
- /** ExtensionRangeOptions declaration */
33408
- declaration?: (google.protobuf.ExtensionRangeOptions.IDeclaration[]|null);
33409
-
33410
- /** ExtensionRangeOptions features */
33411
- features?: (google.protobuf.IFeatureSet|null);
33412
-
33413
- /** ExtensionRangeOptions verification */
33414
- verification?: (google.protobuf.ExtensionRangeOptions.VerificationState|keyof typeof google.protobuf.ExtensionRangeOptions.VerificationState|null);
33415
33367
  }
33416
33368
 
33417
33369
  /** Represents an ExtensionRangeOptions. */
@@ -33426,15 +33378,6 @@ export namespace google {
33426
33378
  /** ExtensionRangeOptions uninterpretedOption. */
33427
33379
  public uninterpretedOption: google.protobuf.IUninterpretedOption[];
33428
33380
 
33429
- /** ExtensionRangeOptions declaration. */
33430
- public declaration: google.protobuf.ExtensionRangeOptions.IDeclaration[];
33431
-
33432
- /** ExtensionRangeOptions features. */
33433
- public features?: (google.protobuf.IFeatureSet|null);
33434
-
33435
- /** ExtensionRangeOptions verification. */
33436
- public verification: (google.protobuf.ExtensionRangeOptions.VerificationState|keyof typeof google.protobuf.ExtensionRangeOptions.VerificationState);
33437
-
33438
33381
  /**
33439
33382
  * Creates a new ExtensionRangeOptions instance using the specified properties.
33440
33383
  * @param [properties] Properties to set
@@ -33513,136 +33456,6 @@ export namespace google {
33513
33456
  public static getTypeUrl(typeUrlPrefix?: string): string;
33514
33457
  }
33515
33458
 
33516
- namespace ExtensionRangeOptions {
33517
-
33518
- /** Properties of a Declaration. */
33519
- interface IDeclaration {
33520
-
33521
- /** Declaration number */
33522
- number?: (number|null);
33523
-
33524
- /** Declaration fullName */
33525
- fullName?: (string|null);
33526
-
33527
- /** Declaration type */
33528
- type?: (string|null);
33529
-
33530
- /** Declaration reserved */
33531
- reserved?: (boolean|null);
33532
-
33533
- /** Declaration repeated */
33534
- repeated?: (boolean|null);
33535
- }
33536
-
33537
- /** Represents a Declaration. */
33538
- class Declaration implements IDeclaration {
33539
-
33540
- /**
33541
- * Constructs a new Declaration.
33542
- * @param [properties] Properties to set
33543
- */
33544
- constructor(properties?: google.protobuf.ExtensionRangeOptions.IDeclaration);
33545
-
33546
- /** Declaration number. */
33547
- public number: number;
33548
-
33549
- /** Declaration fullName. */
33550
- public fullName: string;
33551
-
33552
- /** Declaration type. */
33553
- public type: string;
33554
-
33555
- /** Declaration reserved. */
33556
- public reserved: boolean;
33557
-
33558
- /** Declaration repeated. */
33559
- public repeated: boolean;
33560
-
33561
- /**
33562
- * Creates a new Declaration instance using the specified properties.
33563
- * @param [properties] Properties to set
33564
- * @returns Declaration instance
33565
- */
33566
- public static create(properties?: google.protobuf.ExtensionRangeOptions.IDeclaration): google.protobuf.ExtensionRangeOptions.Declaration;
33567
-
33568
- /**
33569
- * Encodes the specified Declaration message. Does not implicitly {@link google.protobuf.ExtensionRangeOptions.Declaration.verify|verify} messages.
33570
- * @param message Declaration message or plain object to encode
33571
- * @param [writer] Writer to encode to
33572
- * @returns Writer
33573
- */
33574
- public static encode(message: google.protobuf.ExtensionRangeOptions.IDeclaration, writer?: $protobuf.Writer): $protobuf.Writer;
33575
-
33576
- /**
33577
- * Encodes the specified Declaration message, length delimited. Does not implicitly {@link google.protobuf.ExtensionRangeOptions.Declaration.verify|verify} messages.
33578
- * @param message Declaration message or plain object to encode
33579
- * @param [writer] Writer to encode to
33580
- * @returns Writer
33581
- */
33582
- public static encodeDelimited(message: google.protobuf.ExtensionRangeOptions.IDeclaration, writer?: $protobuf.Writer): $protobuf.Writer;
33583
-
33584
- /**
33585
- * Decodes a Declaration message from the specified reader or buffer.
33586
- * @param reader Reader or buffer to decode from
33587
- * @param [length] Message length if known beforehand
33588
- * @returns Declaration
33589
- * @throws {Error} If the payload is not a reader or valid buffer
33590
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
33591
- */
33592
- public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.ExtensionRangeOptions.Declaration;
33593
-
33594
- /**
33595
- * Decodes a Declaration message from the specified reader or buffer, length delimited.
33596
- * @param reader Reader or buffer to decode from
33597
- * @returns Declaration
33598
- * @throws {Error} If the payload is not a reader or valid buffer
33599
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
33600
- */
33601
- public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.ExtensionRangeOptions.Declaration;
33602
-
33603
- /**
33604
- * Verifies a Declaration message.
33605
- * @param message Plain object to verify
33606
- * @returns `null` if valid, otherwise the reason why it is not
33607
- */
33608
- public static verify(message: { [k: string]: any }): (string|null);
33609
-
33610
- /**
33611
- * Creates a Declaration message from a plain object. Also converts values to their respective internal types.
33612
- * @param object Plain object
33613
- * @returns Declaration
33614
- */
33615
- public static fromObject(object: { [k: string]: any }): google.protobuf.ExtensionRangeOptions.Declaration;
33616
-
33617
- /**
33618
- * Creates a plain object from a Declaration message. Also converts values to other types if specified.
33619
- * @param message Declaration
33620
- * @param [options] Conversion options
33621
- * @returns Plain object
33622
- */
33623
- public static toObject(message: google.protobuf.ExtensionRangeOptions.Declaration, options?: $protobuf.IConversionOptions): { [k: string]: any };
33624
-
33625
- /**
33626
- * Converts this Declaration to JSON.
33627
- * @returns JSON object
33628
- */
33629
- public toJSON(): { [k: string]: any };
33630
-
33631
- /**
33632
- * Gets the default type url for Declaration
33633
- * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
33634
- * @returns The default type url
33635
- */
33636
- public static getTypeUrl(typeUrlPrefix?: string): string;
33637
- }
33638
-
33639
- /** VerificationState enum. */
33640
- enum VerificationState {
33641
- DECLARATION = 0,
33642
- UNVERIFIED = 1
33643
- }
33644
- }
33645
-
33646
33459
  /** Properties of a FieldDescriptorProto. */
33647
33460
  interface IFieldDescriptorProto {
33648
33461
 
@@ -34570,9 +34383,6 @@ export namespace google {
34570
34383
  /** FileOptions rubyPackage */
34571
34384
  rubyPackage?: (string|null);
34572
34385
 
34573
- /** FileOptions features */
34574
- features?: (google.protobuf.IFeatureSet|null);
34575
-
34576
34386
  /** FileOptions uninterpretedOption */
34577
34387
  uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null);
34578
34388
 
@@ -34649,9 +34459,6 @@ export namespace google {
34649
34459
  /** FileOptions rubyPackage. */
34650
34460
  public rubyPackage: string;
34651
34461
 
34652
- /** FileOptions features. */
34653
- public features?: (google.protobuf.IFeatureSet|null);
34654
-
34655
34462
  /** FileOptions uninterpretedOption. */
34656
34463
  public uninterpretedOption: google.protobuf.IUninterpretedOption[];
34657
34464
 
@@ -34761,9 +34568,6 @@ export namespace google {
34761
34568
  /** MessageOptions deprecatedLegacyJsonFieldConflicts */
34762
34569
  deprecatedLegacyJsonFieldConflicts?: (boolean|null);
34763
34570
 
34764
- /** MessageOptions features */
34765
- features?: (google.protobuf.IFeatureSet|null);
34766
-
34767
34571
  /** MessageOptions uninterpretedOption */
34768
34572
  uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null);
34769
34573
 
@@ -34795,9 +34599,6 @@ export namespace google {
34795
34599
  /** MessageOptions deprecatedLegacyJsonFieldConflicts. */
34796
34600
  public deprecatedLegacyJsonFieldConflicts: boolean;
34797
34601
 
34798
- /** MessageOptions features. */
34799
- public features?: (google.protobuf.IFeatureSet|null);
34800
-
34801
34602
  /** MessageOptions uninterpretedOption. */
34802
34603
  public uninterpretedOption: google.protobuf.IUninterpretedOption[];
34803
34604
 
@@ -34909,14 +34710,8 @@ export namespace google {
34909
34710
  /** FieldOptions retention */
34910
34711
  retention?: (google.protobuf.FieldOptions.OptionRetention|keyof typeof google.protobuf.FieldOptions.OptionRetention|null);
34911
34712
 
34912
- /** FieldOptions targets */
34913
- targets?: (google.protobuf.FieldOptions.OptionTargetType[]|null);
34914
-
34915
- /** FieldOptions editionDefaults */
34916
- editionDefaults?: (google.protobuf.FieldOptions.IEditionDefault[]|null);
34917
-
34918
- /** FieldOptions features */
34919
- features?: (google.protobuf.IFeatureSet|null);
34713
+ /** FieldOptions target */
34714
+ target?: (google.protobuf.FieldOptions.OptionTargetType|keyof typeof google.protobuf.FieldOptions.OptionTargetType|null);
34920
34715
 
34921
34716
  /** FieldOptions uninterpretedOption */
34922
34717
  uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null);
@@ -34964,14 +34759,8 @@ export namespace google {
34964
34759
  /** FieldOptions retention. */
34965
34760
  public retention: (google.protobuf.FieldOptions.OptionRetention|keyof typeof google.protobuf.FieldOptions.OptionRetention);
34966
34761
 
34967
- /** FieldOptions targets. */
34968
- public targets: google.protobuf.FieldOptions.OptionTargetType[];
34969
-
34970
- /** FieldOptions editionDefaults. */
34971
- public editionDefaults: google.protobuf.FieldOptions.IEditionDefault[];
34972
-
34973
- /** FieldOptions features. */
34974
- public features?: (google.protobuf.IFeatureSet|null);
34762
+ /** FieldOptions target. */
34763
+ public target: (google.protobuf.FieldOptions.OptionTargetType|keyof typeof google.protobuf.FieldOptions.OptionTargetType);
34975
34764
 
34976
34765
  /** FieldOptions uninterpretedOption. */
34977
34766
  public uninterpretedOption: google.protobuf.IUninterpretedOption[];
@@ -35090,117 +34879,11 @@ export namespace google {
35090
34879
  TARGET_TYPE_SERVICE = 8,
35091
34880
  TARGET_TYPE_METHOD = 9
35092
34881
  }
35093
-
35094
- /** Properties of an EditionDefault. */
35095
- interface IEditionDefault {
35096
-
35097
- /** EditionDefault edition */
35098
- edition?: (string|null);
35099
-
35100
- /** EditionDefault value */
35101
- value?: (string|null);
35102
- }
35103
-
35104
- /** Represents an EditionDefault. */
35105
- class EditionDefault implements IEditionDefault {
35106
-
35107
- /**
35108
- * Constructs a new EditionDefault.
35109
- * @param [properties] Properties to set
35110
- */
35111
- constructor(properties?: google.protobuf.FieldOptions.IEditionDefault);
35112
-
35113
- /** EditionDefault edition. */
35114
- public edition: string;
35115
-
35116
- /** EditionDefault value. */
35117
- public value: string;
35118
-
35119
- /**
35120
- * Creates a new EditionDefault instance using the specified properties.
35121
- * @param [properties] Properties to set
35122
- * @returns EditionDefault instance
35123
- */
35124
- public static create(properties?: google.protobuf.FieldOptions.IEditionDefault): google.protobuf.FieldOptions.EditionDefault;
35125
-
35126
- /**
35127
- * Encodes the specified EditionDefault message. Does not implicitly {@link google.protobuf.FieldOptions.EditionDefault.verify|verify} messages.
35128
- * @param message EditionDefault message or plain object to encode
35129
- * @param [writer] Writer to encode to
35130
- * @returns Writer
35131
- */
35132
- public static encode(message: google.protobuf.FieldOptions.IEditionDefault, writer?: $protobuf.Writer): $protobuf.Writer;
35133
-
35134
- /**
35135
- * Encodes the specified EditionDefault message, length delimited. Does not implicitly {@link google.protobuf.FieldOptions.EditionDefault.verify|verify} messages.
35136
- * @param message EditionDefault message or plain object to encode
35137
- * @param [writer] Writer to encode to
35138
- * @returns Writer
35139
- */
35140
- public static encodeDelimited(message: google.protobuf.FieldOptions.IEditionDefault, writer?: $protobuf.Writer): $protobuf.Writer;
35141
-
35142
- /**
35143
- * Decodes an EditionDefault message from the specified reader or buffer.
35144
- * @param reader Reader or buffer to decode from
35145
- * @param [length] Message length if known beforehand
35146
- * @returns EditionDefault
35147
- * @throws {Error} If the payload is not a reader or valid buffer
35148
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
35149
- */
35150
- public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.FieldOptions.EditionDefault;
35151
-
35152
- /**
35153
- * Decodes an EditionDefault message from the specified reader or buffer, length delimited.
35154
- * @param reader Reader or buffer to decode from
35155
- * @returns EditionDefault
35156
- * @throws {Error} If the payload is not a reader or valid buffer
35157
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
35158
- */
35159
- public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.FieldOptions.EditionDefault;
35160
-
35161
- /**
35162
- * Verifies an EditionDefault message.
35163
- * @param message Plain object to verify
35164
- * @returns `null` if valid, otherwise the reason why it is not
35165
- */
35166
- public static verify(message: { [k: string]: any }): (string|null);
35167
-
35168
- /**
35169
- * Creates an EditionDefault message from a plain object. Also converts values to their respective internal types.
35170
- * @param object Plain object
35171
- * @returns EditionDefault
35172
- */
35173
- public static fromObject(object: { [k: string]: any }): google.protobuf.FieldOptions.EditionDefault;
35174
-
35175
- /**
35176
- * Creates a plain object from an EditionDefault message. Also converts values to other types if specified.
35177
- * @param message EditionDefault
35178
- * @param [options] Conversion options
35179
- * @returns Plain object
35180
- */
35181
- public static toObject(message: google.protobuf.FieldOptions.EditionDefault, options?: $protobuf.IConversionOptions): { [k: string]: any };
35182
-
35183
- /**
35184
- * Converts this EditionDefault to JSON.
35185
- * @returns JSON object
35186
- */
35187
- public toJSON(): { [k: string]: any };
35188
-
35189
- /**
35190
- * Gets the default type url for EditionDefault
35191
- * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
35192
- * @returns The default type url
35193
- */
35194
- public static getTypeUrl(typeUrlPrefix?: string): string;
35195
- }
35196
34882
  }
35197
34883
 
35198
34884
  /** Properties of an OneofOptions. */
35199
34885
  interface IOneofOptions {
35200
34886
 
35201
- /** OneofOptions features */
35202
- features?: (google.protobuf.IFeatureSet|null);
35203
-
35204
34887
  /** OneofOptions uninterpretedOption */
35205
34888
  uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null);
35206
34889
  }
@@ -35214,9 +34897,6 @@ export namespace google {
35214
34897
  */
35215
34898
  constructor(properties?: google.protobuf.IOneofOptions);
35216
34899
 
35217
- /** OneofOptions features. */
35218
- public features?: (google.protobuf.IFeatureSet|null);
35219
-
35220
34900
  /** OneofOptions uninterpretedOption. */
35221
34901
  public uninterpretedOption: google.protobuf.IUninterpretedOption[];
35222
34902
 
@@ -35310,9 +34990,6 @@ export namespace google {
35310
34990
  /** EnumOptions deprecatedLegacyJsonFieldConflicts */
35311
34991
  deprecatedLegacyJsonFieldConflicts?: (boolean|null);
35312
34992
 
35313
- /** EnumOptions features */
35314
- features?: (google.protobuf.IFeatureSet|null);
35315
-
35316
34993
  /** EnumOptions uninterpretedOption */
35317
34994
  uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null);
35318
34995
  }
@@ -35335,9 +35012,6 @@ export namespace google {
35335
35012
  /** EnumOptions deprecatedLegacyJsonFieldConflicts. */
35336
35013
  public deprecatedLegacyJsonFieldConflicts: boolean;
35337
35014
 
35338
- /** EnumOptions features. */
35339
- public features?: (google.protobuf.IFeatureSet|null);
35340
-
35341
35015
  /** EnumOptions uninterpretedOption. */
35342
35016
  public uninterpretedOption: google.protobuf.IUninterpretedOption[];
35343
35017
 
@@ -35425,12 +35099,6 @@ export namespace google {
35425
35099
  /** EnumValueOptions deprecated */
35426
35100
  deprecated?: (boolean|null);
35427
35101
 
35428
- /** EnumValueOptions features */
35429
- features?: (google.protobuf.IFeatureSet|null);
35430
-
35431
- /** EnumValueOptions debugRedact */
35432
- debugRedact?: (boolean|null);
35433
-
35434
35102
  /** EnumValueOptions uninterpretedOption */
35435
35103
  uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null);
35436
35104
  }
@@ -35447,12 +35115,6 @@ export namespace google {
35447
35115
  /** EnumValueOptions deprecated. */
35448
35116
  public deprecated: boolean;
35449
35117
 
35450
- /** EnumValueOptions features. */
35451
- public features?: (google.protobuf.IFeatureSet|null);
35452
-
35453
- /** EnumValueOptions debugRedact. */
35454
- public debugRedact: boolean;
35455
-
35456
35118
  /** EnumValueOptions uninterpretedOption. */
35457
35119
  public uninterpretedOption: google.protobuf.IUninterpretedOption[];
35458
35120
 
@@ -35537,9 +35199,6 @@ export namespace google {
35537
35199
  /** Properties of a ServiceOptions. */
35538
35200
  interface IServiceOptions {
35539
35201
 
35540
- /** ServiceOptions features */
35541
- features?: (google.protobuf.IFeatureSet|null);
35542
-
35543
35202
  /** ServiceOptions deprecated */
35544
35203
  deprecated?: (boolean|null);
35545
35204
 
@@ -35562,9 +35221,6 @@ export namespace google {
35562
35221
  */
35563
35222
  constructor(properties?: google.protobuf.IServiceOptions);
35564
35223
 
35565
- /** ServiceOptions features. */
35566
- public features?: (google.protobuf.IFeatureSet|null);
35567
-
35568
35224
  /** ServiceOptions deprecated. */
35569
35225
  public deprecated: boolean;
35570
35226
 
@@ -35658,9 +35314,6 @@ export namespace google {
35658
35314
  /** MethodOptions idempotencyLevel */
35659
35315
  idempotencyLevel?: (google.protobuf.MethodOptions.IdempotencyLevel|keyof typeof google.protobuf.MethodOptions.IdempotencyLevel|null);
35660
35316
 
35661
- /** MethodOptions features */
35662
- features?: (google.protobuf.IFeatureSet|null);
35663
-
35664
35317
  /** MethodOptions uninterpretedOption */
35665
35318
  uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null);
35666
35319
 
@@ -35686,9 +35339,6 @@ export namespace google {
35686
35339
  /** MethodOptions idempotencyLevel. */
35687
35340
  public idempotencyLevel: (google.protobuf.MethodOptions.IdempotencyLevel|keyof typeof google.protobuf.MethodOptions.IdempotencyLevel);
35688
35341
 
35689
- /** MethodOptions features. */
35690
- public features?: (google.protobuf.IFeatureSet|null);
35691
-
35692
35342
  /** MethodOptions uninterpretedOption. */
35693
35343
  public uninterpretedOption: google.protobuf.IUninterpretedOption[];
35694
35344
 
@@ -36019,186 +35669,6 @@ export namespace google {
36019
35669
  }
36020
35670
  }
36021
35671
 
36022
- /** Properties of a FeatureSet. */
36023
- interface IFeatureSet {
36024
-
36025
- /** FeatureSet fieldPresence */
36026
- fieldPresence?: (google.protobuf.FeatureSet.FieldPresence|keyof typeof google.protobuf.FeatureSet.FieldPresence|null);
36027
-
36028
- /** FeatureSet enumType */
36029
- enumType?: (google.protobuf.FeatureSet.EnumType|keyof typeof google.protobuf.FeatureSet.EnumType|null);
36030
-
36031
- /** FeatureSet repeatedFieldEncoding */
36032
- repeatedFieldEncoding?: (google.protobuf.FeatureSet.RepeatedFieldEncoding|keyof typeof google.protobuf.FeatureSet.RepeatedFieldEncoding|null);
36033
-
36034
- /** FeatureSet stringFieldValidation */
36035
- stringFieldValidation?: (google.protobuf.FeatureSet.StringFieldValidation|keyof typeof google.protobuf.FeatureSet.StringFieldValidation|null);
36036
-
36037
- /** FeatureSet messageEncoding */
36038
- messageEncoding?: (google.protobuf.FeatureSet.MessageEncoding|keyof typeof google.protobuf.FeatureSet.MessageEncoding|null);
36039
-
36040
- /** FeatureSet jsonFormat */
36041
- jsonFormat?: (google.protobuf.FeatureSet.JsonFormat|keyof typeof google.protobuf.FeatureSet.JsonFormat|null);
36042
-
36043
- /** FeatureSet rawFeatures */
36044
- rawFeatures?: (google.protobuf.IFeatureSet|null);
36045
- }
36046
-
36047
- /** Represents a FeatureSet. */
36048
- class FeatureSet implements IFeatureSet {
36049
-
36050
- /**
36051
- * Constructs a new FeatureSet.
36052
- * @param [properties] Properties to set
36053
- */
36054
- constructor(properties?: google.protobuf.IFeatureSet);
36055
-
36056
- /** FeatureSet fieldPresence. */
36057
- public fieldPresence: (google.protobuf.FeatureSet.FieldPresence|keyof typeof google.protobuf.FeatureSet.FieldPresence);
36058
-
36059
- /** FeatureSet enumType. */
36060
- public enumType: (google.protobuf.FeatureSet.EnumType|keyof typeof google.protobuf.FeatureSet.EnumType);
36061
-
36062
- /** FeatureSet repeatedFieldEncoding. */
36063
- public repeatedFieldEncoding: (google.protobuf.FeatureSet.RepeatedFieldEncoding|keyof typeof google.protobuf.FeatureSet.RepeatedFieldEncoding);
36064
-
36065
- /** FeatureSet stringFieldValidation. */
36066
- public stringFieldValidation: (google.protobuf.FeatureSet.StringFieldValidation|keyof typeof google.protobuf.FeatureSet.StringFieldValidation);
36067
-
36068
- /** FeatureSet messageEncoding. */
36069
- public messageEncoding: (google.protobuf.FeatureSet.MessageEncoding|keyof typeof google.protobuf.FeatureSet.MessageEncoding);
36070
-
36071
- /** FeatureSet jsonFormat. */
36072
- public jsonFormat: (google.protobuf.FeatureSet.JsonFormat|keyof typeof google.protobuf.FeatureSet.JsonFormat);
36073
-
36074
- /** FeatureSet rawFeatures. */
36075
- public rawFeatures?: (google.protobuf.IFeatureSet|null);
36076
-
36077
- /**
36078
- * Creates a new FeatureSet instance using the specified properties.
36079
- * @param [properties] Properties to set
36080
- * @returns FeatureSet instance
36081
- */
36082
- public static create(properties?: google.protobuf.IFeatureSet): google.protobuf.FeatureSet;
36083
-
36084
- /**
36085
- * Encodes the specified FeatureSet message. Does not implicitly {@link google.protobuf.FeatureSet.verify|verify} messages.
36086
- * @param message FeatureSet message or plain object to encode
36087
- * @param [writer] Writer to encode to
36088
- * @returns Writer
36089
- */
36090
- public static encode(message: google.protobuf.IFeatureSet, writer?: $protobuf.Writer): $protobuf.Writer;
36091
-
36092
- /**
36093
- * Encodes the specified FeatureSet message, length delimited. Does not implicitly {@link google.protobuf.FeatureSet.verify|verify} messages.
36094
- * @param message FeatureSet message or plain object to encode
36095
- * @param [writer] Writer to encode to
36096
- * @returns Writer
36097
- */
36098
- public static encodeDelimited(message: google.protobuf.IFeatureSet, writer?: $protobuf.Writer): $protobuf.Writer;
36099
-
36100
- /**
36101
- * Decodes a FeatureSet message from the specified reader or buffer.
36102
- * @param reader Reader or buffer to decode from
36103
- * @param [length] Message length if known beforehand
36104
- * @returns FeatureSet
36105
- * @throws {Error} If the payload is not a reader or valid buffer
36106
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
36107
- */
36108
- public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.FeatureSet;
36109
-
36110
- /**
36111
- * Decodes a FeatureSet message from the specified reader or buffer, length delimited.
36112
- * @param reader Reader or buffer to decode from
36113
- * @returns FeatureSet
36114
- * @throws {Error} If the payload is not a reader or valid buffer
36115
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
36116
- */
36117
- public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.FeatureSet;
36118
-
36119
- /**
36120
- * Verifies a FeatureSet message.
36121
- * @param message Plain object to verify
36122
- * @returns `null` if valid, otherwise the reason why it is not
36123
- */
36124
- public static verify(message: { [k: string]: any }): (string|null);
36125
-
36126
- /**
36127
- * Creates a FeatureSet message from a plain object. Also converts values to their respective internal types.
36128
- * @param object Plain object
36129
- * @returns FeatureSet
36130
- */
36131
- public static fromObject(object: { [k: string]: any }): google.protobuf.FeatureSet;
36132
-
36133
- /**
36134
- * Creates a plain object from a FeatureSet message. Also converts values to other types if specified.
36135
- * @param message FeatureSet
36136
- * @param [options] Conversion options
36137
- * @returns Plain object
36138
- */
36139
- public static toObject(message: google.protobuf.FeatureSet, options?: $protobuf.IConversionOptions): { [k: string]: any };
36140
-
36141
- /**
36142
- * Converts this FeatureSet to JSON.
36143
- * @returns JSON object
36144
- */
36145
- public toJSON(): { [k: string]: any };
36146
-
36147
- /**
36148
- * Gets the default type url for FeatureSet
36149
- * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
36150
- * @returns The default type url
36151
- */
36152
- public static getTypeUrl(typeUrlPrefix?: string): string;
36153
- }
36154
-
36155
- namespace FeatureSet {
36156
-
36157
- /** FieldPresence enum. */
36158
- enum FieldPresence {
36159
- FIELD_PRESENCE_UNKNOWN = 0,
36160
- EXPLICIT = 1,
36161
- IMPLICIT = 2,
36162
- LEGACY_REQUIRED = 3
36163
- }
36164
-
36165
- /** EnumType enum. */
36166
- enum EnumType {
36167
- ENUM_TYPE_UNKNOWN = 0,
36168
- OPEN = 1,
36169
- CLOSED = 2
36170
- }
36171
-
36172
- /** RepeatedFieldEncoding enum. */
36173
- enum RepeatedFieldEncoding {
36174
- REPEATED_FIELD_ENCODING_UNKNOWN = 0,
36175
- PACKED = 1,
36176
- EXPANDED = 2
36177
- }
36178
-
36179
- /** StringFieldValidation enum. */
36180
- enum StringFieldValidation {
36181
- STRING_FIELD_VALIDATION_UNKNOWN = 0,
36182
- MANDATORY = 1,
36183
- HINT = 2,
36184
- NONE = 3
36185
- }
36186
-
36187
- /** MessageEncoding enum. */
36188
- enum MessageEncoding {
36189
- MESSAGE_ENCODING_UNKNOWN = 0,
36190
- LENGTH_PREFIXED = 1,
36191
- DELIMITED = 2
36192
- }
36193
-
36194
- /** JsonFormat enum. */
36195
- enum JsonFormat {
36196
- JSON_FORMAT_UNKNOWN = 0,
36197
- ALLOW = 1,
36198
- LEGACY_BEST_EFFORT = 2
36199
- }
36200
- }
36201
-
36202
35672
  /** Properties of a SourceCodeInfo. */
36203
35673
  interface ISourceCodeInfo {
36204
35674