@google-analytics/data 3.0.0 → 3.0.3

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.
@@ -12,8 +12,8 @@
12
12
  // See the License for the specific language governing permissions and
13
13
  // limitations under the License.
14
14
 
15
- import * as Long from "long";
16
- import {protobuf as $protobuf} from "google-gax";
15
+ import type {protobuf as $protobuf} from "google-gax";
16
+ import Long = require("long");
17
17
  /** Namespace google. */
18
18
  export namespace google {
19
19
 
@@ -114,6 +114,13 @@ export namespace google {
114
114
  * @returns JSON object
115
115
  */
116
116
  public toJSON(): { [k: string]: any };
117
+
118
+ /**
119
+ * Gets the default type url for Duration
120
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
121
+ * @returns The default type url
122
+ */
123
+ public static getTypeUrl(typeUrlPrefix?: string): string;
117
124
  }
118
125
 
119
126
  /** Properties of a FileDescriptorSet. */
@@ -204,6 +211,13 @@ export namespace google {
204
211
  * @returns JSON object
205
212
  */
206
213
  public toJSON(): { [k: string]: any };
214
+
215
+ /**
216
+ * Gets the default type url for FileDescriptorSet
217
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
218
+ * @returns The default type url
219
+ */
220
+ public static getTypeUrl(typeUrlPrefix?: string): string;
207
221
  }
208
222
 
209
223
  /** Properties of a FileDescriptorProto. */
@@ -244,6 +258,9 @@ export namespace google {
244
258
 
245
259
  /** FileDescriptorProto syntax */
246
260
  syntax?: (string|null);
261
+
262
+ /** FileDescriptorProto edition */
263
+ edition?: (string|null);
247
264
  }
248
265
 
249
266
  /** Represents a FileDescriptorProto. */
@@ -291,6 +308,9 @@ export namespace google {
291
308
  /** FileDescriptorProto syntax. */
292
309
  public syntax: string;
293
310
 
311
+ /** FileDescriptorProto edition. */
312
+ public edition: string;
313
+
294
314
  /**
295
315
  * Creates a new FileDescriptorProto instance using the specified properties.
296
316
  * @param [properties] Properties to set
@@ -360,6 +380,13 @@ export namespace google {
360
380
  * @returns JSON object
361
381
  */
362
382
  public toJSON(): { [k: string]: any };
383
+
384
+ /**
385
+ * Gets the default type url for FileDescriptorProto
386
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
387
+ * @returns The default type url
388
+ */
389
+ public static getTypeUrl(typeUrlPrefix?: string): string;
363
390
  }
364
391
 
365
392
  /** Properties of a DescriptorProto. */
@@ -504,6 +531,13 @@ export namespace google {
504
531
  * @returns JSON object
505
532
  */
506
533
  public toJSON(): { [k: string]: any };
534
+
535
+ /**
536
+ * Gets the default type url for DescriptorProto
537
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
538
+ * @returns The default type url
539
+ */
540
+ public static getTypeUrl(typeUrlPrefix?: string): string;
507
541
  }
508
542
 
509
543
  namespace DescriptorProto {
@@ -608,6 +642,13 @@ export namespace google {
608
642
  * @returns JSON object
609
643
  */
610
644
  public toJSON(): { [k: string]: any };
645
+
646
+ /**
647
+ * Gets the default type url for ExtensionRange
648
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
649
+ * @returns The default type url
650
+ */
651
+ public static getTypeUrl(typeUrlPrefix?: string): string;
611
652
  }
612
653
 
613
654
  /** Properties of a ReservedRange. */
@@ -704,6 +745,13 @@ export namespace google {
704
745
  * @returns JSON object
705
746
  */
706
747
  public toJSON(): { [k: string]: any };
748
+
749
+ /**
750
+ * Gets the default type url for ReservedRange
751
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
752
+ * @returns The default type url
753
+ */
754
+ public static getTypeUrl(typeUrlPrefix?: string): string;
707
755
  }
708
756
  }
709
757
 
@@ -795,6 +843,13 @@ export namespace google {
795
843
  * @returns JSON object
796
844
  */
797
845
  public toJSON(): { [k: string]: any };
846
+
847
+ /**
848
+ * Gets the default type url for ExtensionRangeOptions
849
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
850
+ * @returns The default type url
851
+ */
852
+ public static getTypeUrl(typeUrlPrefix?: string): string;
798
853
  }
799
854
 
800
855
  /** Properties of a FieldDescriptorProto. */
@@ -945,6 +1000,13 @@ export namespace google {
945
1000
  * @returns JSON object
946
1001
  */
947
1002
  public toJSON(): { [k: string]: any };
1003
+
1004
+ /**
1005
+ * Gets the default type url for FieldDescriptorProto
1006
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
1007
+ * @returns The default type url
1008
+ */
1009
+ public static getTypeUrl(typeUrlPrefix?: string): string;
948
1010
  }
949
1011
 
950
1012
  namespace FieldDescriptorProto {
@@ -1073,6 +1135,13 @@ export namespace google {
1073
1135
  * @returns JSON object
1074
1136
  */
1075
1137
  public toJSON(): { [k: string]: any };
1138
+
1139
+ /**
1140
+ * Gets the default type url for OneofDescriptorProto
1141
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
1142
+ * @returns The default type url
1143
+ */
1144
+ public static getTypeUrl(typeUrlPrefix?: string): string;
1076
1145
  }
1077
1146
 
1078
1147
  /** Properties of an EnumDescriptorProto. */
@@ -1187,6 +1256,13 @@ export namespace google {
1187
1256
  * @returns JSON object
1188
1257
  */
1189
1258
  public toJSON(): { [k: string]: any };
1259
+
1260
+ /**
1261
+ * Gets the default type url for EnumDescriptorProto
1262
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
1263
+ * @returns The default type url
1264
+ */
1265
+ public static getTypeUrl(typeUrlPrefix?: string): string;
1190
1266
  }
1191
1267
 
1192
1268
  namespace EnumDescriptorProto {
@@ -1285,6 +1361,13 @@ export namespace google {
1285
1361
  * @returns JSON object
1286
1362
  */
1287
1363
  public toJSON(): { [k: string]: any };
1364
+
1365
+ /**
1366
+ * Gets the default type url for EnumReservedRange
1367
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
1368
+ * @returns The default type url
1369
+ */
1370
+ public static getTypeUrl(typeUrlPrefix?: string): string;
1288
1371
  }
1289
1372
  }
1290
1373
 
@@ -1388,6 +1471,13 @@ export namespace google {
1388
1471
  * @returns JSON object
1389
1472
  */
1390
1473
  public toJSON(): { [k: string]: any };
1474
+
1475
+ /**
1476
+ * Gets the default type url for EnumValueDescriptorProto
1477
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
1478
+ * @returns The default type url
1479
+ */
1480
+ public static getTypeUrl(typeUrlPrefix?: string): string;
1391
1481
  }
1392
1482
 
1393
1483
  /** Properties of a ServiceDescriptorProto. */
@@ -1490,6 +1580,13 @@ export namespace google {
1490
1580
  * @returns JSON object
1491
1581
  */
1492
1582
  public toJSON(): { [k: string]: any };
1583
+
1584
+ /**
1585
+ * Gets the default type url for ServiceDescriptorProto
1586
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
1587
+ * @returns The default type url
1588
+ */
1589
+ public static getTypeUrl(typeUrlPrefix?: string): string;
1493
1590
  }
1494
1591
 
1495
1592
  /** Properties of a MethodDescriptorProto. */
@@ -1610,6 +1707,13 @@ export namespace google {
1610
1707
  * @returns JSON object
1611
1708
  */
1612
1709
  public toJSON(): { [k: string]: any };
1710
+
1711
+ /**
1712
+ * Gets the default type url for MethodDescriptorProto
1713
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
1714
+ * @returns The default type url
1715
+ */
1716
+ public static getTypeUrl(typeUrlPrefix?: string): string;
1613
1717
  }
1614
1718
 
1615
1719
  /** Properties of a FileOptions. */
@@ -1823,6 +1927,13 @@ export namespace google {
1823
1927
  * @returns JSON object
1824
1928
  */
1825
1929
  public toJSON(): { [k: string]: any };
1930
+
1931
+ /**
1932
+ * Gets the default type url for FileOptions
1933
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
1934
+ * @returns The default type url
1935
+ */
1936
+ public static getTypeUrl(typeUrlPrefix?: string): string;
1826
1937
  }
1827
1938
 
1828
1939
  namespace FileOptions {
@@ -1950,6 +2061,13 @@ export namespace google {
1950
2061
  * @returns JSON object
1951
2062
  */
1952
2063
  public toJSON(): { [k: string]: any };
2064
+
2065
+ /**
2066
+ * Gets the default type url for MessageOptions
2067
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
2068
+ * @returns The default type url
2069
+ */
2070
+ public static getTypeUrl(typeUrlPrefix?: string): string;
1953
2071
  }
1954
2072
 
1955
2073
  /** Properties of a FieldOptions. */
@@ -2088,6 +2206,13 @@ export namespace google {
2088
2206
  * @returns JSON object
2089
2207
  */
2090
2208
  public toJSON(): { [k: string]: any };
2209
+
2210
+ /**
2211
+ * Gets the default type url for FieldOptions
2212
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
2213
+ * @returns The default type url
2214
+ */
2215
+ public static getTypeUrl(typeUrlPrefix?: string): string;
2091
2216
  }
2092
2217
 
2093
2218
  namespace FieldOptions {
@@ -2195,6 +2320,13 @@ export namespace google {
2195
2320
  * @returns JSON object
2196
2321
  */
2197
2322
  public toJSON(): { [k: string]: any };
2323
+
2324
+ /**
2325
+ * Gets the default type url for OneofOptions
2326
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
2327
+ * @returns The default type url
2328
+ */
2329
+ public static getTypeUrl(typeUrlPrefix?: string): string;
2198
2330
  }
2199
2331
 
2200
2332
  /** Properties of an EnumOptions. */
@@ -2297,6 +2429,13 @@ export namespace google {
2297
2429
  * @returns JSON object
2298
2430
  */
2299
2431
  public toJSON(): { [k: string]: any };
2432
+
2433
+ /**
2434
+ * Gets the default type url for EnumOptions
2435
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
2436
+ * @returns The default type url
2437
+ */
2438
+ public static getTypeUrl(typeUrlPrefix?: string): string;
2300
2439
  }
2301
2440
 
2302
2441
  /** Properties of an EnumValueOptions. */
@@ -2393,6 +2532,13 @@ export namespace google {
2393
2532
  * @returns JSON object
2394
2533
  */
2395
2534
  public toJSON(): { [k: string]: any };
2535
+
2536
+ /**
2537
+ * Gets the default type url for EnumValueOptions
2538
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
2539
+ * @returns The default type url
2540
+ */
2541
+ public static getTypeUrl(typeUrlPrefix?: string): string;
2396
2542
  }
2397
2543
 
2398
2544
  /** Properties of a ServiceOptions. */
@@ -2495,6 +2641,13 @@ export namespace google {
2495
2641
  * @returns JSON object
2496
2642
  */
2497
2643
  public toJSON(): { [k: string]: any };
2644
+
2645
+ /**
2646
+ * Gets the default type url for ServiceOptions
2647
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
2648
+ * @returns The default type url
2649
+ */
2650
+ public static getTypeUrl(typeUrlPrefix?: string): string;
2498
2651
  }
2499
2652
 
2500
2653
  /** Properties of a MethodOptions. */
@@ -2603,6 +2756,13 @@ export namespace google {
2603
2756
  * @returns JSON object
2604
2757
  */
2605
2758
  public toJSON(): { [k: string]: any };
2759
+
2760
+ /**
2761
+ * Gets the default type url for MethodOptions
2762
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
2763
+ * @returns The default type url
2764
+ */
2765
+ public static getTypeUrl(typeUrlPrefix?: string): string;
2606
2766
  }
2607
2767
 
2608
2768
  namespace MethodOptions {
@@ -2739,6 +2899,13 @@ export namespace google {
2739
2899
  * @returns JSON object
2740
2900
  */
2741
2901
  public toJSON(): { [k: string]: any };
2902
+
2903
+ /**
2904
+ * Gets the default type url for UninterpretedOption
2905
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
2906
+ * @returns The default type url
2907
+ */
2908
+ public static getTypeUrl(typeUrlPrefix?: string): string;
2742
2909
  }
2743
2910
 
2744
2911
  namespace UninterpretedOption {
@@ -2837,6 +3004,13 @@ export namespace google {
2837
3004
  * @returns JSON object
2838
3005
  */
2839
3006
  public toJSON(): { [k: string]: any };
3007
+
3008
+ /**
3009
+ * Gets the default type url for NamePart
3010
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
3011
+ * @returns The default type url
3012
+ */
3013
+ public static getTypeUrl(typeUrlPrefix?: string): string;
2840
3014
  }
2841
3015
  }
2842
3016
 
@@ -2928,6 +3102,13 @@ export namespace google {
2928
3102
  * @returns JSON object
2929
3103
  */
2930
3104
  public toJSON(): { [k: string]: any };
3105
+
3106
+ /**
3107
+ * Gets the default type url for SourceCodeInfo
3108
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
3109
+ * @returns The default type url
3110
+ */
3111
+ public static getTypeUrl(typeUrlPrefix?: string): string;
2931
3112
  }
2932
3113
 
2933
3114
  namespace SourceCodeInfo {
@@ -3044,6 +3225,13 @@ export namespace google {
3044
3225
  * @returns JSON object
3045
3226
  */
3046
3227
  public toJSON(): { [k: string]: any };
3228
+
3229
+ /**
3230
+ * Gets the default type url for Location
3231
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
3232
+ * @returns The default type url
3233
+ */
3234
+ public static getTypeUrl(typeUrlPrefix?: string): string;
3047
3235
  }
3048
3236
  }
3049
3237
 
@@ -3135,6 +3323,13 @@ export namespace google {
3135
3323
  * @returns JSON object
3136
3324
  */
3137
3325
  public toJSON(): { [k: string]: any };
3326
+
3327
+ /**
3328
+ * Gets the default type url for GeneratedCodeInfo
3329
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
3330
+ * @returns The default type url
3331
+ */
3332
+ public static getTypeUrl(typeUrlPrefix?: string): string;
3138
3333
  }
3139
3334
 
3140
3335
  namespace GeneratedCodeInfo {
@@ -3153,6 +3348,9 @@ export namespace google {
3153
3348
 
3154
3349
  /** Annotation end */
3155
3350
  end?: (number|null);
3351
+
3352
+ /** Annotation semantic */
3353
+ semantic?: (google.protobuf.GeneratedCodeInfo.Annotation.Semantic|keyof typeof google.protobuf.GeneratedCodeInfo.Annotation.Semantic|null);
3156
3354
  }
3157
3355
 
3158
3356
  /** Represents an Annotation. */
@@ -3176,6 +3374,9 @@ export namespace google {
3176
3374
  /** Annotation end. */
3177
3375
  public end: number;
3178
3376
 
3377
+ /** Annotation semantic. */
3378
+ public semantic: (google.protobuf.GeneratedCodeInfo.Annotation.Semantic|keyof typeof google.protobuf.GeneratedCodeInfo.Annotation.Semantic);
3379
+
3179
3380
  /**
3180
3381
  * Creates a new Annotation instance using the specified properties.
3181
3382
  * @param [properties] Properties to set
@@ -3245,6 +3446,23 @@ export namespace google {
3245
3446
  * @returns JSON object
3246
3447
  */
3247
3448
  public toJSON(): { [k: string]: any };
3449
+
3450
+ /**
3451
+ * Gets the default type url for Annotation
3452
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
3453
+ * @returns The default type url
3454
+ */
3455
+ public static getTypeUrl(typeUrlPrefix?: string): string;
3456
+ }
3457
+
3458
+ namespace Annotation {
3459
+
3460
+ /** Semantic enum. */
3461
+ enum Semantic {
3462
+ NONE = 0,
3463
+ SET = 1,
3464
+ ALIAS = 2
3465
+ }
3248
3466
  }
3249
3467
  }
3250
3468
  }
@@ -3445,6 +3663,13 @@ export namespace google {
3445
3663
  * @returns JSON object
3446
3664
  */
3447
3665
  public toJSON(): { [k: string]: any };
3666
+
3667
+ /**
3668
+ * Gets the default type url for RunFunnelReportRequest
3669
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
3670
+ * @returns The default type url
3671
+ */
3672
+ public static getTypeUrl(typeUrlPrefix?: string): string;
3448
3673
  }
3449
3674
 
3450
3675
  namespace RunFunnelReportRequest {
@@ -3563,6 +3788,13 @@ export namespace google {
3563
3788
  * @returns JSON object
3564
3789
  */
3565
3790
  public toJSON(): { [k: string]: any };
3791
+
3792
+ /**
3793
+ * Gets the default type url for RunFunnelReportResponse
3794
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
3795
+ * @returns The default type url
3796
+ */
3797
+ public static getTypeUrl(typeUrlPrefix?: string): string;
3566
3798
  }
3567
3799
 
3568
3800
  /** Properties of a DateRange. */
@@ -3665,6 +3897,13 @@ export namespace google {
3665
3897
  * @returns JSON object
3666
3898
  */
3667
3899
  public toJSON(): { [k: string]: any };
3900
+
3901
+ /**
3902
+ * Gets the default type url for DateRange
3903
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
3904
+ * @returns The default type url
3905
+ */
3906
+ public static getTypeUrl(typeUrlPrefix?: string): string;
3668
3907
  }
3669
3908
 
3670
3909
  /** Properties of a Dimension. */
@@ -3761,6 +4000,13 @@ export namespace google {
3761
4000
  * @returns JSON object
3762
4001
  */
3763
4002
  public toJSON(): { [k: string]: any };
4003
+
4004
+ /**
4005
+ * Gets the default type url for Dimension
4006
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
4007
+ * @returns The default type url
4008
+ */
4009
+ public static getTypeUrl(typeUrlPrefix?: string): string;
3764
4010
  }
3765
4011
 
3766
4012
  /** Properties of a DimensionExpression. */
@@ -3866,6 +4112,13 @@ export namespace google {
3866
4112
  * @returns JSON object
3867
4113
  */
3868
4114
  public toJSON(): { [k: string]: any };
4115
+
4116
+ /**
4117
+ * Gets the default type url for DimensionExpression
4118
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
4119
+ * @returns The default type url
4120
+ */
4121
+ public static getTypeUrl(typeUrlPrefix?: string): string;
3869
4122
  }
3870
4123
 
3871
4124
  namespace DimensionExpression {
@@ -3958,6 +4211,13 @@ export namespace google {
3958
4211
  * @returns JSON object
3959
4212
  */
3960
4213
  public toJSON(): { [k: string]: any };
4214
+
4215
+ /**
4216
+ * Gets the default type url for CaseExpression
4217
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
4218
+ * @returns The default type url
4219
+ */
4220
+ public static getTypeUrl(typeUrlPrefix?: string): string;
3961
4221
  }
3962
4222
 
3963
4223
  /** Properties of a ConcatenateExpression. */
@@ -4054,6 +4314,13 @@ export namespace google {
4054
4314
  * @returns JSON object
4055
4315
  */
4056
4316
  public toJSON(): { [k: string]: any };
4317
+
4318
+ /**
4319
+ * Gets the default type url for ConcatenateExpression
4320
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
4321
+ * @returns The default type url
4322
+ */
4323
+ public static getTypeUrl(typeUrlPrefix?: string): string;
4057
4324
  }
4058
4325
  }
4059
4326
 
@@ -4166,6 +4433,13 @@ export namespace google {
4166
4433
  * @returns JSON object
4167
4434
  */
4168
4435
  public toJSON(): { [k: string]: any };
4436
+
4437
+ /**
4438
+ * Gets the default type url for FilterExpression
4439
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
4440
+ * @returns The default type url
4441
+ */
4442
+ public static getTypeUrl(typeUrlPrefix?: string): string;
4169
4443
  }
4170
4444
 
4171
4445
  /** Properties of a FilterExpressionList. */
@@ -4256,6 +4530,13 @@ export namespace google {
4256
4530
  * @returns JSON object
4257
4531
  */
4258
4532
  public toJSON(): { [k: string]: any };
4533
+
4534
+ /**
4535
+ * Gets the default type url for FilterExpressionList
4536
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
4537
+ * @returns The default type url
4538
+ */
4539
+ public static getTypeUrl(typeUrlPrefix?: string): string;
4259
4540
  }
4260
4541
 
4261
4542
  /** Properties of a Filter. */
@@ -4373,6 +4654,13 @@ export namespace google {
4373
4654
  * @returns JSON object
4374
4655
  */
4375
4656
  public toJSON(): { [k: string]: any };
4657
+
4658
+ /**
4659
+ * Gets the default type url for Filter
4660
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
4661
+ * @returns The default type url
4662
+ */
4663
+ public static getTypeUrl(typeUrlPrefix?: string): string;
4376
4664
  }
4377
4665
 
4378
4666
  /** Properties of a StringFilter. */
@@ -4475,6 +4763,13 @@ export namespace google {
4475
4763
  * @returns JSON object
4476
4764
  */
4477
4765
  public toJSON(): { [k: string]: any };
4766
+
4767
+ /**
4768
+ * Gets the default type url for StringFilter
4769
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
4770
+ * @returns The default type url
4771
+ */
4772
+ public static getTypeUrl(typeUrlPrefix?: string): string;
4478
4773
  }
4479
4774
 
4480
4775
  namespace StringFilter {
@@ -4585,6 +4880,13 @@ export namespace google {
4585
4880
  * @returns JSON object
4586
4881
  */
4587
4882
  public toJSON(): { [k: string]: any };
4883
+
4884
+ /**
4885
+ * Gets the default type url for InListFilter
4886
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
4887
+ * @returns The default type url
4888
+ */
4889
+ public static getTypeUrl(typeUrlPrefix?: string): string;
4588
4890
  }
4589
4891
 
4590
4892
  /** Properties of a NumericFilter. */
@@ -4681,6 +4983,13 @@ export namespace google {
4681
4983
  * @returns JSON object
4682
4984
  */
4683
4985
  public toJSON(): { [k: string]: any };
4986
+
4987
+ /**
4988
+ * Gets the default type url for NumericFilter
4989
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
4990
+ * @returns The default type url
4991
+ */
4992
+ public static getTypeUrl(typeUrlPrefix?: string): string;
4684
4993
  }
4685
4994
 
4686
4995
  namespace NumericFilter {
@@ -4790,6 +5099,13 @@ export namespace google {
4790
5099
  * @returns JSON object
4791
5100
  */
4792
5101
  public toJSON(): { [k: string]: any };
5102
+
5103
+ /**
5104
+ * Gets the default type url for BetweenFilter
5105
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
5106
+ * @returns The default type url
5107
+ */
5108
+ public static getTypeUrl(typeUrlPrefix?: string): string;
4793
5109
  }
4794
5110
 
4795
5111
  /** Properties of a NumericValue. */
@@ -4889,6 +5205,13 @@ export namespace google {
4889
5205
  * @returns JSON object
4890
5206
  */
4891
5207
  public toJSON(): { [k: string]: any };
5208
+
5209
+ /**
5210
+ * Gets the default type url for NumericValue
5211
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
5212
+ * @returns The default type url
5213
+ */
5214
+ public static getTypeUrl(typeUrlPrefix?: string): string;
4892
5215
  }
4893
5216
 
4894
5217
  /** Properties of a DimensionHeader. */
@@ -4979,6 +5302,13 @@ export namespace google {
4979
5302
  * @returns JSON object
4980
5303
  */
4981
5304
  public toJSON(): { [k: string]: any };
5305
+
5306
+ /**
5307
+ * Gets the default type url for DimensionHeader
5308
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
5309
+ * @returns The default type url
5310
+ */
5311
+ public static getTypeUrl(typeUrlPrefix?: string): string;
4982
5312
  }
4983
5313
 
4984
5314
  /** Properties of a MetricHeader. */
@@ -5075,6 +5405,13 @@ export namespace google {
5075
5405
  * @returns JSON object
5076
5406
  */
5077
5407
  public toJSON(): { [k: string]: any };
5408
+
5409
+ /**
5410
+ * Gets the default type url for MetricHeader
5411
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
5412
+ * @returns The default type url
5413
+ */
5414
+ public static getTypeUrl(typeUrlPrefix?: string): string;
5078
5415
  }
5079
5416
 
5080
5417
  /** Properties of a Row. */
@@ -5171,6 +5508,13 @@ export namespace google {
5171
5508
  * @returns JSON object
5172
5509
  */
5173
5510
  public toJSON(): { [k: string]: any };
5511
+
5512
+ /**
5513
+ * Gets the default type url for Row
5514
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
5515
+ * @returns The default type url
5516
+ */
5517
+ public static getTypeUrl(typeUrlPrefix?: string): string;
5174
5518
  }
5175
5519
 
5176
5520
  /** Properties of a DimensionValue. */
@@ -5264,6 +5608,13 @@ export namespace google {
5264
5608
  * @returns JSON object
5265
5609
  */
5266
5610
  public toJSON(): { [k: string]: any };
5611
+
5612
+ /**
5613
+ * Gets the default type url for DimensionValue
5614
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
5615
+ * @returns The default type url
5616
+ */
5617
+ public static getTypeUrl(typeUrlPrefix?: string): string;
5267
5618
  }
5268
5619
 
5269
5620
  /** Properties of a MetricValue. */
@@ -5357,6 +5708,13 @@ export namespace google {
5357
5708
  * @returns JSON object
5358
5709
  */
5359
5710
  public toJSON(): { [k: string]: any };
5711
+
5712
+ /**
5713
+ * Gets the default type url for MetricValue
5714
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
5715
+ * @returns The default type url
5716
+ */
5717
+ public static getTypeUrl(typeUrlPrefix?: string): string;
5360
5718
  }
5361
5719
 
5362
5720
  /** Properties of a PropertyQuota. */
@@ -5471,6 +5829,13 @@ export namespace google {
5471
5829
  * @returns JSON object
5472
5830
  */
5473
5831
  public toJSON(): { [k: string]: any };
5832
+
5833
+ /**
5834
+ * Gets the default type url for PropertyQuota
5835
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
5836
+ * @returns The default type url
5837
+ */
5838
+ public static getTypeUrl(typeUrlPrefix?: string): string;
5474
5839
  }
5475
5840
 
5476
5841
  /** Properties of a QuotaStatus. */
@@ -5567,6 +5932,13 @@ export namespace google {
5567
5932
  * @returns JSON object
5568
5933
  */
5569
5934
  public toJSON(): { [k: string]: any };
5935
+
5936
+ /**
5937
+ * Gets the default type url for QuotaStatus
5938
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
5939
+ * @returns The default type url
5940
+ */
5941
+ public static getTypeUrl(typeUrlPrefix?: string): string;
5570
5942
  }
5571
5943
 
5572
5944
  /** Properties of a FunnelBreakdown. */
@@ -5666,6 +6038,13 @@ export namespace google {
5666
6038
  * @returns JSON object
5667
6039
  */
5668
6040
  public toJSON(): { [k: string]: any };
6041
+
6042
+ /**
6043
+ * Gets the default type url for FunnelBreakdown
6044
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
6045
+ * @returns The default type url
6046
+ */
6047
+ public static getTypeUrl(typeUrlPrefix?: string): string;
5669
6048
  }
5670
6049
 
5671
6050
  /** Properties of a FunnelNextAction. */
@@ -5765,6 +6144,13 @@ export namespace google {
5765
6144
  * @returns JSON object
5766
6145
  */
5767
6146
  public toJSON(): { [k: string]: any };
6147
+
6148
+ /**
6149
+ * Gets the default type url for FunnelNextAction
6150
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
6151
+ * @returns The default type url
6152
+ */
6153
+ public static getTypeUrl(typeUrlPrefix?: string): string;
5768
6154
  }
5769
6155
 
5770
6156
  /** Properties of a Funnel. */
@@ -5861,6 +6247,13 @@ export namespace google {
5861
6247
  * @returns JSON object
5862
6248
  */
5863
6249
  public toJSON(): { [k: string]: any };
6250
+
6251
+ /**
6252
+ * Gets the default type url for Funnel
6253
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
6254
+ * @returns The default type url
6255
+ */
6256
+ public static getTypeUrl(typeUrlPrefix?: string): string;
5864
6257
  }
5865
6258
 
5866
6259
  /** Properties of a FunnelStep. */
@@ -5972,6 +6365,13 @@ export namespace google {
5972
6365
  * @returns JSON object
5973
6366
  */
5974
6367
  public toJSON(): { [k: string]: any };
6368
+
6369
+ /**
6370
+ * Gets the default type url for FunnelStep
6371
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
6372
+ * @returns The default type url
6373
+ */
6374
+ public static getTypeUrl(typeUrlPrefix?: string): string;
5975
6375
  }
5976
6376
 
5977
6377
  /** Properties of a FunnelSubReport. */
@@ -6080,6 +6480,13 @@ export namespace google {
6080
6480
  * @returns JSON object
6081
6481
  */
6082
6482
  public toJSON(): { [k: string]: any };
6483
+
6484
+ /**
6485
+ * Gets the default type url for FunnelSubReport
6486
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
6487
+ * @returns The default type url
6488
+ */
6489
+ public static getTypeUrl(typeUrlPrefix?: string): string;
6083
6490
  }
6084
6491
 
6085
6492
  /** Properties of a UserSegment. */
@@ -6176,6 +6583,13 @@ export namespace google {
6176
6583
  * @returns JSON object
6177
6584
  */
6178
6585
  public toJSON(): { [k: string]: any };
6586
+
6587
+ /**
6588
+ * Gets the default type url for UserSegment
6589
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
6590
+ * @returns The default type url
6591
+ */
6592
+ public static getTypeUrl(typeUrlPrefix?: string): string;
6179
6593
  }
6180
6594
 
6181
6595
  /** Properties of a UserSegmentCriteria. */
@@ -6272,6 +6686,13 @@ export namespace google {
6272
6686
  * @returns JSON object
6273
6687
  */
6274
6688
  public toJSON(): { [k: string]: any };
6689
+
6690
+ /**
6691
+ * Gets the default type url for UserSegmentCriteria
6692
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
6693
+ * @returns The default type url
6694
+ */
6695
+ public static getTypeUrl(typeUrlPrefix?: string): string;
6275
6696
  }
6276
6697
 
6277
6698
  /** UserCriteriaScoping enum. */
@@ -6376,6 +6797,13 @@ export namespace google {
6376
6797
  * @returns JSON object
6377
6798
  */
6378
6799
  public toJSON(): { [k: string]: any };
6800
+
6801
+ /**
6802
+ * Gets the default type url for UserSegmentConditionGroup
6803
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
6804
+ * @returns The default type url
6805
+ */
6806
+ public static getTypeUrl(typeUrlPrefix?: string): string;
6379
6807
  }
6380
6808
 
6381
6809
  /** Properties of a UserSegmentSequenceGroup. */
@@ -6478,6 +6906,13 @@ export namespace google {
6478
6906
  * @returns JSON object
6479
6907
  */
6480
6908
  public toJSON(): { [k: string]: any };
6909
+
6910
+ /**
6911
+ * Gets the default type url for UserSegmentSequenceGroup
6912
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
6913
+ * @returns The default type url
6914
+ */
6915
+ public static getTypeUrl(typeUrlPrefix?: string): string;
6481
6916
  }
6482
6917
 
6483
6918
  /** Properties of a UserSequenceStep. */
@@ -6580,6 +7015,13 @@ export namespace google {
6580
7015
  * @returns JSON object
6581
7016
  */
6582
7017
  public toJSON(): { [k: string]: any };
7018
+
7019
+ /**
7020
+ * Gets the default type url for UserSequenceStep
7021
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
7022
+ * @returns The default type url
7023
+ */
7024
+ public static getTypeUrl(typeUrlPrefix?: string): string;
6583
7025
  }
6584
7026
 
6585
7027
  /** Properties of a UserSegmentExclusion. */
@@ -6676,6 +7118,13 @@ export namespace google {
6676
7118
  * @returns JSON object
6677
7119
  */
6678
7120
  public toJSON(): { [k: string]: any };
7121
+
7122
+ /**
7123
+ * Gets the default type url for UserSegmentExclusion
7124
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
7125
+ * @returns The default type url
7126
+ */
7127
+ public static getTypeUrl(typeUrlPrefix?: string): string;
6679
7128
  }
6680
7129
 
6681
7130
  /** UserExclusionDuration enum. */
@@ -6779,6 +7228,13 @@ export namespace google {
6779
7228
  * @returns JSON object
6780
7229
  */
6781
7230
  public toJSON(): { [k: string]: any };
7231
+
7232
+ /**
7233
+ * Gets the default type url for SessionSegment
7234
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
7235
+ * @returns The default type url
7236
+ */
7237
+ public static getTypeUrl(typeUrlPrefix?: string): string;
6782
7238
  }
6783
7239
 
6784
7240
  /** Properties of a SessionSegmentCriteria. */
@@ -6869,6 +7325,13 @@ export namespace google {
6869
7325
  * @returns JSON object
6870
7326
  */
6871
7327
  public toJSON(): { [k: string]: any };
7328
+
7329
+ /**
7330
+ * Gets the default type url for SessionSegmentCriteria
7331
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
7332
+ * @returns The default type url
7333
+ */
7334
+ public static getTypeUrl(typeUrlPrefix?: string): string;
6872
7335
  }
6873
7336
 
6874
7337
  /** SessionCriteriaScoping enum. */
@@ -6972,6 +7435,13 @@ export namespace google {
6972
7435
  * @returns JSON object
6973
7436
  */
6974
7437
  public toJSON(): { [k: string]: any };
7438
+
7439
+ /**
7440
+ * Gets the default type url for SessionSegmentConditionGroup
7441
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
7442
+ * @returns The default type url
7443
+ */
7444
+ public static getTypeUrl(typeUrlPrefix?: string): string;
6975
7445
  }
6976
7446
 
6977
7447
  /** Properties of a SessionSegmentExclusion. */
@@ -7068,6 +7538,13 @@ export namespace google {
7068
7538
  * @returns JSON object
7069
7539
  */
7070
7540
  public toJSON(): { [k: string]: any };
7541
+
7542
+ /**
7543
+ * Gets the default type url for SessionSegmentExclusion
7544
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
7545
+ * @returns The default type url
7546
+ */
7547
+ public static getTypeUrl(typeUrlPrefix?: string): string;
7071
7548
  }
7072
7549
 
7073
7550
  /** SessionExclusionDuration enum. */
@@ -7171,6 +7648,13 @@ export namespace google {
7171
7648
  * @returns JSON object
7172
7649
  */
7173
7650
  public toJSON(): { [k: string]: any };
7651
+
7652
+ /**
7653
+ * Gets the default type url for EventSegment
7654
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
7655
+ * @returns The default type url
7656
+ */
7657
+ public static getTypeUrl(typeUrlPrefix?: string): string;
7174
7658
  }
7175
7659
 
7176
7660
  /** Properties of an EventSegmentCriteria. */
@@ -7261,6 +7745,13 @@ export namespace google {
7261
7745
  * @returns JSON object
7262
7746
  */
7263
7747
  public toJSON(): { [k: string]: any };
7748
+
7749
+ /**
7750
+ * Gets the default type url for EventSegmentCriteria
7751
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
7752
+ * @returns The default type url
7753
+ */
7754
+ public static getTypeUrl(typeUrlPrefix?: string): string;
7264
7755
  }
7265
7756
 
7266
7757
  /** EventCriteriaScoping enum. */
@@ -7363,6 +7854,13 @@ export namespace google {
7363
7854
  * @returns JSON object
7364
7855
  */
7365
7856
  public toJSON(): { [k: string]: any };
7857
+
7858
+ /**
7859
+ * Gets the default type url for EventSegmentConditionGroup
7860
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
7861
+ * @returns The default type url
7862
+ */
7863
+ public static getTypeUrl(typeUrlPrefix?: string): string;
7366
7864
  }
7367
7865
 
7368
7866
  /** Properties of an EventSegmentExclusion. */
@@ -7459,6 +7957,13 @@ export namespace google {
7459
7957
  * @returns JSON object
7460
7958
  */
7461
7959
  public toJSON(): { [k: string]: any };
7960
+
7961
+ /**
7962
+ * Gets the default type url for EventSegmentExclusion
7963
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
7964
+ * @returns The default type url
7965
+ */
7966
+ public static getTypeUrl(typeUrlPrefix?: string): string;
7462
7967
  }
7463
7968
 
7464
7969
  /** EventExclusionDuration enum. */
@@ -7576,6 +8081,13 @@ export namespace google {
7576
8081
  * @returns JSON object
7577
8082
  */
7578
8083
  public toJSON(): { [k: string]: any };
8084
+
8085
+ /**
8086
+ * Gets the default type url for Segment
8087
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
8088
+ * @returns The default type url
8089
+ */
8090
+ public static getTypeUrl(typeUrlPrefix?: string): string;
7579
8091
  }
7580
8092
 
7581
8093
  /** Properties of a SegmentFilterExpression. */
@@ -7693,6 +8205,13 @@ export namespace google {
7693
8205
  * @returns JSON object
7694
8206
  */
7695
8207
  public toJSON(): { [k: string]: any };
8208
+
8209
+ /**
8210
+ * Gets the default type url for SegmentFilterExpression
8211
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
8212
+ * @returns The default type url
8213
+ */
8214
+ public static getTypeUrl(typeUrlPrefix?: string): string;
7696
8215
  }
7697
8216
 
7698
8217
  /** Properties of a SegmentFilterExpressionList. */
@@ -7783,6 +8302,13 @@ export namespace google {
7783
8302
  * @returns JSON object
7784
8303
  */
7785
8304
  public toJSON(): { [k: string]: any };
8305
+
8306
+ /**
8307
+ * Gets the default type url for SegmentFilterExpressionList
8308
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
8309
+ * @returns The default type url
8310
+ */
8311
+ public static getTypeUrl(typeUrlPrefix?: string): string;
7786
8312
  }
7787
8313
 
7788
8314
  /** Properties of a SegmentFilter. */
@@ -7906,6 +8432,13 @@ export namespace google {
7906
8432
  * @returns JSON object
7907
8433
  */
7908
8434
  public toJSON(): { [k: string]: any };
8435
+
8436
+ /**
8437
+ * Gets the default type url for SegmentFilter
8438
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
8439
+ * @returns The default type url
8440
+ */
8441
+ public static getTypeUrl(typeUrlPrefix?: string): string;
7909
8442
  }
7910
8443
 
7911
8444
  /** Properties of a SegmentFilterScoping. */
@@ -7999,6 +8532,13 @@ export namespace google {
7999
8532
  * @returns JSON object
8000
8533
  */
8001
8534
  public toJSON(): { [k: string]: any };
8535
+
8536
+ /**
8537
+ * Gets the default type url for SegmentFilterScoping
8538
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
8539
+ * @returns The default type url
8540
+ */
8541
+ public static getTypeUrl(typeUrlPrefix?: string): string;
8002
8542
  }
8003
8543
 
8004
8544
  /** Properties of a SegmentEventFilter. */
@@ -8101,6 +8641,13 @@ export namespace google {
8101
8641
  * @returns JSON object
8102
8642
  */
8103
8643
  public toJSON(): { [k: string]: any };
8644
+
8645
+ /**
8646
+ * Gets the default type url for SegmentEventFilter
8647
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
8648
+ * @returns The default type url
8649
+ */
8650
+ public static getTypeUrl(typeUrlPrefix?: string): string;
8104
8651
  }
8105
8652
 
8106
8653
  /** Properties of a SegmentParameterFilterExpression. */
@@ -8212,6 +8759,13 @@ export namespace google {
8212
8759
  * @returns JSON object
8213
8760
  */
8214
8761
  public toJSON(): { [k: string]: any };
8762
+
8763
+ /**
8764
+ * Gets the default type url for SegmentParameterFilterExpression
8765
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
8766
+ * @returns The default type url
8767
+ */
8768
+ public static getTypeUrl(typeUrlPrefix?: string): string;
8215
8769
  }
8216
8770
 
8217
8771
  /** Properties of a SegmentParameterFilterExpressionList. */
@@ -8302,6 +8856,13 @@ export namespace google {
8302
8856
  * @returns JSON object
8303
8857
  */
8304
8858
  public toJSON(): { [k: string]: any };
8859
+
8860
+ /**
8861
+ * Gets the default type url for SegmentParameterFilterExpressionList
8862
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
8863
+ * @returns The default type url
8864
+ */
8865
+ public static getTypeUrl(typeUrlPrefix?: string): string;
8305
8866
  }
8306
8867
 
8307
8868
  /** Properties of a SegmentParameterFilter. */
@@ -8434,6 +8995,13 @@ export namespace google {
8434
8995
  * @returns JSON object
8435
8996
  */
8436
8997
  public toJSON(): { [k: string]: any };
8998
+
8999
+ /**
9000
+ * Gets the default type url for SegmentParameterFilter
9001
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
9002
+ * @returns The default type url
9003
+ */
9004
+ public static getTypeUrl(typeUrlPrefix?: string): string;
8437
9005
  }
8438
9006
 
8439
9007
  /** Properties of a SegmentParameterFilterScoping. */
@@ -8527,6 +9095,13 @@ export namespace google {
8527
9095
  * @returns JSON object
8528
9096
  */
8529
9097
  public toJSON(): { [k: string]: any };
9098
+
9099
+ /**
9100
+ * Gets the default type url for SegmentParameterFilterScoping
9101
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
9102
+ * @returns The default type url
9103
+ */
9104
+ public static getTypeUrl(typeUrlPrefix?: string): string;
8530
9105
  }
8531
9106
 
8532
9107
  /** Properties of a FunnelFilterExpression. */
@@ -8644,6 +9219,13 @@ export namespace google {
8644
9219
  * @returns JSON object
8645
9220
  */
8646
9221
  public toJSON(): { [k: string]: any };
9222
+
9223
+ /**
9224
+ * Gets the default type url for FunnelFilterExpression
9225
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
9226
+ * @returns The default type url
9227
+ */
9228
+ public static getTypeUrl(typeUrlPrefix?: string): string;
8647
9229
  }
8648
9230
 
8649
9231
  /** Properties of a FunnelFilterExpressionList. */
@@ -8734,6 +9316,13 @@ export namespace google {
8734
9316
  * @returns JSON object
8735
9317
  */
8736
9318
  public toJSON(): { [k: string]: any };
9319
+
9320
+ /**
9321
+ * Gets the default type url for FunnelFilterExpressionList
9322
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
9323
+ * @returns The default type url
9324
+ */
9325
+ public static getTypeUrl(typeUrlPrefix?: string): string;
8737
9326
  }
8738
9327
 
8739
9328
  /** Properties of a FunnelFieldFilter. */
@@ -8851,6 +9440,13 @@ export namespace google {
8851
9440
  * @returns JSON object
8852
9441
  */
8853
9442
  public toJSON(): { [k: string]: any };
9443
+
9444
+ /**
9445
+ * Gets the default type url for FunnelFieldFilter
9446
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
9447
+ * @returns The default type url
9448
+ */
9449
+ public static getTypeUrl(typeUrlPrefix?: string): string;
8854
9450
  }
8855
9451
 
8856
9452
  /** Properties of a FunnelEventFilter. */
@@ -8953,6 +9549,13 @@ export namespace google {
8953
9549
  * @returns JSON object
8954
9550
  */
8955
9551
  public toJSON(): { [k: string]: any };
9552
+
9553
+ /**
9554
+ * Gets the default type url for FunnelEventFilter
9555
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
9556
+ * @returns The default type url
9557
+ */
9558
+ public static getTypeUrl(typeUrlPrefix?: string): string;
8956
9559
  }
8957
9560
 
8958
9561
  /** Properties of a FunnelParameterFilterExpression. */
@@ -9064,6 +9667,13 @@ export namespace google {
9064
9667
  * @returns JSON object
9065
9668
  */
9066
9669
  public toJSON(): { [k: string]: any };
9670
+
9671
+ /**
9672
+ * Gets the default type url for FunnelParameterFilterExpression
9673
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
9674
+ * @returns The default type url
9675
+ */
9676
+ public static getTypeUrl(typeUrlPrefix?: string): string;
9067
9677
  }
9068
9678
 
9069
9679
  /** Properties of a FunnelParameterFilterExpressionList. */
@@ -9154,6 +9764,13 @@ export namespace google {
9154
9764
  * @returns JSON object
9155
9765
  */
9156
9766
  public toJSON(): { [k: string]: any };
9767
+
9768
+ /**
9769
+ * Gets the default type url for FunnelParameterFilterExpressionList
9770
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
9771
+ * @returns The default type url
9772
+ */
9773
+ public static getTypeUrl(typeUrlPrefix?: string): string;
9157
9774
  }
9158
9775
 
9159
9776
  /** Properties of a FunnelParameterFilter. */
@@ -9280,6 +9897,13 @@ export namespace google {
9280
9897
  * @returns JSON object
9281
9898
  */
9282
9899
  public toJSON(): { [k: string]: any };
9900
+
9901
+ /**
9902
+ * Gets the default type url for FunnelParameterFilter
9903
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
9904
+ * @returns The default type url
9905
+ */
9906
+ public static getTypeUrl(typeUrlPrefix?: string): string;
9283
9907
  }
9284
9908
 
9285
9909
  /** Properties of a FunnelResponseMetadata. */
@@ -9370,6 +9994,13 @@ export namespace google {
9370
9994
  * @returns JSON object
9371
9995
  */
9372
9996
  public toJSON(): { [k: string]: any };
9997
+
9998
+ /**
9999
+ * Gets the default type url for FunnelResponseMetadata
10000
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
10001
+ * @returns The default type url
10002
+ */
10003
+ public static getTypeUrl(typeUrlPrefix?: string): string;
9373
10004
  }
9374
10005
 
9375
10006
  /** Properties of a SamplingMetadata. */
@@ -9466,6 +10097,13 @@ export namespace google {
9466
10097
  * @returns JSON object
9467
10098
  */
9468
10099
  public toJSON(): { [k: string]: any };
10100
+
10101
+ /**
10102
+ * Gets the default type url for SamplingMetadata
10103
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
10104
+ * @returns The default type url
10105
+ */
10106
+ public static getTypeUrl(typeUrlPrefix?: string): string;
9469
10107
  }
9470
10108
 
9471
10109
  /** MetricType enum. */
@@ -9778,6 +10416,13 @@ export namespace google {
9778
10416
  * @returns JSON object
9779
10417
  */
9780
10418
  public toJSON(): { [k: string]: any };
10419
+
10420
+ /**
10421
+ * Gets the default type url for CheckCompatibilityRequest
10422
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
10423
+ * @returns The default type url
10424
+ */
10425
+ public static getTypeUrl(typeUrlPrefix?: string): string;
9781
10426
  }
9782
10427
 
9783
10428
  /** Properties of a CheckCompatibilityResponse. */
@@ -9874,6 +10519,13 @@ export namespace google {
9874
10519
  * @returns JSON object
9875
10520
  */
9876
10521
  public toJSON(): { [k: string]: any };
10522
+
10523
+ /**
10524
+ * Gets the default type url for CheckCompatibilityResponse
10525
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
10526
+ * @returns The default type url
10527
+ */
10528
+ public static getTypeUrl(typeUrlPrefix?: string): string;
9877
10529
  }
9878
10530
 
9879
10531
  /** Properties of a Metadata. */
@@ -9976,6 +10628,13 @@ export namespace google {
9976
10628
  * @returns JSON object
9977
10629
  */
9978
10630
  public toJSON(): { [k: string]: any };
10631
+
10632
+ /**
10633
+ * Gets the default type url for Metadata
10634
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
10635
+ * @returns The default type url
10636
+ */
10637
+ public static getTypeUrl(typeUrlPrefix?: string): string;
9979
10638
  }
9980
10639
 
9981
10640
  /** Properties of a RunReportRequest. */
@@ -10144,6 +10803,13 @@ export namespace google {
10144
10803
  * @returns JSON object
10145
10804
  */
10146
10805
  public toJSON(): { [k: string]: any };
10806
+
10807
+ /**
10808
+ * Gets the default type url for RunReportRequest
10809
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
10810
+ * @returns The default type url
10811
+ */
10812
+ public static getTypeUrl(typeUrlPrefix?: string): string;
10147
10813
  }
10148
10814
 
10149
10815
  /** Properties of a RunReportResponse. */
@@ -10288,6 +10954,13 @@ export namespace google {
10288
10954
  * @returns JSON object
10289
10955
  */
10290
10956
  public toJSON(): { [k: string]: any };
10957
+
10958
+ /**
10959
+ * Gets the default type url for RunReportResponse
10960
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
10961
+ * @returns The default type url
10962
+ */
10963
+ public static getTypeUrl(typeUrlPrefix?: string): string;
10291
10964
  }
10292
10965
 
10293
10966
  /** Properties of a RunPivotReportRequest. */
@@ -10438,6 +11111,13 @@ export namespace google {
10438
11111
  * @returns JSON object
10439
11112
  */
10440
11113
  public toJSON(): { [k: string]: any };
11114
+
11115
+ /**
11116
+ * Gets the default type url for RunPivotReportRequest
11117
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
11118
+ * @returns The default type url
11119
+ */
11120
+ public static getTypeUrl(typeUrlPrefix?: string): string;
10441
11121
  }
10442
11122
 
10443
11123
  /** Properties of a RunPivotReportResponse. */
@@ -10570,6 +11250,13 @@ export namespace google {
10570
11250
  * @returns JSON object
10571
11251
  */
10572
11252
  public toJSON(): { [k: string]: any };
11253
+
11254
+ /**
11255
+ * Gets the default type url for RunPivotReportResponse
11256
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
11257
+ * @returns The default type url
11258
+ */
11259
+ public static getTypeUrl(typeUrlPrefix?: string): string;
10573
11260
  }
10574
11261
 
10575
11262
  /** Properties of a BatchRunReportsRequest. */
@@ -10666,6 +11353,13 @@ export namespace google {
10666
11353
  * @returns JSON object
10667
11354
  */
10668
11355
  public toJSON(): { [k: string]: any };
11356
+
11357
+ /**
11358
+ * Gets the default type url for BatchRunReportsRequest
11359
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
11360
+ * @returns The default type url
11361
+ */
11362
+ public static getTypeUrl(typeUrlPrefix?: string): string;
10669
11363
  }
10670
11364
 
10671
11365
  /** Properties of a BatchRunReportsResponse. */
@@ -10762,6 +11456,13 @@ export namespace google {
10762
11456
  * @returns JSON object
10763
11457
  */
10764
11458
  public toJSON(): { [k: string]: any };
11459
+
11460
+ /**
11461
+ * Gets the default type url for BatchRunReportsResponse
11462
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
11463
+ * @returns The default type url
11464
+ */
11465
+ public static getTypeUrl(typeUrlPrefix?: string): string;
10765
11466
  }
10766
11467
 
10767
11468
  /** Properties of a BatchRunPivotReportsRequest. */
@@ -10858,6 +11559,13 @@ export namespace google {
10858
11559
  * @returns JSON object
10859
11560
  */
10860
11561
  public toJSON(): { [k: string]: any };
11562
+
11563
+ /**
11564
+ * Gets the default type url for BatchRunPivotReportsRequest
11565
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
11566
+ * @returns The default type url
11567
+ */
11568
+ public static getTypeUrl(typeUrlPrefix?: string): string;
10861
11569
  }
10862
11570
 
10863
11571
  /** Properties of a BatchRunPivotReportsResponse. */
@@ -10954,6 +11662,13 @@ export namespace google {
10954
11662
  * @returns JSON object
10955
11663
  */
10956
11664
  public toJSON(): { [k: string]: any };
11665
+
11666
+ /**
11667
+ * Gets the default type url for BatchRunPivotReportsResponse
11668
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
11669
+ * @returns The default type url
11670
+ */
11671
+ public static getTypeUrl(typeUrlPrefix?: string): string;
10957
11672
  }
10958
11673
 
10959
11674
  /** Properties of a GetMetadataRequest. */
@@ -11044,6 +11759,13 @@ export namespace google {
11044
11759
  * @returns JSON object
11045
11760
  */
11046
11761
  public toJSON(): { [k: string]: any };
11762
+
11763
+ /**
11764
+ * Gets the default type url for GetMetadataRequest
11765
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
11766
+ * @returns The default type url
11767
+ */
11768
+ public static getTypeUrl(typeUrlPrefix?: string): string;
11047
11769
  }
11048
11770
 
11049
11771
  /** Properties of a RunRealtimeReportRequest. */
@@ -11188,6 +11910,13 @@ export namespace google {
11188
11910
  * @returns JSON object
11189
11911
  */
11190
11912
  public toJSON(): { [k: string]: any };
11913
+
11914
+ /**
11915
+ * Gets the default type url for RunRealtimeReportRequest
11916
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
11917
+ * @returns The default type url
11918
+ */
11919
+ public static getTypeUrl(typeUrlPrefix?: string): string;
11191
11920
  }
11192
11921
 
11193
11922
  /** Properties of a RunRealtimeReportResponse. */
@@ -11326,6 +12055,13 @@ export namespace google {
11326
12055
  * @returns JSON object
11327
12056
  */
11328
12057
  public toJSON(): { [k: string]: any };
12058
+
12059
+ /**
12060
+ * Gets the default type url for RunRealtimeReportResponse
12061
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
12062
+ * @returns The default type url
12063
+ */
12064
+ public static getTypeUrl(typeUrlPrefix?: string): string;
11329
12065
  }
11330
12066
 
11331
12067
  /** Properties of a DateRange. */
@@ -11428,6 +12164,13 @@ export namespace google {
11428
12164
  * @returns JSON object
11429
12165
  */
11430
12166
  public toJSON(): { [k: string]: any };
12167
+
12168
+ /**
12169
+ * Gets the default type url for DateRange
12170
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
12171
+ * @returns The default type url
12172
+ */
12173
+ public static getTypeUrl(typeUrlPrefix?: string): string;
11431
12174
  }
11432
12175
 
11433
12176
  /** Properties of a MinuteRange. */
@@ -11536,6 +12279,13 @@ export namespace google {
11536
12279
  * @returns JSON object
11537
12280
  */
11538
12281
  public toJSON(): { [k: string]: any };
12282
+
12283
+ /**
12284
+ * Gets the default type url for MinuteRange
12285
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
12286
+ * @returns The default type url
12287
+ */
12288
+ public static getTypeUrl(typeUrlPrefix?: string): string;
11539
12289
  }
11540
12290
 
11541
12291
  /** Properties of a Dimension. */
@@ -11632,6 +12382,13 @@ export namespace google {
11632
12382
  * @returns JSON object
11633
12383
  */
11634
12384
  public toJSON(): { [k: string]: any };
12385
+
12386
+ /**
12387
+ * Gets the default type url for Dimension
12388
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
12389
+ * @returns The default type url
12390
+ */
12391
+ public static getTypeUrl(typeUrlPrefix?: string): string;
11635
12392
  }
11636
12393
 
11637
12394
  /** Properties of a DimensionExpression. */
@@ -11737,6 +12494,13 @@ export namespace google {
11737
12494
  * @returns JSON object
11738
12495
  */
11739
12496
  public toJSON(): { [k: string]: any };
12497
+
12498
+ /**
12499
+ * Gets the default type url for DimensionExpression
12500
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
12501
+ * @returns The default type url
12502
+ */
12503
+ public static getTypeUrl(typeUrlPrefix?: string): string;
11740
12504
  }
11741
12505
 
11742
12506
  namespace DimensionExpression {
@@ -11829,6 +12593,13 @@ export namespace google {
11829
12593
  * @returns JSON object
11830
12594
  */
11831
12595
  public toJSON(): { [k: string]: any };
12596
+
12597
+ /**
12598
+ * Gets the default type url for CaseExpression
12599
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
12600
+ * @returns The default type url
12601
+ */
12602
+ public static getTypeUrl(typeUrlPrefix?: string): string;
11832
12603
  }
11833
12604
 
11834
12605
  /** Properties of a ConcatenateExpression. */
@@ -11925,6 +12696,13 @@ export namespace google {
11925
12696
  * @returns JSON object
11926
12697
  */
11927
12698
  public toJSON(): { [k: string]: any };
12699
+
12700
+ /**
12701
+ * Gets the default type url for ConcatenateExpression
12702
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
12703
+ * @returns The default type url
12704
+ */
12705
+ public static getTypeUrl(typeUrlPrefix?: string): string;
11928
12706
  }
11929
12707
  }
11930
12708
 
@@ -12028,6 +12806,13 @@ export namespace google {
12028
12806
  * @returns JSON object
12029
12807
  */
12030
12808
  public toJSON(): { [k: string]: any };
12809
+
12810
+ /**
12811
+ * Gets the default type url for Metric
12812
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
12813
+ * @returns The default type url
12814
+ */
12815
+ public static getTypeUrl(typeUrlPrefix?: string): string;
12031
12816
  }
12032
12817
 
12033
12818
  /** Properties of a FilterExpression. */
@@ -12139,6 +12924,13 @@ export namespace google {
12139
12924
  * @returns JSON object
12140
12925
  */
12141
12926
  public toJSON(): { [k: string]: any };
12927
+
12928
+ /**
12929
+ * Gets the default type url for FilterExpression
12930
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
12931
+ * @returns The default type url
12932
+ */
12933
+ public static getTypeUrl(typeUrlPrefix?: string): string;
12142
12934
  }
12143
12935
 
12144
12936
  /** Properties of a FilterExpressionList. */
@@ -12229,6 +13021,13 @@ export namespace google {
12229
13021
  * @returns JSON object
12230
13022
  */
12231
13023
  public toJSON(): { [k: string]: any };
13024
+
13025
+ /**
13026
+ * Gets the default type url for FilterExpressionList
13027
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
13028
+ * @returns The default type url
13029
+ */
13030
+ public static getTypeUrl(typeUrlPrefix?: string): string;
12232
13031
  }
12233
13032
 
12234
13033
  /** Properties of a Filter. */
@@ -12346,6 +13145,13 @@ export namespace google {
12346
13145
  * @returns JSON object
12347
13146
  */
12348
13147
  public toJSON(): { [k: string]: any };
13148
+
13149
+ /**
13150
+ * Gets the default type url for Filter
13151
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
13152
+ * @returns The default type url
13153
+ */
13154
+ public static getTypeUrl(typeUrlPrefix?: string): string;
12349
13155
  }
12350
13156
 
12351
13157
  namespace Filter {
@@ -12450,6 +13256,13 @@ export namespace google {
12450
13256
  * @returns JSON object
12451
13257
  */
12452
13258
  public toJSON(): { [k: string]: any };
13259
+
13260
+ /**
13261
+ * Gets the default type url for StringFilter
13262
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
13263
+ * @returns The default type url
13264
+ */
13265
+ public static getTypeUrl(typeUrlPrefix?: string): string;
12453
13266
  }
12454
13267
 
12455
13268
  namespace StringFilter {
@@ -12560,6 +13373,13 @@ export namespace google {
12560
13373
  * @returns JSON object
12561
13374
  */
12562
13375
  public toJSON(): { [k: string]: any };
13376
+
13377
+ /**
13378
+ * Gets the default type url for InListFilter
13379
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
13380
+ * @returns The default type url
13381
+ */
13382
+ public static getTypeUrl(typeUrlPrefix?: string): string;
12563
13383
  }
12564
13384
 
12565
13385
  /** Properties of a NumericFilter. */
@@ -12656,6 +13476,13 @@ export namespace google {
12656
13476
  * @returns JSON object
12657
13477
  */
12658
13478
  public toJSON(): { [k: string]: any };
13479
+
13480
+ /**
13481
+ * Gets the default type url for NumericFilter
13482
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
13483
+ * @returns The default type url
13484
+ */
13485
+ public static getTypeUrl(typeUrlPrefix?: string): string;
12659
13486
  }
12660
13487
 
12661
13488
  namespace NumericFilter {
@@ -12765,6 +13592,13 @@ export namespace google {
12765
13592
  * @returns JSON object
12766
13593
  */
12767
13594
  public toJSON(): { [k: string]: any };
13595
+
13596
+ /**
13597
+ * Gets the default type url for BetweenFilter
13598
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
13599
+ * @returns The default type url
13600
+ */
13601
+ public static getTypeUrl(typeUrlPrefix?: string): string;
12768
13602
  }
12769
13603
  }
12770
13604
 
@@ -12877,6 +13711,13 @@ export namespace google {
12877
13711
  * @returns JSON object
12878
13712
  */
12879
13713
  public toJSON(): { [k: string]: any };
13714
+
13715
+ /**
13716
+ * Gets the default type url for OrderBy
13717
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
13718
+ * @returns The default type url
13719
+ */
13720
+ public static getTypeUrl(typeUrlPrefix?: string): string;
12880
13721
  }
12881
13722
 
12882
13723
  namespace OrderBy {
@@ -12969,6 +13810,13 @@ export namespace google {
12969
13810
  * @returns JSON object
12970
13811
  */
12971
13812
  public toJSON(): { [k: string]: any };
13813
+
13814
+ /**
13815
+ * Gets the default type url for MetricOrderBy
13816
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
13817
+ * @returns The default type url
13818
+ */
13819
+ public static getTypeUrl(typeUrlPrefix?: string): string;
12972
13820
  }
12973
13821
 
12974
13822
  /** Properties of a DimensionOrderBy. */
@@ -13065,6 +13913,13 @@ export namespace google {
13065
13913
  * @returns JSON object
13066
13914
  */
13067
13915
  public toJSON(): { [k: string]: any };
13916
+
13917
+ /**
13918
+ * Gets the default type url for DimensionOrderBy
13919
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
13920
+ * @returns The default type url
13921
+ */
13922
+ public static getTypeUrl(typeUrlPrefix?: string): string;
13068
13923
  }
13069
13924
 
13070
13925
  namespace DimensionOrderBy {
@@ -13172,6 +14027,13 @@ export namespace google {
13172
14027
  * @returns JSON object
13173
14028
  */
13174
14029
  public toJSON(): { [k: string]: any };
14030
+
14031
+ /**
14032
+ * Gets the default type url for PivotOrderBy
14033
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
14034
+ * @returns The default type url
14035
+ */
14036
+ public static getTypeUrl(typeUrlPrefix?: string): string;
13175
14037
  }
13176
14038
 
13177
14039
  namespace PivotOrderBy {
@@ -13270,6 +14132,13 @@ export namespace google {
13270
14132
  * @returns JSON object
13271
14133
  */
13272
14134
  public toJSON(): { [k: string]: any };
14135
+
14136
+ /**
14137
+ * Gets the default type url for PivotSelection
14138
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
14139
+ * @returns The default type url
14140
+ */
14141
+ public static getTypeUrl(typeUrlPrefix?: string): string;
13273
14142
  }
13274
14143
  }
13275
14144
  }
@@ -13386,6 +14255,13 @@ export namespace google {
13386
14255
  * @returns JSON object
13387
14256
  */
13388
14257
  public toJSON(): { [k: string]: any };
14258
+
14259
+ /**
14260
+ * Gets the default type url for Pivot
14261
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
14262
+ * @returns The default type url
14263
+ */
14264
+ public static getTypeUrl(typeUrlPrefix?: string): string;
13389
14265
  }
13390
14266
 
13391
14267
  /** Properties of a CohortSpec. */
@@ -13488,6 +14364,13 @@ export namespace google {
13488
14364
  * @returns JSON object
13489
14365
  */
13490
14366
  public toJSON(): { [k: string]: any };
14367
+
14368
+ /**
14369
+ * Gets the default type url for CohortSpec
14370
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
14371
+ * @returns The default type url
14372
+ */
14373
+ public static getTypeUrl(typeUrlPrefix?: string): string;
13491
14374
  }
13492
14375
 
13493
14376
  /** Properties of a Cohort. */
@@ -13590,6 +14473,13 @@ export namespace google {
13590
14473
  * @returns JSON object
13591
14474
  */
13592
14475
  public toJSON(): { [k: string]: any };
14476
+
14477
+ /**
14478
+ * Gets the default type url for Cohort
14479
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
14480
+ * @returns The default type url
14481
+ */
14482
+ public static getTypeUrl(typeUrlPrefix?: string): string;
13593
14483
  }
13594
14484
 
13595
14485
  /** Properties of a CohortsRange. */
@@ -13692,6 +14582,13 @@ export namespace google {
13692
14582
  * @returns JSON object
13693
14583
  */
13694
14584
  public toJSON(): { [k: string]: any };
14585
+
14586
+ /**
14587
+ * Gets the default type url for CohortsRange
14588
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
14589
+ * @returns The default type url
14590
+ */
14591
+ public static getTypeUrl(typeUrlPrefix?: string): string;
13695
14592
  }
13696
14593
 
13697
14594
  namespace CohortsRange {
@@ -13793,6 +14690,13 @@ export namespace google {
13793
14690
  * @returns JSON object
13794
14691
  */
13795
14692
  public toJSON(): { [k: string]: any };
14693
+
14694
+ /**
14695
+ * Gets the default type url for CohortReportSettings
14696
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
14697
+ * @returns The default type url
14698
+ */
14699
+ public static getTypeUrl(typeUrlPrefix?: string): string;
13796
14700
  }
13797
14701
 
13798
14702
  /** Properties of a ResponseMetaData. */
@@ -13919,6 +14823,13 @@ export namespace google {
13919
14823
  * @returns JSON object
13920
14824
  */
13921
14825
  public toJSON(): { [k: string]: any };
14826
+
14827
+ /**
14828
+ * Gets the default type url for ResponseMetaData
14829
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
14830
+ * @returns The default type url
14831
+ */
14832
+ public static getTypeUrl(typeUrlPrefix?: string): string;
13922
14833
  }
13923
14834
 
13924
14835
  namespace ResponseMetaData {
@@ -14011,6 +14922,13 @@ export namespace google {
14011
14922
  * @returns JSON object
14012
14923
  */
14013
14924
  public toJSON(): { [k: string]: any };
14925
+
14926
+ /**
14927
+ * Gets the default type url for SchemaRestrictionResponse
14928
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
14929
+ * @returns The default type url
14930
+ */
14931
+ public static getTypeUrl(typeUrlPrefix?: string): string;
14014
14932
  }
14015
14933
 
14016
14934
  namespace SchemaRestrictionResponse {
@@ -14112,6 +15030,13 @@ export namespace google {
14112
15030
  * @returns JSON object
14113
15031
  */
14114
15032
  public toJSON(): { [k: string]: any };
15033
+
15034
+ /**
15035
+ * Gets the default type url for ActiveMetricRestriction
15036
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
15037
+ * @returns The default type url
15038
+ */
15039
+ public static getTypeUrl(typeUrlPrefix?: string): string;
14115
15040
  }
14116
15041
  }
14117
15042
  }
@@ -14204,6 +15129,13 @@ export namespace google {
14204
15129
  * @returns JSON object
14205
15130
  */
14206
15131
  public toJSON(): { [k: string]: any };
15132
+
15133
+ /**
15134
+ * Gets the default type url for DimensionHeader
15135
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
15136
+ * @returns The default type url
15137
+ */
15138
+ public static getTypeUrl(typeUrlPrefix?: string): string;
14207
15139
  }
14208
15140
 
14209
15141
  /** Properties of a MetricHeader. */
@@ -14300,6 +15232,13 @@ export namespace google {
14300
15232
  * @returns JSON object
14301
15233
  */
14302
15234
  public toJSON(): { [k: string]: any };
15235
+
15236
+ /**
15237
+ * Gets the default type url for MetricHeader
15238
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
15239
+ * @returns The default type url
15240
+ */
15241
+ public static getTypeUrl(typeUrlPrefix?: string): string;
14303
15242
  }
14304
15243
 
14305
15244
  /** Properties of a PivotHeader. */
@@ -14396,6 +15335,13 @@ export namespace google {
14396
15335
  * @returns JSON object
14397
15336
  */
14398
15337
  public toJSON(): { [k: string]: any };
15338
+
15339
+ /**
15340
+ * Gets the default type url for PivotHeader
15341
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
15342
+ * @returns The default type url
15343
+ */
15344
+ public static getTypeUrl(typeUrlPrefix?: string): string;
14399
15345
  }
14400
15346
 
14401
15347
  /** Properties of a PivotDimensionHeader. */
@@ -14486,6 +15432,13 @@ export namespace google {
14486
15432
  * @returns JSON object
14487
15433
  */
14488
15434
  public toJSON(): { [k: string]: any };
15435
+
15436
+ /**
15437
+ * Gets the default type url for PivotDimensionHeader
15438
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
15439
+ * @returns The default type url
15440
+ */
15441
+ public static getTypeUrl(typeUrlPrefix?: string): string;
14489
15442
  }
14490
15443
 
14491
15444
  /** Properties of a Row. */
@@ -14582,6 +15535,13 @@ export namespace google {
14582
15535
  * @returns JSON object
14583
15536
  */
14584
15537
  public toJSON(): { [k: string]: any };
15538
+
15539
+ /**
15540
+ * Gets the default type url for Row
15541
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
15542
+ * @returns The default type url
15543
+ */
15544
+ public static getTypeUrl(typeUrlPrefix?: string): string;
14585
15545
  }
14586
15546
 
14587
15547
  /** Properties of a DimensionValue. */
@@ -14675,6 +15635,13 @@ export namespace google {
14675
15635
  * @returns JSON object
14676
15636
  */
14677
15637
  public toJSON(): { [k: string]: any };
15638
+
15639
+ /**
15640
+ * Gets the default type url for DimensionValue
15641
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
15642
+ * @returns The default type url
15643
+ */
15644
+ public static getTypeUrl(typeUrlPrefix?: string): string;
14678
15645
  }
14679
15646
 
14680
15647
  /** Properties of a MetricValue. */
@@ -14768,6 +15735,13 @@ export namespace google {
14768
15735
  * @returns JSON object
14769
15736
  */
14770
15737
  public toJSON(): { [k: string]: any };
15738
+
15739
+ /**
15740
+ * Gets the default type url for MetricValue
15741
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
15742
+ * @returns The default type url
15743
+ */
15744
+ public static getTypeUrl(typeUrlPrefix?: string): string;
14771
15745
  }
14772
15746
 
14773
15747
  /** Properties of a NumericValue. */
@@ -14867,6 +15841,13 @@ export namespace google {
14867
15841
  * @returns JSON object
14868
15842
  */
14869
15843
  public toJSON(): { [k: string]: any };
15844
+
15845
+ /**
15846
+ * Gets the default type url for NumericValue
15847
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
15848
+ * @returns The default type url
15849
+ */
15850
+ public static getTypeUrl(typeUrlPrefix?: string): string;
14870
15851
  }
14871
15852
 
14872
15853
  /** Properties of a PropertyQuota. */
@@ -14981,6 +15962,13 @@ export namespace google {
14981
15962
  * @returns JSON object
14982
15963
  */
14983
15964
  public toJSON(): { [k: string]: any };
15965
+
15966
+ /**
15967
+ * Gets the default type url for PropertyQuota
15968
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
15969
+ * @returns The default type url
15970
+ */
15971
+ public static getTypeUrl(typeUrlPrefix?: string): string;
14984
15972
  }
14985
15973
 
14986
15974
  /** Properties of a QuotaStatus. */
@@ -15077,6 +16065,13 @@ export namespace google {
15077
16065
  * @returns JSON object
15078
16066
  */
15079
16067
  public toJSON(): { [k: string]: any };
16068
+
16069
+ /**
16070
+ * Gets the default type url for QuotaStatus
16071
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
16072
+ * @returns The default type url
16073
+ */
16074
+ public static getTypeUrl(typeUrlPrefix?: string): string;
15080
16075
  }
15081
16076
 
15082
16077
  /** Properties of a DimensionMetadata. */
@@ -15197,6 +16192,13 @@ export namespace google {
15197
16192
  * @returns JSON object
15198
16193
  */
15199
16194
  public toJSON(): { [k: string]: any };
16195
+
16196
+ /**
16197
+ * Gets the default type url for DimensionMetadata
16198
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
16199
+ * @returns The default type url
16200
+ */
16201
+ public static getTypeUrl(typeUrlPrefix?: string): string;
15200
16202
  }
15201
16203
 
15202
16204
  /** Properties of a MetricMetadata. */
@@ -15335,6 +16337,13 @@ export namespace google {
15335
16337
  * @returns JSON object
15336
16338
  */
15337
16339
  public toJSON(): { [k: string]: any };
16340
+
16341
+ /**
16342
+ * Gets the default type url for MetricMetadata
16343
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
16344
+ * @returns The default type url
16345
+ */
16346
+ public static getTypeUrl(typeUrlPrefix?: string): string;
15338
16347
  }
15339
16348
 
15340
16349
  namespace MetricMetadata {
@@ -15447,6 +16456,13 @@ export namespace google {
15447
16456
  * @returns JSON object
15448
16457
  */
15449
16458
  public toJSON(): { [k: string]: any };
16459
+
16460
+ /**
16461
+ * Gets the default type url for DimensionCompatibility
16462
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
16463
+ * @returns The default type url
16464
+ */
16465
+ public static getTypeUrl(typeUrlPrefix?: string): string;
15450
16466
  }
15451
16467
 
15452
16468
  /** Properties of a MetricCompatibility. */
@@ -15549,6 +16565,13 @@ export namespace google {
15549
16565
  * @returns JSON object
15550
16566
  */
15551
16567
  public toJSON(): { [k: string]: any };
16568
+
16569
+ /**
16570
+ * Gets the default type url for MetricCompatibility
16571
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
16572
+ * @returns The default type url
16573
+ */
16574
+ public static getTypeUrl(typeUrlPrefix?: string): string;
15552
16575
  }
15553
16576
 
15554
16577
  /** MetricAggregation enum. */
@@ -15691,6 +16714,13 @@ export namespace google {
15691
16714
  * @returns JSON object
15692
16715
  */
15693
16716
  public toJSON(): { [k: string]: any };
16717
+
16718
+ /**
16719
+ * Gets the default type url for Http
16720
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
16721
+ * @returns The default type url
16722
+ */
16723
+ public static getTypeUrl(typeUrlPrefix?: string): string;
15694
16724
  }
15695
16725
 
15696
16726
  /** Properties of a HttpRule. */
@@ -15838,6 +16868,13 @@ export namespace google {
15838
16868
  * @returns JSON object
15839
16869
  */
15840
16870
  public toJSON(): { [k: string]: any };
16871
+
16872
+ /**
16873
+ * Gets the default type url for HttpRule
16874
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
16875
+ * @returns The default type url
16876
+ */
16877
+ public static getTypeUrl(typeUrlPrefix?: string): string;
15841
16878
  }
15842
16879
 
15843
16880
  /** Properties of a CustomHttpPattern. */
@@ -15934,6 +16971,13 @@ export namespace google {
15934
16971
  * @returns JSON object
15935
16972
  */
15936
16973
  public toJSON(): { [k: string]: any };
16974
+
16975
+ /**
16976
+ * Gets the default type url for CustomHttpPattern
16977
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
16978
+ * @returns The default type url
16979
+ */
16980
+ public static getTypeUrl(typeUrlPrefix?: string): string;
15937
16981
  }
15938
16982
 
15939
16983
  /** FieldBehavior enum. */
@@ -16072,6 +17116,13 @@ export namespace google {
16072
17116
  * @returns JSON object
16073
17117
  */
16074
17118
  public toJSON(): { [k: string]: any };
17119
+
17120
+ /**
17121
+ * Gets the default type url for ResourceDescriptor
17122
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
17123
+ * @returns The default type url
17124
+ */
17125
+ public static getTypeUrl(typeUrlPrefix?: string): string;
16075
17126
  }
16076
17127
 
16077
17128
  namespace ResourceDescriptor {
@@ -16184,6 +17235,13 @@ export namespace google {
16184
17235
  * @returns JSON object
16185
17236
  */
16186
17237
  public toJSON(): { [k: string]: any };
17238
+
17239
+ /**
17240
+ * Gets the default type url for ResourceReference
17241
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
17242
+ * @returns The default type url
17243
+ */
17244
+ public static getTypeUrl(typeUrlPrefix?: string): string;
16187
17245
  }
16188
17246
  }
16189
17247
  }