@google-cloud/bigquery-storage-api 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4762,6 +4762,8 @@ export namespace google {
4762
4762
  EDITION_PROTO3 = 999,
4763
4763
  EDITION_2023 = 1000,
4764
4764
  EDITION_2024 = 1001,
4765
+ EDITION_2026 = 1002,
4766
+ EDITION_UNSTABLE = 9999,
4765
4767
  EDITION_1_TEST_ONLY = 1,
4766
4768
  EDITION_2_TEST_ONLY = 2,
4767
4769
  EDITION_99997_TEST_ONLY = 99997,
@@ -7136,6 +7138,9 @@ export namespace google {
7136
7138
 
7137
7139
  /** FeatureSupport editionRemoved */
7138
7140
  editionRemoved?: (google.protobuf.Edition|keyof typeof google.protobuf.Edition|null);
7141
+
7142
+ /** FeatureSupport removalError */
7143
+ removalError?: (string|null);
7139
7144
  }
7140
7145
 
7141
7146
  /** Represents a FeatureSupport. */
@@ -7159,6 +7164,9 @@ export namespace google {
7159
7164
  /** FeatureSupport editionRemoved. */
7160
7165
  public editionRemoved: (google.protobuf.Edition|keyof typeof google.protobuf.Edition);
7161
7166
 
7167
+ /** FeatureSupport removalError. */
7168
+ public removalError: string;
7169
+
7162
7170
  /**
7163
7171
  * Creates a new FeatureSupport instance using the specified properties.
7164
7172
  * @param [properties] Properties to set
@@ -8097,6 +8105,9 @@ export namespace google {
8097
8105
 
8098
8106
  /** FeatureSet defaultSymbolVisibility */
8099
8107
  defaultSymbolVisibility?: (google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility|keyof typeof google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility|null);
8108
+
8109
+ /** FeatureSet enforceProtoLimits */
8110
+ enforceProtoLimits?: (google.protobuf.FeatureSet.ProtoLimitsFeature.EnforceProtoLimits|keyof typeof google.protobuf.FeatureSet.ProtoLimitsFeature.EnforceProtoLimits|null);
8100
8111
  }
8101
8112
 
8102
8113
  /** Represents a FeatureSet. */
@@ -8132,6 +8143,9 @@ export namespace google {
8132
8143
  /** FeatureSet defaultSymbolVisibility. */
8133
8144
  public defaultSymbolVisibility: (google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility|keyof typeof google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility);
8134
8145
 
8146
+ /** FeatureSet enforceProtoLimits. */
8147
+ public enforceProtoLimits: (google.protobuf.FeatureSet.ProtoLimitsFeature.EnforceProtoLimits|keyof typeof google.protobuf.FeatureSet.ProtoLimitsFeature.EnforceProtoLimits);
8148
+
8135
8149
  /**
8136
8150
  * Creates a new FeatureSet instance using the specified properties.
8137
8151
  * @param [properties] Properties to set
@@ -8259,7 +8273,8 @@ export namespace google {
8259
8273
  enum EnforceNamingStyle {
8260
8274
  ENFORCE_NAMING_STYLE_UNKNOWN = 0,
8261
8275
  STYLE2024 = 1,
8262
- STYLE_LEGACY = 2
8276
+ STYLE_LEGACY = 2,
8277
+ STYLE2026 = 3
8263
8278
  }
8264
8279
 
8265
8280
  /** Properties of a VisibilityFeature. */
@@ -8364,6 +8379,107 @@ export namespace google {
8364
8379
  STRICT = 4
8365
8380
  }
8366
8381
  }
8382
+
8383
+ /** Properties of a ProtoLimitsFeature. */
8384
+ interface IProtoLimitsFeature {
8385
+ }
8386
+
8387
+ /** Represents a ProtoLimitsFeature. */
8388
+ class ProtoLimitsFeature implements IProtoLimitsFeature {
8389
+
8390
+ /**
8391
+ * Constructs a new ProtoLimitsFeature.
8392
+ * @param [properties] Properties to set
8393
+ */
8394
+ constructor(properties?: google.protobuf.FeatureSet.IProtoLimitsFeature);
8395
+
8396
+ /**
8397
+ * Creates a new ProtoLimitsFeature instance using the specified properties.
8398
+ * @param [properties] Properties to set
8399
+ * @returns ProtoLimitsFeature instance
8400
+ */
8401
+ public static create(properties?: google.protobuf.FeatureSet.IProtoLimitsFeature): google.protobuf.FeatureSet.ProtoLimitsFeature;
8402
+
8403
+ /**
8404
+ * Encodes the specified ProtoLimitsFeature message. Does not implicitly {@link google.protobuf.FeatureSet.ProtoLimitsFeature.verify|verify} messages.
8405
+ * @param message ProtoLimitsFeature message or plain object to encode
8406
+ * @param [writer] Writer to encode to
8407
+ * @returns Writer
8408
+ */
8409
+ public static encode(message: google.protobuf.FeatureSet.IProtoLimitsFeature, writer?: $protobuf.Writer): $protobuf.Writer;
8410
+
8411
+ /**
8412
+ * Encodes the specified ProtoLimitsFeature message, length delimited. Does not implicitly {@link google.protobuf.FeatureSet.ProtoLimitsFeature.verify|verify} messages.
8413
+ * @param message ProtoLimitsFeature message or plain object to encode
8414
+ * @param [writer] Writer to encode to
8415
+ * @returns Writer
8416
+ */
8417
+ public static encodeDelimited(message: google.protobuf.FeatureSet.IProtoLimitsFeature, writer?: $protobuf.Writer): $protobuf.Writer;
8418
+
8419
+ /**
8420
+ * Decodes a ProtoLimitsFeature message from the specified reader or buffer.
8421
+ * @param reader Reader or buffer to decode from
8422
+ * @param [length] Message length if known beforehand
8423
+ * @returns ProtoLimitsFeature
8424
+ * @throws {Error} If the payload is not a reader or valid buffer
8425
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
8426
+ */
8427
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.FeatureSet.ProtoLimitsFeature;
8428
+
8429
+ /**
8430
+ * Decodes a ProtoLimitsFeature message from the specified reader or buffer, length delimited.
8431
+ * @param reader Reader or buffer to decode from
8432
+ * @returns ProtoLimitsFeature
8433
+ * @throws {Error} If the payload is not a reader or valid buffer
8434
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
8435
+ */
8436
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.FeatureSet.ProtoLimitsFeature;
8437
+
8438
+ /**
8439
+ * Verifies a ProtoLimitsFeature message.
8440
+ * @param message Plain object to verify
8441
+ * @returns `null` if valid, otherwise the reason why it is not
8442
+ */
8443
+ public static verify(message: { [k: string]: any }): (string|null);
8444
+
8445
+ /**
8446
+ * Creates a ProtoLimitsFeature message from a plain object. Also converts values to their respective internal types.
8447
+ * @param object Plain object
8448
+ * @returns ProtoLimitsFeature
8449
+ */
8450
+ public static fromObject(object: { [k: string]: any }): google.protobuf.FeatureSet.ProtoLimitsFeature;
8451
+
8452
+ /**
8453
+ * Creates a plain object from a ProtoLimitsFeature message. Also converts values to other types if specified.
8454
+ * @param message ProtoLimitsFeature
8455
+ * @param [options] Conversion options
8456
+ * @returns Plain object
8457
+ */
8458
+ public static toObject(message: google.protobuf.FeatureSet.ProtoLimitsFeature, options?: $protobuf.IConversionOptions): { [k: string]: any };
8459
+
8460
+ /**
8461
+ * Converts this ProtoLimitsFeature to JSON.
8462
+ * @returns JSON object
8463
+ */
8464
+ public toJSON(): { [k: string]: any };
8465
+
8466
+ /**
8467
+ * Gets the default type url for ProtoLimitsFeature
8468
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
8469
+ * @returns The default type url
8470
+ */
8471
+ public static getTypeUrl(typeUrlPrefix?: string): string;
8472
+ }
8473
+
8474
+ namespace ProtoLimitsFeature {
8475
+
8476
+ /** EnforceProtoLimits enum. */
8477
+ enum EnforceProtoLimits {
8478
+ PROTO_LIMITS_UNKNOWN = 0,
8479
+ LEGACY_NO_EXPLICIT_LIMITS = 1,
8480
+ PROTO_LIMITS2026 = 2
8481
+ }
8482
+ }
8367
8483
  }
8368
8484
 
8369
8485
  /** Properties of a FeatureSetDefaults. */
@@ -11226,6 +11342,9 @@ export namespace google {
11226
11342
 
11227
11343
  /** PhpSettings common */
11228
11344
  common?: (google.api.ICommonLanguageSettings|null);
11345
+
11346
+ /** PhpSettings libraryPackage */
11347
+ libraryPackage?: (string|null);
11229
11348
  }
11230
11349
 
11231
11350
  /** Represents a PhpSettings. */
@@ -11240,6 +11359,9 @@ export namespace google {
11240
11359
  /** PhpSettings common. */
11241
11360
  public common?: (google.api.ICommonLanguageSettings|null);
11242
11361
 
11362
+ /** PhpSettings libraryPackage. */
11363
+ public libraryPackage: string;
11364
+
11243
11365
  /**
11244
11366
  * Creates a new PhpSettings instance using the specified properties.
11245
11367
  * @param [properties] Properties to set
@@ -11968,6 +12090,9 @@ export namespace google {
11968
12090
 
11969
12091
  /** MethodSettings autoPopulatedFields */
11970
12092
  autoPopulatedFields?: (string[]|null);
12093
+
12094
+ /** MethodSettings batching */
12095
+ batching?: (google.api.IBatchingConfigProto|null);
11971
12096
  }
11972
12097
 
11973
12098
  /** Represents a MethodSettings. */
@@ -11988,6 +12113,9 @@ export namespace google {
11988
12113
  /** MethodSettings autoPopulatedFields. */
11989
12114
  public autoPopulatedFields: string[];
11990
12115
 
12116
+ /** MethodSettings batching. */
12117
+ public batching?: (google.api.IBatchingConfigProto|null);
12118
+
11991
12119
  /**
11992
12120
  * Creates a new MethodSettings instance using the specified properties.
11993
12121
  * @param [properties] Properties to set
@@ -12306,6 +12434,365 @@ export namespace google {
12306
12434
  public static getTypeUrl(typeUrlPrefix?: string): string;
12307
12435
  }
12308
12436
 
12437
+ /** Properties of a BatchingConfigProto. */
12438
+ interface IBatchingConfigProto {
12439
+
12440
+ /** BatchingConfigProto thresholds */
12441
+ thresholds?: (google.api.IBatchingSettingsProto|null);
12442
+
12443
+ /** BatchingConfigProto batchDescriptor */
12444
+ batchDescriptor?: (google.api.IBatchingDescriptorProto|null);
12445
+ }
12446
+
12447
+ /** Represents a BatchingConfigProto. */
12448
+ class BatchingConfigProto implements IBatchingConfigProto {
12449
+
12450
+ /**
12451
+ * Constructs a new BatchingConfigProto.
12452
+ * @param [properties] Properties to set
12453
+ */
12454
+ constructor(properties?: google.api.IBatchingConfigProto);
12455
+
12456
+ /** BatchingConfigProto thresholds. */
12457
+ public thresholds?: (google.api.IBatchingSettingsProto|null);
12458
+
12459
+ /** BatchingConfigProto batchDescriptor. */
12460
+ public batchDescriptor?: (google.api.IBatchingDescriptorProto|null);
12461
+
12462
+ /**
12463
+ * Creates a new BatchingConfigProto instance using the specified properties.
12464
+ * @param [properties] Properties to set
12465
+ * @returns BatchingConfigProto instance
12466
+ */
12467
+ public static create(properties?: google.api.IBatchingConfigProto): google.api.BatchingConfigProto;
12468
+
12469
+ /**
12470
+ * Encodes the specified BatchingConfigProto message. Does not implicitly {@link google.api.BatchingConfigProto.verify|verify} messages.
12471
+ * @param message BatchingConfigProto message or plain object to encode
12472
+ * @param [writer] Writer to encode to
12473
+ * @returns Writer
12474
+ */
12475
+ public static encode(message: google.api.IBatchingConfigProto, writer?: $protobuf.Writer): $protobuf.Writer;
12476
+
12477
+ /**
12478
+ * Encodes the specified BatchingConfigProto message, length delimited. Does not implicitly {@link google.api.BatchingConfigProto.verify|verify} messages.
12479
+ * @param message BatchingConfigProto message or plain object to encode
12480
+ * @param [writer] Writer to encode to
12481
+ * @returns Writer
12482
+ */
12483
+ public static encodeDelimited(message: google.api.IBatchingConfigProto, writer?: $protobuf.Writer): $protobuf.Writer;
12484
+
12485
+ /**
12486
+ * Decodes a BatchingConfigProto message from the specified reader or buffer.
12487
+ * @param reader Reader or buffer to decode from
12488
+ * @param [length] Message length if known beforehand
12489
+ * @returns BatchingConfigProto
12490
+ * @throws {Error} If the payload is not a reader or valid buffer
12491
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
12492
+ */
12493
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.BatchingConfigProto;
12494
+
12495
+ /**
12496
+ * Decodes a BatchingConfigProto message from the specified reader or buffer, length delimited.
12497
+ * @param reader Reader or buffer to decode from
12498
+ * @returns BatchingConfigProto
12499
+ * @throws {Error} If the payload is not a reader or valid buffer
12500
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
12501
+ */
12502
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.BatchingConfigProto;
12503
+
12504
+ /**
12505
+ * Verifies a BatchingConfigProto message.
12506
+ * @param message Plain object to verify
12507
+ * @returns `null` if valid, otherwise the reason why it is not
12508
+ */
12509
+ public static verify(message: { [k: string]: any }): (string|null);
12510
+
12511
+ /**
12512
+ * Creates a BatchingConfigProto message from a plain object. Also converts values to their respective internal types.
12513
+ * @param object Plain object
12514
+ * @returns BatchingConfigProto
12515
+ */
12516
+ public static fromObject(object: { [k: string]: any }): google.api.BatchingConfigProto;
12517
+
12518
+ /**
12519
+ * Creates a plain object from a BatchingConfigProto message. Also converts values to other types if specified.
12520
+ * @param message BatchingConfigProto
12521
+ * @param [options] Conversion options
12522
+ * @returns Plain object
12523
+ */
12524
+ public static toObject(message: google.api.BatchingConfigProto, options?: $protobuf.IConversionOptions): { [k: string]: any };
12525
+
12526
+ /**
12527
+ * Converts this BatchingConfigProto to JSON.
12528
+ * @returns JSON object
12529
+ */
12530
+ public toJSON(): { [k: string]: any };
12531
+
12532
+ /**
12533
+ * Gets the default type url for BatchingConfigProto
12534
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
12535
+ * @returns The default type url
12536
+ */
12537
+ public static getTypeUrl(typeUrlPrefix?: string): string;
12538
+ }
12539
+
12540
+ /** Properties of a BatchingSettingsProto. */
12541
+ interface IBatchingSettingsProto {
12542
+
12543
+ /** BatchingSettingsProto elementCountThreshold */
12544
+ elementCountThreshold?: (number|null);
12545
+
12546
+ /** BatchingSettingsProto requestByteThreshold */
12547
+ requestByteThreshold?: (number|Long|string|null);
12548
+
12549
+ /** BatchingSettingsProto delayThreshold */
12550
+ delayThreshold?: (google.protobuf.IDuration|null);
12551
+
12552
+ /** BatchingSettingsProto elementCountLimit */
12553
+ elementCountLimit?: (number|null);
12554
+
12555
+ /** BatchingSettingsProto requestByteLimit */
12556
+ requestByteLimit?: (number|null);
12557
+
12558
+ /** BatchingSettingsProto flowControlElementLimit */
12559
+ flowControlElementLimit?: (number|null);
12560
+
12561
+ /** BatchingSettingsProto flowControlByteLimit */
12562
+ flowControlByteLimit?: (number|null);
12563
+
12564
+ /** BatchingSettingsProto flowControlLimitExceededBehavior */
12565
+ flowControlLimitExceededBehavior?: (google.api.FlowControlLimitExceededBehaviorProto|keyof typeof google.api.FlowControlLimitExceededBehaviorProto|null);
12566
+ }
12567
+
12568
+ /** Represents a BatchingSettingsProto. */
12569
+ class BatchingSettingsProto implements IBatchingSettingsProto {
12570
+
12571
+ /**
12572
+ * Constructs a new BatchingSettingsProto.
12573
+ * @param [properties] Properties to set
12574
+ */
12575
+ constructor(properties?: google.api.IBatchingSettingsProto);
12576
+
12577
+ /** BatchingSettingsProto elementCountThreshold. */
12578
+ public elementCountThreshold: number;
12579
+
12580
+ /** BatchingSettingsProto requestByteThreshold. */
12581
+ public requestByteThreshold: (number|Long|string);
12582
+
12583
+ /** BatchingSettingsProto delayThreshold. */
12584
+ public delayThreshold?: (google.protobuf.IDuration|null);
12585
+
12586
+ /** BatchingSettingsProto elementCountLimit. */
12587
+ public elementCountLimit: number;
12588
+
12589
+ /** BatchingSettingsProto requestByteLimit. */
12590
+ public requestByteLimit: number;
12591
+
12592
+ /** BatchingSettingsProto flowControlElementLimit. */
12593
+ public flowControlElementLimit: number;
12594
+
12595
+ /** BatchingSettingsProto flowControlByteLimit. */
12596
+ public flowControlByteLimit: number;
12597
+
12598
+ /** BatchingSettingsProto flowControlLimitExceededBehavior. */
12599
+ public flowControlLimitExceededBehavior: (google.api.FlowControlLimitExceededBehaviorProto|keyof typeof google.api.FlowControlLimitExceededBehaviorProto);
12600
+
12601
+ /**
12602
+ * Creates a new BatchingSettingsProto instance using the specified properties.
12603
+ * @param [properties] Properties to set
12604
+ * @returns BatchingSettingsProto instance
12605
+ */
12606
+ public static create(properties?: google.api.IBatchingSettingsProto): google.api.BatchingSettingsProto;
12607
+
12608
+ /**
12609
+ * Encodes the specified BatchingSettingsProto message. Does not implicitly {@link google.api.BatchingSettingsProto.verify|verify} messages.
12610
+ * @param message BatchingSettingsProto message or plain object to encode
12611
+ * @param [writer] Writer to encode to
12612
+ * @returns Writer
12613
+ */
12614
+ public static encode(message: google.api.IBatchingSettingsProto, writer?: $protobuf.Writer): $protobuf.Writer;
12615
+
12616
+ /**
12617
+ * Encodes the specified BatchingSettingsProto message, length delimited. Does not implicitly {@link google.api.BatchingSettingsProto.verify|verify} messages.
12618
+ * @param message BatchingSettingsProto message or plain object to encode
12619
+ * @param [writer] Writer to encode to
12620
+ * @returns Writer
12621
+ */
12622
+ public static encodeDelimited(message: google.api.IBatchingSettingsProto, writer?: $protobuf.Writer): $protobuf.Writer;
12623
+
12624
+ /**
12625
+ * Decodes a BatchingSettingsProto message from the specified reader or buffer.
12626
+ * @param reader Reader or buffer to decode from
12627
+ * @param [length] Message length if known beforehand
12628
+ * @returns BatchingSettingsProto
12629
+ * @throws {Error} If the payload is not a reader or valid buffer
12630
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
12631
+ */
12632
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.BatchingSettingsProto;
12633
+
12634
+ /**
12635
+ * Decodes a BatchingSettingsProto message from the specified reader or buffer, length delimited.
12636
+ * @param reader Reader or buffer to decode from
12637
+ * @returns BatchingSettingsProto
12638
+ * @throws {Error} If the payload is not a reader or valid buffer
12639
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
12640
+ */
12641
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.BatchingSettingsProto;
12642
+
12643
+ /**
12644
+ * Verifies a BatchingSettingsProto message.
12645
+ * @param message Plain object to verify
12646
+ * @returns `null` if valid, otherwise the reason why it is not
12647
+ */
12648
+ public static verify(message: { [k: string]: any }): (string|null);
12649
+
12650
+ /**
12651
+ * Creates a BatchingSettingsProto message from a plain object. Also converts values to their respective internal types.
12652
+ * @param object Plain object
12653
+ * @returns BatchingSettingsProto
12654
+ */
12655
+ public static fromObject(object: { [k: string]: any }): google.api.BatchingSettingsProto;
12656
+
12657
+ /**
12658
+ * Creates a plain object from a BatchingSettingsProto message. Also converts values to other types if specified.
12659
+ * @param message BatchingSettingsProto
12660
+ * @param [options] Conversion options
12661
+ * @returns Plain object
12662
+ */
12663
+ public static toObject(message: google.api.BatchingSettingsProto, options?: $protobuf.IConversionOptions): { [k: string]: any };
12664
+
12665
+ /**
12666
+ * Converts this BatchingSettingsProto to JSON.
12667
+ * @returns JSON object
12668
+ */
12669
+ public toJSON(): { [k: string]: any };
12670
+
12671
+ /**
12672
+ * Gets the default type url for BatchingSettingsProto
12673
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
12674
+ * @returns The default type url
12675
+ */
12676
+ public static getTypeUrl(typeUrlPrefix?: string): string;
12677
+ }
12678
+
12679
+ /** FlowControlLimitExceededBehaviorProto enum. */
12680
+ enum FlowControlLimitExceededBehaviorProto {
12681
+ UNSET_BEHAVIOR = 0,
12682
+ THROW_EXCEPTION = 1,
12683
+ BLOCK = 2,
12684
+ IGNORE = 3
12685
+ }
12686
+
12687
+ /** Properties of a BatchingDescriptorProto. */
12688
+ interface IBatchingDescriptorProto {
12689
+
12690
+ /** BatchingDescriptorProto batchedField */
12691
+ batchedField?: (string|null);
12692
+
12693
+ /** BatchingDescriptorProto discriminatorFields */
12694
+ discriminatorFields?: (string[]|null);
12695
+
12696
+ /** BatchingDescriptorProto subresponseField */
12697
+ subresponseField?: (string|null);
12698
+ }
12699
+
12700
+ /** Represents a BatchingDescriptorProto. */
12701
+ class BatchingDescriptorProto implements IBatchingDescriptorProto {
12702
+
12703
+ /**
12704
+ * Constructs a new BatchingDescriptorProto.
12705
+ * @param [properties] Properties to set
12706
+ */
12707
+ constructor(properties?: google.api.IBatchingDescriptorProto);
12708
+
12709
+ /** BatchingDescriptorProto batchedField. */
12710
+ public batchedField: string;
12711
+
12712
+ /** BatchingDescriptorProto discriminatorFields. */
12713
+ public discriminatorFields: string[];
12714
+
12715
+ /** BatchingDescriptorProto subresponseField. */
12716
+ public subresponseField: string;
12717
+
12718
+ /**
12719
+ * Creates a new BatchingDescriptorProto instance using the specified properties.
12720
+ * @param [properties] Properties to set
12721
+ * @returns BatchingDescriptorProto instance
12722
+ */
12723
+ public static create(properties?: google.api.IBatchingDescriptorProto): google.api.BatchingDescriptorProto;
12724
+
12725
+ /**
12726
+ * Encodes the specified BatchingDescriptorProto message. Does not implicitly {@link google.api.BatchingDescriptorProto.verify|verify} messages.
12727
+ * @param message BatchingDescriptorProto message or plain object to encode
12728
+ * @param [writer] Writer to encode to
12729
+ * @returns Writer
12730
+ */
12731
+ public static encode(message: google.api.IBatchingDescriptorProto, writer?: $protobuf.Writer): $protobuf.Writer;
12732
+
12733
+ /**
12734
+ * Encodes the specified BatchingDescriptorProto message, length delimited. Does not implicitly {@link google.api.BatchingDescriptorProto.verify|verify} messages.
12735
+ * @param message BatchingDescriptorProto message or plain object to encode
12736
+ * @param [writer] Writer to encode to
12737
+ * @returns Writer
12738
+ */
12739
+ public static encodeDelimited(message: google.api.IBatchingDescriptorProto, writer?: $protobuf.Writer): $protobuf.Writer;
12740
+
12741
+ /**
12742
+ * Decodes a BatchingDescriptorProto message from the specified reader or buffer.
12743
+ * @param reader Reader or buffer to decode from
12744
+ * @param [length] Message length if known beforehand
12745
+ * @returns BatchingDescriptorProto
12746
+ * @throws {Error} If the payload is not a reader or valid buffer
12747
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
12748
+ */
12749
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.BatchingDescriptorProto;
12750
+
12751
+ /**
12752
+ * Decodes a BatchingDescriptorProto message from the specified reader or buffer, length delimited.
12753
+ * @param reader Reader or buffer to decode from
12754
+ * @returns BatchingDescriptorProto
12755
+ * @throws {Error} If the payload is not a reader or valid buffer
12756
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
12757
+ */
12758
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.BatchingDescriptorProto;
12759
+
12760
+ /**
12761
+ * Verifies a BatchingDescriptorProto message.
12762
+ * @param message Plain object to verify
12763
+ * @returns `null` if valid, otherwise the reason why it is not
12764
+ */
12765
+ public static verify(message: { [k: string]: any }): (string|null);
12766
+
12767
+ /**
12768
+ * Creates a BatchingDescriptorProto message from a plain object. Also converts values to their respective internal types.
12769
+ * @param object Plain object
12770
+ * @returns BatchingDescriptorProto
12771
+ */
12772
+ public static fromObject(object: { [k: string]: any }): google.api.BatchingDescriptorProto;
12773
+
12774
+ /**
12775
+ * Creates a plain object from a BatchingDescriptorProto message. Also converts values to other types if specified.
12776
+ * @param message BatchingDescriptorProto
12777
+ * @param [options] Conversion options
12778
+ * @returns Plain object
12779
+ */
12780
+ public static toObject(message: google.api.BatchingDescriptorProto, options?: $protobuf.IConversionOptions): { [k: string]: any };
12781
+
12782
+ /**
12783
+ * Converts this BatchingDescriptorProto to JSON.
12784
+ * @returns JSON object
12785
+ */
12786
+ public toJSON(): { [k: string]: any };
12787
+
12788
+ /**
12789
+ * Gets the default type url for BatchingDescriptorProto
12790
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
12791
+ * @returns The default type url
12792
+ */
12793
+ public static getTypeUrl(typeUrlPrefix?: string): string;
12794
+ }
12795
+
12309
12796
  /** LaunchStage enum. */
12310
12797
  enum LaunchStage {
12311
12798
  LAUNCH_STAGE_UNSPECIFIED = 0,