@google-cloud/bigquery-storage-api 0.2.0 → 0.4.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.
@@ -1218,6 +1218,9 @@ export namespace google {
1218
1218
 
1219
1219
  /** ReadRowsRequest offset */
1220
1220
  offset?: (number|Long|string|null);
1221
+
1222
+ /** ReadRowsRequest arrowSerializationOptions */
1223
+ arrowSerializationOptions?: (google.cloud.bigquery.storage.v1.IArrowSerializationOptions|null);
1221
1224
  }
1222
1225
 
1223
1226
  /** Represents a ReadRowsRequest. */
@@ -1235,6 +1238,12 @@ export namespace google {
1235
1238
  /** ReadRowsRequest offset. */
1236
1239
  public offset: (number|Long|string);
1237
1240
 
1241
+ /** ReadRowsRequest arrowSerializationOptions. */
1242
+ public arrowSerializationOptions?: (google.cloud.bigquery.storage.v1.IArrowSerializationOptions|null);
1243
+
1244
+ /** ReadRowsRequest outputFormatSerializationOptions. */
1245
+ public outputFormatSerializationOptions?: "arrowSerializationOptions";
1246
+
1238
1247
  /**
1239
1248
  * Creates a new ReadRowsRequest instance using the specified properties.
1240
1249
  * @param [properties] Properties to set
@@ -1639,6 +1648,9 @@ export namespace google {
1639
1648
 
1640
1649
  /** ReadRowsResponse uncompressedByteSize */
1641
1650
  uncompressedByteSize?: (number|Long|string|null);
1651
+
1652
+ /** ReadRowsResponse totalEstimatedRowCount */
1653
+ totalEstimatedRowCount?: (number|Long|string|null);
1642
1654
  }
1643
1655
 
1644
1656
  /** Represents a ReadRowsResponse. */
@@ -1674,6 +1686,9 @@ export namespace google {
1674
1686
  /** ReadRowsResponse uncompressedByteSize. */
1675
1687
  public uncompressedByteSize?: (number|Long|string|null);
1676
1688
 
1689
+ /** ReadRowsResponse totalEstimatedRowCount. */
1690
+ public totalEstimatedRowCount?: (number|Long|string|null);
1691
+
1677
1692
  /** ReadRowsResponse rows. */
1678
1693
  public rows?: ("avroRows"|"arrowRecordBatch");
1679
1694
 
@@ -2090,6 +2105,9 @@ export namespace google {
2090
2105
 
2091
2106
  /** AppendRowsRequest defaultMissingValueInterpretation */
2092
2107
  defaultMissingValueInterpretation?: (google.cloud.bigquery.storage.v1.AppendRowsRequest.MissingValueInterpretation|keyof typeof google.cloud.bigquery.storage.v1.AppendRowsRequest.MissingValueInterpretation|null);
2108
+
2109
+ /** AppendRowsRequest clientStats */
2110
+ clientStats?: (google.cloud.bigquery.storage.v1.IClientStats|null);
2093
2111
  }
2094
2112
 
2095
2113
  /** Represents an AppendRowsRequest. */
@@ -2122,6 +2140,9 @@ export namespace google {
2122
2140
  /** AppendRowsRequest defaultMissingValueInterpretation. */
2123
2141
  public defaultMissingValueInterpretation: (google.cloud.bigquery.storage.v1.AppendRowsRequest.MissingValueInterpretation|keyof typeof google.cloud.bigquery.storage.v1.AppendRowsRequest.MissingValueInterpretation);
2124
2142
 
2143
+ /** AppendRowsRequest clientStats. */
2144
+ public clientStats?: (google.cloud.bigquery.storage.v1.IClientStats|null);
2145
+
2125
2146
  /** AppendRowsRequest rows. */
2126
2147
  public rows?: ("protoRows"|"arrowRows");
2127
2148
 
@@ -3595,6 +3616,354 @@ export namespace google {
3595
3616
  }
3596
3617
  }
3597
3618
 
3619
+ /** Properties of a ClientStats. */
3620
+ interface IClientStats {
3621
+
3622
+ /** ClientStats requestStats */
3623
+ requestStats?: (google.cloud.bigquery.storage.v1.ClientStats.IRequestStats|null);
3624
+
3625
+ /** ClientStats windowStats */
3626
+ windowStats?: (google.cloud.bigquery.storage.v1.ClientStats.IWindowStats|null);
3627
+ }
3628
+
3629
+ /** Represents a ClientStats. */
3630
+ class ClientStats implements IClientStats {
3631
+
3632
+ /**
3633
+ * Constructs a new ClientStats.
3634
+ * @param [properties] Properties to set
3635
+ */
3636
+ constructor(properties?: google.cloud.bigquery.storage.v1.IClientStats);
3637
+
3638
+ /** ClientStats requestStats. */
3639
+ public requestStats?: (google.cloud.bigquery.storage.v1.ClientStats.IRequestStats|null);
3640
+
3641
+ /** ClientStats windowStats. */
3642
+ public windowStats?: (google.cloud.bigquery.storage.v1.ClientStats.IWindowStats|null);
3643
+
3644
+ /**
3645
+ * Creates a new ClientStats instance using the specified properties.
3646
+ * @param [properties] Properties to set
3647
+ * @returns ClientStats instance
3648
+ */
3649
+ public static create(properties?: google.cloud.bigquery.storage.v1.IClientStats): google.cloud.bigquery.storage.v1.ClientStats;
3650
+
3651
+ /**
3652
+ * Encodes the specified ClientStats message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ClientStats.verify|verify} messages.
3653
+ * @param message ClientStats message or plain object to encode
3654
+ * @param [writer] Writer to encode to
3655
+ * @returns Writer
3656
+ */
3657
+ public static encode(message: google.cloud.bigquery.storage.v1.IClientStats, writer?: $protobuf.Writer): $protobuf.Writer;
3658
+
3659
+ /**
3660
+ * Encodes the specified ClientStats message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ClientStats.verify|verify} messages.
3661
+ * @param message ClientStats message or plain object to encode
3662
+ * @param [writer] Writer to encode to
3663
+ * @returns Writer
3664
+ */
3665
+ public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IClientStats, writer?: $protobuf.Writer): $protobuf.Writer;
3666
+
3667
+ /**
3668
+ * Decodes a ClientStats message from the specified reader or buffer.
3669
+ * @param reader Reader or buffer to decode from
3670
+ * @param [length] Message length if known beforehand
3671
+ * @returns ClientStats
3672
+ * @throws {Error} If the payload is not a reader or valid buffer
3673
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
3674
+ */
3675
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.ClientStats;
3676
+
3677
+ /**
3678
+ * Decodes a ClientStats message from the specified reader or buffer, length delimited.
3679
+ * @param reader Reader or buffer to decode from
3680
+ * @returns ClientStats
3681
+ * @throws {Error} If the payload is not a reader or valid buffer
3682
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
3683
+ */
3684
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.ClientStats;
3685
+
3686
+ /**
3687
+ * Verifies a ClientStats message.
3688
+ * @param message Plain object to verify
3689
+ * @returns `null` if valid, otherwise the reason why it is not
3690
+ */
3691
+ public static verify(message: { [k: string]: any }): (string|null);
3692
+
3693
+ /**
3694
+ * Creates a ClientStats message from a plain object. Also converts values to their respective internal types.
3695
+ * @param object Plain object
3696
+ * @returns ClientStats
3697
+ */
3698
+ public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.ClientStats;
3699
+
3700
+ /**
3701
+ * Creates a plain object from a ClientStats message. Also converts values to other types if specified.
3702
+ * @param message ClientStats
3703
+ * @param [options] Conversion options
3704
+ * @returns Plain object
3705
+ */
3706
+ public static toObject(message: google.cloud.bigquery.storage.v1.ClientStats, options?: $protobuf.IConversionOptions): { [k: string]: any };
3707
+
3708
+ /**
3709
+ * Converts this ClientStats to JSON.
3710
+ * @returns JSON object
3711
+ */
3712
+ public toJSON(): { [k: string]: any };
3713
+
3714
+ /**
3715
+ * Gets the default type url for ClientStats
3716
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
3717
+ * @returns The default type url
3718
+ */
3719
+ public static getTypeUrl(typeUrlPrefix?: string): string;
3720
+ }
3721
+
3722
+ namespace ClientStats {
3723
+
3724
+ /** Properties of a RequestStats. */
3725
+ interface IRequestStats {
3726
+
3727
+ /** RequestStats sendTimeMillis */
3728
+ sendTimeMillis?: (number|Long|string|null);
3729
+
3730
+ /** RequestStats queuedRequestsCount */
3731
+ queuedRequestsCount?: (number|Long|string|null);
3732
+ }
3733
+
3734
+ /** Represents a RequestStats. */
3735
+ class RequestStats implements IRequestStats {
3736
+
3737
+ /**
3738
+ * Constructs a new RequestStats.
3739
+ * @param [properties] Properties to set
3740
+ */
3741
+ constructor(properties?: google.cloud.bigquery.storage.v1.ClientStats.IRequestStats);
3742
+
3743
+ /** RequestStats sendTimeMillis. */
3744
+ public sendTimeMillis?: (number|Long|string|null);
3745
+
3746
+ /** RequestStats queuedRequestsCount. */
3747
+ public queuedRequestsCount?: (number|Long|string|null);
3748
+
3749
+ /**
3750
+ * Creates a new RequestStats instance using the specified properties.
3751
+ * @param [properties] Properties to set
3752
+ * @returns RequestStats instance
3753
+ */
3754
+ public static create(properties?: google.cloud.bigquery.storage.v1.ClientStats.IRequestStats): google.cloud.bigquery.storage.v1.ClientStats.RequestStats;
3755
+
3756
+ /**
3757
+ * Encodes the specified RequestStats message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ClientStats.RequestStats.verify|verify} messages.
3758
+ * @param message RequestStats message or plain object to encode
3759
+ * @param [writer] Writer to encode to
3760
+ * @returns Writer
3761
+ */
3762
+ public static encode(message: google.cloud.bigquery.storage.v1.ClientStats.IRequestStats, writer?: $protobuf.Writer): $protobuf.Writer;
3763
+
3764
+ /**
3765
+ * Encodes the specified RequestStats message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ClientStats.RequestStats.verify|verify} messages.
3766
+ * @param message RequestStats message or plain object to encode
3767
+ * @param [writer] Writer to encode to
3768
+ * @returns Writer
3769
+ */
3770
+ public static encodeDelimited(message: google.cloud.bigquery.storage.v1.ClientStats.IRequestStats, writer?: $protobuf.Writer): $protobuf.Writer;
3771
+
3772
+ /**
3773
+ * Decodes a RequestStats message from the specified reader or buffer.
3774
+ * @param reader Reader or buffer to decode from
3775
+ * @param [length] Message length if known beforehand
3776
+ * @returns RequestStats
3777
+ * @throws {Error} If the payload is not a reader or valid buffer
3778
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
3779
+ */
3780
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.ClientStats.RequestStats;
3781
+
3782
+ /**
3783
+ * Decodes a RequestStats message from the specified reader or buffer, length delimited.
3784
+ * @param reader Reader or buffer to decode from
3785
+ * @returns RequestStats
3786
+ * @throws {Error} If the payload is not a reader or valid buffer
3787
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
3788
+ */
3789
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.ClientStats.RequestStats;
3790
+
3791
+ /**
3792
+ * Verifies a RequestStats message.
3793
+ * @param message Plain object to verify
3794
+ * @returns `null` if valid, otherwise the reason why it is not
3795
+ */
3796
+ public static verify(message: { [k: string]: any }): (string|null);
3797
+
3798
+ /**
3799
+ * Creates a RequestStats message from a plain object. Also converts values to their respective internal types.
3800
+ * @param object Plain object
3801
+ * @returns RequestStats
3802
+ */
3803
+ public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.ClientStats.RequestStats;
3804
+
3805
+ /**
3806
+ * Creates a plain object from a RequestStats message. Also converts values to other types if specified.
3807
+ * @param message RequestStats
3808
+ * @param [options] Conversion options
3809
+ * @returns Plain object
3810
+ */
3811
+ public static toObject(message: google.cloud.bigquery.storage.v1.ClientStats.RequestStats, options?: $protobuf.IConversionOptions): { [k: string]: any };
3812
+
3813
+ /**
3814
+ * Converts this RequestStats to JSON.
3815
+ * @returns JSON object
3816
+ */
3817
+ public toJSON(): { [k: string]: any };
3818
+
3819
+ /**
3820
+ * Gets the default type url for RequestStats
3821
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
3822
+ * @returns The default type url
3823
+ */
3824
+ public static getTypeUrl(typeUrlPrefix?: string): string;
3825
+ }
3826
+
3827
+ /** Properties of a WindowStats. */
3828
+ interface IWindowStats {
3829
+
3830
+ /** WindowStats maxResponseLatencyMillis */
3831
+ maxResponseLatencyMillis?: (number|Long|string|null);
3832
+
3833
+ /** WindowStats avgResponseLatencyMillis */
3834
+ avgResponseLatencyMillis?: (number|Long|string|null);
3835
+
3836
+ /** WindowStats longestWaitNoResponseMillis */
3837
+ longestWaitNoResponseMillis?: (number|Long|string|null);
3838
+
3839
+ /** WindowStats requestsSentCount */
3840
+ requestsSentCount?: (number|Long|string|null);
3841
+
3842
+ /** WindowStats responsesReceivedCount */
3843
+ responsesReceivedCount?: (number|Long|string|null);
3844
+
3845
+ /** WindowStats bytesSentCount */
3846
+ bytesSentCount?: (number|Long|string|null);
3847
+
3848
+ /** WindowStats windowStartTimeEpochMillis */
3849
+ windowStartTimeEpochMillis?: (number|Long|string|null);
3850
+
3851
+ /** WindowStats windowMillis */
3852
+ windowMillis?: (number|Long|string|null);
3853
+ }
3854
+
3855
+ /** Represents a WindowStats. */
3856
+ class WindowStats implements IWindowStats {
3857
+
3858
+ /**
3859
+ * Constructs a new WindowStats.
3860
+ * @param [properties] Properties to set
3861
+ */
3862
+ constructor(properties?: google.cloud.bigquery.storage.v1.ClientStats.IWindowStats);
3863
+
3864
+ /** WindowStats maxResponseLatencyMillis. */
3865
+ public maxResponseLatencyMillis?: (number|Long|string|null);
3866
+
3867
+ /** WindowStats avgResponseLatencyMillis. */
3868
+ public avgResponseLatencyMillis?: (number|Long|string|null);
3869
+
3870
+ /** WindowStats longestWaitNoResponseMillis. */
3871
+ public longestWaitNoResponseMillis?: (number|Long|string|null);
3872
+
3873
+ /** WindowStats requestsSentCount. */
3874
+ public requestsSentCount?: (number|Long|string|null);
3875
+
3876
+ /** WindowStats responsesReceivedCount. */
3877
+ public responsesReceivedCount?: (number|Long|string|null);
3878
+
3879
+ /** WindowStats bytesSentCount. */
3880
+ public bytesSentCount?: (number|Long|string|null);
3881
+
3882
+ /** WindowStats windowStartTimeEpochMillis. */
3883
+ public windowStartTimeEpochMillis?: (number|Long|string|null);
3884
+
3885
+ /** WindowStats windowMillis. */
3886
+ public windowMillis?: (number|Long|string|null);
3887
+
3888
+ /**
3889
+ * Creates a new WindowStats instance using the specified properties.
3890
+ * @param [properties] Properties to set
3891
+ * @returns WindowStats instance
3892
+ */
3893
+ public static create(properties?: google.cloud.bigquery.storage.v1.ClientStats.IWindowStats): google.cloud.bigquery.storage.v1.ClientStats.WindowStats;
3894
+
3895
+ /**
3896
+ * Encodes the specified WindowStats message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ClientStats.WindowStats.verify|verify} messages.
3897
+ * @param message WindowStats message or plain object to encode
3898
+ * @param [writer] Writer to encode to
3899
+ * @returns Writer
3900
+ */
3901
+ public static encode(message: google.cloud.bigquery.storage.v1.ClientStats.IWindowStats, writer?: $protobuf.Writer): $protobuf.Writer;
3902
+
3903
+ /**
3904
+ * Encodes the specified WindowStats message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ClientStats.WindowStats.verify|verify} messages.
3905
+ * @param message WindowStats message or plain object to encode
3906
+ * @param [writer] Writer to encode to
3907
+ * @returns Writer
3908
+ */
3909
+ public static encodeDelimited(message: google.cloud.bigquery.storage.v1.ClientStats.IWindowStats, writer?: $protobuf.Writer): $protobuf.Writer;
3910
+
3911
+ /**
3912
+ * Decodes a WindowStats message from the specified reader or buffer.
3913
+ * @param reader Reader or buffer to decode from
3914
+ * @param [length] Message length if known beforehand
3915
+ * @returns WindowStats
3916
+ * @throws {Error} If the payload is not a reader or valid buffer
3917
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
3918
+ */
3919
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.ClientStats.WindowStats;
3920
+
3921
+ /**
3922
+ * Decodes a WindowStats message from the specified reader or buffer, length delimited.
3923
+ * @param reader Reader or buffer to decode from
3924
+ * @returns WindowStats
3925
+ * @throws {Error} If the payload is not a reader or valid buffer
3926
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
3927
+ */
3928
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.ClientStats.WindowStats;
3929
+
3930
+ /**
3931
+ * Verifies a WindowStats message.
3932
+ * @param message Plain object to verify
3933
+ * @returns `null` if valid, otherwise the reason why it is not
3934
+ */
3935
+ public static verify(message: { [k: string]: any }): (string|null);
3936
+
3937
+ /**
3938
+ * Creates a WindowStats message from a plain object. Also converts values to their respective internal types.
3939
+ * @param object Plain object
3940
+ * @returns WindowStats
3941
+ */
3942
+ public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.ClientStats.WindowStats;
3943
+
3944
+ /**
3945
+ * Creates a plain object from a WindowStats message. Also converts values to other types if specified.
3946
+ * @param message WindowStats
3947
+ * @param [options] Conversion options
3948
+ * @returns Plain object
3949
+ */
3950
+ public static toObject(message: google.cloud.bigquery.storage.v1.ClientStats.WindowStats, options?: $protobuf.IConversionOptions): { [k: string]: any };
3951
+
3952
+ /**
3953
+ * Converts this WindowStats to JSON.
3954
+ * @returns JSON object
3955
+ */
3956
+ public toJSON(): { [k: string]: any };
3957
+
3958
+ /**
3959
+ * Gets the default type url for WindowStats
3960
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
3961
+ * @returns The default type url
3962
+ */
3963
+ public static getTypeUrl(typeUrlPrefix?: string): string;
3964
+ }
3965
+ }
3966
+
3598
3967
  /** DataFormat enum. */
3599
3968
  enum DataFormat {
3600
3969
  DATA_FORMAT_UNSPECIFIED = 0,
@@ -4762,6 +5131,8 @@ export namespace google {
4762
5131
  EDITION_PROTO3 = 999,
4763
5132
  EDITION_2023 = 1000,
4764
5133
  EDITION_2024 = 1001,
5134
+ EDITION_2026 = 1002,
5135
+ EDITION_UNSTABLE = 9999,
4765
5136
  EDITION_1_TEST_ONLY = 1,
4766
5137
  EDITION_2_TEST_ONLY = 2,
4767
5138
  EDITION_99997_TEST_ONLY = 99997,
@@ -7136,6 +7507,9 @@ export namespace google {
7136
7507
 
7137
7508
  /** FeatureSupport editionRemoved */
7138
7509
  editionRemoved?: (google.protobuf.Edition|keyof typeof google.protobuf.Edition|null);
7510
+
7511
+ /** FeatureSupport removalError */
7512
+ removalError?: (string|null);
7139
7513
  }
7140
7514
 
7141
7515
  /** Represents a FeatureSupport. */
@@ -7159,6 +7533,9 @@ export namespace google {
7159
7533
  /** FeatureSupport editionRemoved. */
7160
7534
  public editionRemoved: (google.protobuf.Edition|keyof typeof google.protobuf.Edition);
7161
7535
 
7536
+ /** FeatureSupport removalError. */
7537
+ public removalError: string;
7538
+
7162
7539
  /**
7163
7540
  * Creates a new FeatureSupport instance using the specified properties.
7164
7541
  * @param [properties] Properties to set
@@ -8097,6 +8474,9 @@ export namespace google {
8097
8474
 
8098
8475
  /** FeatureSet defaultSymbolVisibility */
8099
8476
  defaultSymbolVisibility?: (google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility|keyof typeof google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility|null);
8477
+
8478
+ /** FeatureSet enforceProtoLimits */
8479
+ enforceProtoLimits?: (google.protobuf.FeatureSet.ProtoLimitsFeature.EnforceProtoLimits|keyof typeof google.protobuf.FeatureSet.ProtoLimitsFeature.EnforceProtoLimits|null);
8100
8480
  }
8101
8481
 
8102
8482
  /** Represents a FeatureSet. */
@@ -8132,6 +8512,9 @@ export namespace google {
8132
8512
  /** FeatureSet defaultSymbolVisibility. */
8133
8513
  public defaultSymbolVisibility: (google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility|keyof typeof google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility);
8134
8514
 
8515
+ /** FeatureSet enforceProtoLimits. */
8516
+ public enforceProtoLimits: (google.protobuf.FeatureSet.ProtoLimitsFeature.EnforceProtoLimits|keyof typeof google.protobuf.FeatureSet.ProtoLimitsFeature.EnforceProtoLimits);
8517
+
8135
8518
  /**
8136
8519
  * Creates a new FeatureSet instance using the specified properties.
8137
8520
  * @param [properties] Properties to set
@@ -8259,7 +8642,8 @@ export namespace google {
8259
8642
  enum EnforceNamingStyle {
8260
8643
  ENFORCE_NAMING_STYLE_UNKNOWN = 0,
8261
8644
  STYLE2024 = 1,
8262
- STYLE_LEGACY = 2
8645
+ STYLE_LEGACY = 2,
8646
+ STYLE2026 = 3
8263
8647
  }
8264
8648
 
8265
8649
  /** Properties of a VisibilityFeature. */
@@ -8364,6 +8748,107 @@ export namespace google {
8364
8748
  STRICT = 4
8365
8749
  }
8366
8750
  }
8751
+
8752
+ /** Properties of a ProtoLimitsFeature. */
8753
+ interface IProtoLimitsFeature {
8754
+ }
8755
+
8756
+ /** Represents a ProtoLimitsFeature. */
8757
+ class ProtoLimitsFeature implements IProtoLimitsFeature {
8758
+
8759
+ /**
8760
+ * Constructs a new ProtoLimitsFeature.
8761
+ * @param [properties] Properties to set
8762
+ */
8763
+ constructor(properties?: google.protobuf.FeatureSet.IProtoLimitsFeature);
8764
+
8765
+ /**
8766
+ * Creates a new ProtoLimitsFeature instance using the specified properties.
8767
+ * @param [properties] Properties to set
8768
+ * @returns ProtoLimitsFeature instance
8769
+ */
8770
+ public static create(properties?: google.protobuf.FeatureSet.IProtoLimitsFeature): google.protobuf.FeatureSet.ProtoLimitsFeature;
8771
+
8772
+ /**
8773
+ * Encodes the specified ProtoLimitsFeature message. Does not implicitly {@link google.protobuf.FeatureSet.ProtoLimitsFeature.verify|verify} messages.
8774
+ * @param message ProtoLimitsFeature message or plain object to encode
8775
+ * @param [writer] Writer to encode to
8776
+ * @returns Writer
8777
+ */
8778
+ public static encode(message: google.protobuf.FeatureSet.IProtoLimitsFeature, writer?: $protobuf.Writer): $protobuf.Writer;
8779
+
8780
+ /**
8781
+ * Encodes the specified ProtoLimitsFeature message, length delimited. Does not implicitly {@link google.protobuf.FeatureSet.ProtoLimitsFeature.verify|verify} messages.
8782
+ * @param message ProtoLimitsFeature message or plain object to encode
8783
+ * @param [writer] Writer to encode to
8784
+ * @returns Writer
8785
+ */
8786
+ public static encodeDelimited(message: google.protobuf.FeatureSet.IProtoLimitsFeature, writer?: $protobuf.Writer): $protobuf.Writer;
8787
+
8788
+ /**
8789
+ * Decodes a ProtoLimitsFeature message from the specified reader or buffer.
8790
+ * @param reader Reader or buffer to decode from
8791
+ * @param [length] Message length if known beforehand
8792
+ * @returns ProtoLimitsFeature
8793
+ * @throws {Error} If the payload is not a reader or valid buffer
8794
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
8795
+ */
8796
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.FeatureSet.ProtoLimitsFeature;
8797
+
8798
+ /**
8799
+ * Decodes a ProtoLimitsFeature message from the specified reader or buffer, length delimited.
8800
+ * @param reader Reader or buffer to decode from
8801
+ * @returns ProtoLimitsFeature
8802
+ * @throws {Error} If the payload is not a reader or valid buffer
8803
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
8804
+ */
8805
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.FeatureSet.ProtoLimitsFeature;
8806
+
8807
+ /**
8808
+ * Verifies a ProtoLimitsFeature message.
8809
+ * @param message Plain object to verify
8810
+ * @returns `null` if valid, otherwise the reason why it is not
8811
+ */
8812
+ public static verify(message: { [k: string]: any }): (string|null);
8813
+
8814
+ /**
8815
+ * Creates a ProtoLimitsFeature message from a plain object. Also converts values to their respective internal types.
8816
+ * @param object Plain object
8817
+ * @returns ProtoLimitsFeature
8818
+ */
8819
+ public static fromObject(object: { [k: string]: any }): google.protobuf.FeatureSet.ProtoLimitsFeature;
8820
+
8821
+ /**
8822
+ * Creates a plain object from a ProtoLimitsFeature message. Also converts values to other types if specified.
8823
+ * @param message ProtoLimitsFeature
8824
+ * @param [options] Conversion options
8825
+ * @returns Plain object
8826
+ */
8827
+ public static toObject(message: google.protobuf.FeatureSet.ProtoLimitsFeature, options?: $protobuf.IConversionOptions): { [k: string]: any };
8828
+
8829
+ /**
8830
+ * Converts this ProtoLimitsFeature to JSON.
8831
+ * @returns JSON object
8832
+ */
8833
+ public toJSON(): { [k: string]: any };
8834
+
8835
+ /**
8836
+ * Gets the default type url for ProtoLimitsFeature
8837
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
8838
+ * @returns The default type url
8839
+ */
8840
+ public static getTypeUrl(typeUrlPrefix?: string): string;
8841
+ }
8842
+
8843
+ namespace ProtoLimitsFeature {
8844
+
8845
+ /** EnforceProtoLimits enum. */
8846
+ enum EnforceProtoLimits {
8847
+ PROTO_LIMITS_UNKNOWN = 0,
8848
+ LEGACY_NO_EXPLICIT_LIMITS = 1,
8849
+ PROTO_LIMITS2026 = 2
8850
+ }
8851
+ }
8367
8852
  }
8368
8853
 
8369
8854
  /** Properties of a FeatureSetDefaults. */
@@ -11226,6 +11711,9 @@ export namespace google {
11226
11711
 
11227
11712
  /** PhpSettings common */
11228
11713
  common?: (google.api.ICommonLanguageSettings|null);
11714
+
11715
+ /** PhpSettings libraryPackage */
11716
+ libraryPackage?: (string|null);
11229
11717
  }
11230
11718
 
11231
11719
  /** Represents a PhpSettings. */
@@ -11240,6 +11728,9 @@ export namespace google {
11240
11728
  /** PhpSettings common. */
11241
11729
  public common?: (google.api.ICommonLanguageSettings|null);
11242
11730
 
11731
+ /** PhpSettings libraryPackage. */
11732
+ public libraryPackage: string;
11733
+
11243
11734
  /**
11244
11735
  * Creates a new PhpSettings instance using the specified properties.
11245
11736
  * @param [properties] Properties to set
@@ -11968,6 +12459,9 @@ export namespace google {
11968
12459
 
11969
12460
  /** MethodSettings autoPopulatedFields */
11970
12461
  autoPopulatedFields?: (string[]|null);
12462
+
12463
+ /** MethodSettings batching */
12464
+ batching?: (google.api.IBatchingConfigProto|null);
11971
12465
  }
11972
12466
 
11973
12467
  /** Represents a MethodSettings. */
@@ -11988,6 +12482,9 @@ export namespace google {
11988
12482
  /** MethodSettings autoPopulatedFields. */
11989
12483
  public autoPopulatedFields: string[];
11990
12484
 
12485
+ /** MethodSettings batching. */
12486
+ public batching?: (google.api.IBatchingConfigProto|null);
12487
+
11991
12488
  /**
11992
12489
  * Creates a new MethodSettings instance using the specified properties.
11993
12490
  * @param [properties] Properties to set
@@ -12306,6 +12803,365 @@ export namespace google {
12306
12803
  public static getTypeUrl(typeUrlPrefix?: string): string;
12307
12804
  }
12308
12805
 
12806
+ /** Properties of a BatchingConfigProto. */
12807
+ interface IBatchingConfigProto {
12808
+
12809
+ /** BatchingConfigProto thresholds */
12810
+ thresholds?: (google.api.IBatchingSettingsProto|null);
12811
+
12812
+ /** BatchingConfigProto batchDescriptor */
12813
+ batchDescriptor?: (google.api.IBatchingDescriptorProto|null);
12814
+ }
12815
+
12816
+ /** Represents a BatchingConfigProto. */
12817
+ class BatchingConfigProto implements IBatchingConfigProto {
12818
+
12819
+ /**
12820
+ * Constructs a new BatchingConfigProto.
12821
+ * @param [properties] Properties to set
12822
+ */
12823
+ constructor(properties?: google.api.IBatchingConfigProto);
12824
+
12825
+ /** BatchingConfigProto thresholds. */
12826
+ public thresholds?: (google.api.IBatchingSettingsProto|null);
12827
+
12828
+ /** BatchingConfigProto batchDescriptor. */
12829
+ public batchDescriptor?: (google.api.IBatchingDescriptorProto|null);
12830
+
12831
+ /**
12832
+ * Creates a new BatchingConfigProto instance using the specified properties.
12833
+ * @param [properties] Properties to set
12834
+ * @returns BatchingConfigProto instance
12835
+ */
12836
+ public static create(properties?: google.api.IBatchingConfigProto): google.api.BatchingConfigProto;
12837
+
12838
+ /**
12839
+ * Encodes the specified BatchingConfigProto message. Does not implicitly {@link google.api.BatchingConfigProto.verify|verify} messages.
12840
+ * @param message BatchingConfigProto message or plain object to encode
12841
+ * @param [writer] Writer to encode to
12842
+ * @returns Writer
12843
+ */
12844
+ public static encode(message: google.api.IBatchingConfigProto, writer?: $protobuf.Writer): $protobuf.Writer;
12845
+
12846
+ /**
12847
+ * Encodes the specified BatchingConfigProto message, length delimited. Does not implicitly {@link google.api.BatchingConfigProto.verify|verify} messages.
12848
+ * @param message BatchingConfigProto message or plain object to encode
12849
+ * @param [writer] Writer to encode to
12850
+ * @returns Writer
12851
+ */
12852
+ public static encodeDelimited(message: google.api.IBatchingConfigProto, writer?: $protobuf.Writer): $protobuf.Writer;
12853
+
12854
+ /**
12855
+ * Decodes a BatchingConfigProto message from the specified reader or buffer.
12856
+ * @param reader Reader or buffer to decode from
12857
+ * @param [length] Message length if known beforehand
12858
+ * @returns BatchingConfigProto
12859
+ * @throws {Error} If the payload is not a reader or valid buffer
12860
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
12861
+ */
12862
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.BatchingConfigProto;
12863
+
12864
+ /**
12865
+ * Decodes a BatchingConfigProto message from the specified reader or buffer, length delimited.
12866
+ * @param reader Reader or buffer to decode from
12867
+ * @returns BatchingConfigProto
12868
+ * @throws {Error} If the payload is not a reader or valid buffer
12869
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
12870
+ */
12871
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.BatchingConfigProto;
12872
+
12873
+ /**
12874
+ * Verifies a BatchingConfigProto message.
12875
+ * @param message Plain object to verify
12876
+ * @returns `null` if valid, otherwise the reason why it is not
12877
+ */
12878
+ public static verify(message: { [k: string]: any }): (string|null);
12879
+
12880
+ /**
12881
+ * Creates a BatchingConfigProto message from a plain object. Also converts values to their respective internal types.
12882
+ * @param object Plain object
12883
+ * @returns BatchingConfigProto
12884
+ */
12885
+ public static fromObject(object: { [k: string]: any }): google.api.BatchingConfigProto;
12886
+
12887
+ /**
12888
+ * Creates a plain object from a BatchingConfigProto message. Also converts values to other types if specified.
12889
+ * @param message BatchingConfigProto
12890
+ * @param [options] Conversion options
12891
+ * @returns Plain object
12892
+ */
12893
+ public static toObject(message: google.api.BatchingConfigProto, options?: $protobuf.IConversionOptions): { [k: string]: any };
12894
+
12895
+ /**
12896
+ * Converts this BatchingConfigProto to JSON.
12897
+ * @returns JSON object
12898
+ */
12899
+ public toJSON(): { [k: string]: any };
12900
+
12901
+ /**
12902
+ * Gets the default type url for BatchingConfigProto
12903
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
12904
+ * @returns The default type url
12905
+ */
12906
+ public static getTypeUrl(typeUrlPrefix?: string): string;
12907
+ }
12908
+
12909
+ /** Properties of a BatchingSettingsProto. */
12910
+ interface IBatchingSettingsProto {
12911
+
12912
+ /** BatchingSettingsProto elementCountThreshold */
12913
+ elementCountThreshold?: (number|null);
12914
+
12915
+ /** BatchingSettingsProto requestByteThreshold */
12916
+ requestByteThreshold?: (number|Long|string|null);
12917
+
12918
+ /** BatchingSettingsProto delayThreshold */
12919
+ delayThreshold?: (google.protobuf.IDuration|null);
12920
+
12921
+ /** BatchingSettingsProto elementCountLimit */
12922
+ elementCountLimit?: (number|null);
12923
+
12924
+ /** BatchingSettingsProto requestByteLimit */
12925
+ requestByteLimit?: (number|null);
12926
+
12927
+ /** BatchingSettingsProto flowControlElementLimit */
12928
+ flowControlElementLimit?: (number|null);
12929
+
12930
+ /** BatchingSettingsProto flowControlByteLimit */
12931
+ flowControlByteLimit?: (number|null);
12932
+
12933
+ /** BatchingSettingsProto flowControlLimitExceededBehavior */
12934
+ flowControlLimitExceededBehavior?: (google.api.FlowControlLimitExceededBehaviorProto|keyof typeof google.api.FlowControlLimitExceededBehaviorProto|null);
12935
+ }
12936
+
12937
+ /** Represents a BatchingSettingsProto. */
12938
+ class BatchingSettingsProto implements IBatchingSettingsProto {
12939
+
12940
+ /**
12941
+ * Constructs a new BatchingSettingsProto.
12942
+ * @param [properties] Properties to set
12943
+ */
12944
+ constructor(properties?: google.api.IBatchingSettingsProto);
12945
+
12946
+ /** BatchingSettingsProto elementCountThreshold. */
12947
+ public elementCountThreshold: number;
12948
+
12949
+ /** BatchingSettingsProto requestByteThreshold. */
12950
+ public requestByteThreshold: (number|Long|string);
12951
+
12952
+ /** BatchingSettingsProto delayThreshold. */
12953
+ public delayThreshold?: (google.protobuf.IDuration|null);
12954
+
12955
+ /** BatchingSettingsProto elementCountLimit. */
12956
+ public elementCountLimit: number;
12957
+
12958
+ /** BatchingSettingsProto requestByteLimit. */
12959
+ public requestByteLimit: number;
12960
+
12961
+ /** BatchingSettingsProto flowControlElementLimit. */
12962
+ public flowControlElementLimit: number;
12963
+
12964
+ /** BatchingSettingsProto flowControlByteLimit. */
12965
+ public flowControlByteLimit: number;
12966
+
12967
+ /** BatchingSettingsProto flowControlLimitExceededBehavior. */
12968
+ public flowControlLimitExceededBehavior: (google.api.FlowControlLimitExceededBehaviorProto|keyof typeof google.api.FlowControlLimitExceededBehaviorProto);
12969
+
12970
+ /**
12971
+ * Creates a new BatchingSettingsProto instance using the specified properties.
12972
+ * @param [properties] Properties to set
12973
+ * @returns BatchingSettingsProto instance
12974
+ */
12975
+ public static create(properties?: google.api.IBatchingSettingsProto): google.api.BatchingSettingsProto;
12976
+
12977
+ /**
12978
+ * Encodes the specified BatchingSettingsProto message. Does not implicitly {@link google.api.BatchingSettingsProto.verify|verify} messages.
12979
+ * @param message BatchingSettingsProto message or plain object to encode
12980
+ * @param [writer] Writer to encode to
12981
+ * @returns Writer
12982
+ */
12983
+ public static encode(message: google.api.IBatchingSettingsProto, writer?: $protobuf.Writer): $protobuf.Writer;
12984
+
12985
+ /**
12986
+ * Encodes the specified BatchingSettingsProto message, length delimited. Does not implicitly {@link google.api.BatchingSettingsProto.verify|verify} messages.
12987
+ * @param message BatchingSettingsProto message or plain object to encode
12988
+ * @param [writer] Writer to encode to
12989
+ * @returns Writer
12990
+ */
12991
+ public static encodeDelimited(message: google.api.IBatchingSettingsProto, writer?: $protobuf.Writer): $protobuf.Writer;
12992
+
12993
+ /**
12994
+ * Decodes a BatchingSettingsProto message from the specified reader or buffer.
12995
+ * @param reader Reader or buffer to decode from
12996
+ * @param [length] Message length if known beforehand
12997
+ * @returns BatchingSettingsProto
12998
+ * @throws {Error} If the payload is not a reader or valid buffer
12999
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
13000
+ */
13001
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.BatchingSettingsProto;
13002
+
13003
+ /**
13004
+ * Decodes a BatchingSettingsProto message from the specified reader or buffer, length delimited.
13005
+ * @param reader Reader or buffer to decode from
13006
+ * @returns BatchingSettingsProto
13007
+ * @throws {Error} If the payload is not a reader or valid buffer
13008
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
13009
+ */
13010
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.BatchingSettingsProto;
13011
+
13012
+ /**
13013
+ * Verifies a BatchingSettingsProto message.
13014
+ * @param message Plain object to verify
13015
+ * @returns `null` if valid, otherwise the reason why it is not
13016
+ */
13017
+ public static verify(message: { [k: string]: any }): (string|null);
13018
+
13019
+ /**
13020
+ * Creates a BatchingSettingsProto message from a plain object. Also converts values to their respective internal types.
13021
+ * @param object Plain object
13022
+ * @returns BatchingSettingsProto
13023
+ */
13024
+ public static fromObject(object: { [k: string]: any }): google.api.BatchingSettingsProto;
13025
+
13026
+ /**
13027
+ * Creates a plain object from a BatchingSettingsProto message. Also converts values to other types if specified.
13028
+ * @param message BatchingSettingsProto
13029
+ * @param [options] Conversion options
13030
+ * @returns Plain object
13031
+ */
13032
+ public static toObject(message: google.api.BatchingSettingsProto, options?: $protobuf.IConversionOptions): { [k: string]: any };
13033
+
13034
+ /**
13035
+ * Converts this BatchingSettingsProto to JSON.
13036
+ * @returns JSON object
13037
+ */
13038
+ public toJSON(): { [k: string]: any };
13039
+
13040
+ /**
13041
+ * Gets the default type url for BatchingSettingsProto
13042
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
13043
+ * @returns The default type url
13044
+ */
13045
+ public static getTypeUrl(typeUrlPrefix?: string): string;
13046
+ }
13047
+
13048
+ /** FlowControlLimitExceededBehaviorProto enum. */
13049
+ enum FlowControlLimitExceededBehaviorProto {
13050
+ UNSET_BEHAVIOR = 0,
13051
+ THROW_EXCEPTION = 1,
13052
+ BLOCK = 2,
13053
+ IGNORE = 3
13054
+ }
13055
+
13056
+ /** Properties of a BatchingDescriptorProto. */
13057
+ interface IBatchingDescriptorProto {
13058
+
13059
+ /** BatchingDescriptorProto batchedField */
13060
+ batchedField?: (string|null);
13061
+
13062
+ /** BatchingDescriptorProto discriminatorFields */
13063
+ discriminatorFields?: (string[]|null);
13064
+
13065
+ /** BatchingDescriptorProto subresponseField */
13066
+ subresponseField?: (string|null);
13067
+ }
13068
+
13069
+ /** Represents a BatchingDescriptorProto. */
13070
+ class BatchingDescriptorProto implements IBatchingDescriptorProto {
13071
+
13072
+ /**
13073
+ * Constructs a new BatchingDescriptorProto.
13074
+ * @param [properties] Properties to set
13075
+ */
13076
+ constructor(properties?: google.api.IBatchingDescriptorProto);
13077
+
13078
+ /** BatchingDescriptorProto batchedField. */
13079
+ public batchedField: string;
13080
+
13081
+ /** BatchingDescriptorProto discriminatorFields. */
13082
+ public discriminatorFields: string[];
13083
+
13084
+ /** BatchingDescriptorProto subresponseField. */
13085
+ public subresponseField: string;
13086
+
13087
+ /**
13088
+ * Creates a new BatchingDescriptorProto instance using the specified properties.
13089
+ * @param [properties] Properties to set
13090
+ * @returns BatchingDescriptorProto instance
13091
+ */
13092
+ public static create(properties?: google.api.IBatchingDescriptorProto): google.api.BatchingDescriptorProto;
13093
+
13094
+ /**
13095
+ * Encodes the specified BatchingDescriptorProto message. Does not implicitly {@link google.api.BatchingDescriptorProto.verify|verify} messages.
13096
+ * @param message BatchingDescriptorProto message or plain object to encode
13097
+ * @param [writer] Writer to encode to
13098
+ * @returns Writer
13099
+ */
13100
+ public static encode(message: google.api.IBatchingDescriptorProto, writer?: $protobuf.Writer): $protobuf.Writer;
13101
+
13102
+ /**
13103
+ * Encodes the specified BatchingDescriptorProto message, length delimited. Does not implicitly {@link google.api.BatchingDescriptorProto.verify|verify} messages.
13104
+ * @param message BatchingDescriptorProto message or plain object to encode
13105
+ * @param [writer] Writer to encode to
13106
+ * @returns Writer
13107
+ */
13108
+ public static encodeDelimited(message: google.api.IBatchingDescriptorProto, writer?: $protobuf.Writer): $protobuf.Writer;
13109
+
13110
+ /**
13111
+ * Decodes a BatchingDescriptorProto message from the specified reader or buffer.
13112
+ * @param reader Reader or buffer to decode from
13113
+ * @param [length] Message length if known beforehand
13114
+ * @returns BatchingDescriptorProto
13115
+ * @throws {Error} If the payload is not a reader or valid buffer
13116
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
13117
+ */
13118
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.BatchingDescriptorProto;
13119
+
13120
+ /**
13121
+ * Decodes a BatchingDescriptorProto message from the specified reader or buffer, length delimited.
13122
+ * @param reader Reader or buffer to decode from
13123
+ * @returns BatchingDescriptorProto
13124
+ * @throws {Error} If the payload is not a reader or valid buffer
13125
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
13126
+ */
13127
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.BatchingDescriptorProto;
13128
+
13129
+ /**
13130
+ * Verifies a BatchingDescriptorProto message.
13131
+ * @param message Plain object to verify
13132
+ * @returns `null` if valid, otherwise the reason why it is not
13133
+ */
13134
+ public static verify(message: { [k: string]: any }): (string|null);
13135
+
13136
+ /**
13137
+ * Creates a BatchingDescriptorProto message from a plain object. Also converts values to their respective internal types.
13138
+ * @param object Plain object
13139
+ * @returns BatchingDescriptorProto
13140
+ */
13141
+ public static fromObject(object: { [k: string]: any }): google.api.BatchingDescriptorProto;
13142
+
13143
+ /**
13144
+ * Creates a plain object from a BatchingDescriptorProto message. Also converts values to other types if specified.
13145
+ * @param message BatchingDescriptorProto
13146
+ * @param [options] Conversion options
13147
+ * @returns Plain object
13148
+ */
13149
+ public static toObject(message: google.api.BatchingDescriptorProto, options?: $protobuf.IConversionOptions): { [k: string]: any };
13150
+
13151
+ /**
13152
+ * Converts this BatchingDescriptorProto to JSON.
13153
+ * @returns JSON object
13154
+ */
13155
+ public toJSON(): { [k: string]: any };
13156
+
13157
+ /**
13158
+ * Gets the default type url for BatchingDescriptorProto
13159
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
13160
+ * @returns The default type url
13161
+ */
13162
+ public static getTypeUrl(typeUrlPrefix?: string): string;
13163
+ }
13164
+
12309
13165
  /** LaunchStage enum. */
12310
13166
  enum LaunchStage {
12311
13167
  LAUNCH_STAGE_UNSPECIFIED = 0,