@google-analytics/data 5.1.0 → 5.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2917,6 +2917,9 @@ export namespace google {
2917
2917
 
2918
2918
  /** ServiceOptions .google.api.oauthScopes */
2919
2919
  ".google.api.oauthScopes"?: (string|null);
2920
+
2921
+ /** ServiceOptions .google.api.apiVersion */
2922
+ ".google.api.apiVersion"?: (string|null);
2920
2923
  }
2921
2924
 
2922
2925
  /** Represents a ServiceOptions. */
@@ -3168,7 +3171,7 @@ export namespace google {
3168
3171
  doubleValue?: (number|null);
3169
3172
 
3170
3173
  /** UninterpretedOption stringValue */
3171
- stringValue?: (Uint8Array|string|null);
3174
+ stringValue?: (Uint8Array|Buffer|string|null);
3172
3175
 
3173
3176
  /** UninterpretedOption aggregateValue */
3174
3177
  aggregateValue?: (string|null);
@@ -3199,7 +3202,7 @@ export namespace google {
3199
3202
  public doubleValue: number;
3200
3203
 
3201
3204
  /** UninterpretedOption stringValue. */
3202
- public stringValue: (Uint8Array|string);
3205
+ public stringValue: (Uint8Array|Buffer|string);
3203
3206
 
3204
3207
  /** UninterpretedOption aggregateValue. */
3205
3208
  public aggregateValue: string;
@@ -4235,7 +4238,7 @@ export namespace google {
4235
4238
  type_url?: (string|null);
4236
4239
 
4237
4240
  /** Any value */
4238
- value?: (Uint8Array|string|null);
4241
+ value?: (Uint8Array|Buffer|string|null);
4239
4242
  }
4240
4243
 
4241
4244
  /** Represents an Any. */
@@ -4251,7 +4254,7 @@ export namespace google {
4251
4254
  public type_url: string;
4252
4255
 
4253
4256
  /** Any value. */
4254
- public value: (Uint8Array|string);
4257
+ public value: (Uint8Array|Buffer|string);
4255
4258
 
4256
4259
  /**
4257
4260
  * Creates a new Any instance using the specified properties.
@@ -5011,12 +5014,6 @@ export namespace google {
5011
5014
  /** RecurringAudienceList webhookNotification. */
5012
5015
  public webhookNotification?: (google.analytics.data.v1alpha.IWebhookNotification|null);
5013
5016
 
5014
- /** RecurringAudienceList _activeDaysRemaining. */
5015
- public _activeDaysRemaining?: "activeDaysRemaining";
5016
-
5017
- /** RecurringAudienceList _webhookNotification. */
5018
- public _webhookNotification?: "webhookNotification";
5019
-
5020
5017
  /**
5021
5018
  * Creates a new RecurringAudienceList instance using the specified properties.
5022
5019
  * @param [properties] Properties to set
@@ -5120,12 +5117,6 @@ export namespace google {
5120
5117
  /** WebhookNotification channelToken. */
5121
5118
  public channelToken?: (string|null);
5122
5119
 
5123
- /** WebhookNotification _uri. */
5124
- public _uri?: "uri";
5125
-
5126
- /** WebhookNotification _channelToken. */
5127
- public _channelToken?: "channelToken";
5128
-
5129
5120
  /**
5130
5121
  * Creates a new WebhookNotification instance using the specified properties.
5131
5122
  * @param [properties] Properties to set
@@ -5435,9 +5426,6 @@ export namespace google {
5435
5426
  /** ListRecurringAudienceListsResponse nextPageToken. */
5436
5427
  public nextPageToken?: (string|null);
5437
5428
 
5438
- /** ListRecurringAudienceListsResponse _nextPageToken. */
5439
- public _nextPageToken?: "nextPageToken";
5440
-
5441
5429
  /**
5442
5430
  * Creates a new ListRecurringAudienceListsResponse instance using the specified properties.
5443
5431
  * @param [properties] Properties to set
@@ -5959,9 +5947,6 @@ export namespace google {
5959
5947
  /** ListAudienceListsResponse nextPageToken. */
5960
5948
  public nextPageToken?: (string|null);
5961
5949
 
5962
- /** ListAudienceListsResponse _nextPageToken. */
5963
- public _nextPageToken?: "nextPageToken";
5964
-
5965
5950
  /**
5966
5951
  * Creates a new ListAudienceListsResponse instance using the specified properties.
5967
5952
  * @param [properties] Properties to set
@@ -6228,27 +6213,6 @@ export namespace google {
6228
6213
  /** AudienceList webhookNotification. */
6229
6214
  public webhookNotification?: (google.analytics.data.v1alpha.IWebhookNotification|null);
6230
6215
 
6231
- /** AudienceList _state. */
6232
- public _state?: "state";
6233
-
6234
- /** AudienceList _beginCreatingTime. */
6235
- public _beginCreatingTime?: "beginCreatingTime";
6236
-
6237
- /** AudienceList _rowCount. */
6238
- public _rowCount?: "rowCount";
6239
-
6240
- /** AudienceList _errorMessage. */
6241
- public _errorMessage?: "errorMessage";
6242
-
6243
- /** AudienceList _percentageCompleted. */
6244
- public _percentageCompleted?: "percentageCompleted";
6245
-
6246
- /** AudienceList _recurringAudienceList. */
6247
- public _recurringAudienceList?: "recurringAudienceList";
6248
-
6249
- /** AudienceList _webhookNotification. */
6250
- public _webhookNotification?: "webhookNotification";
6251
-
6252
6216
  /**
6253
6217
  * Creates a new AudienceList instance using the specified properties.
6254
6218
  * @param [properties] Properties to set
@@ -6569,12 +6533,6 @@ export namespace google {
6569
6533
  /** QueryAudienceListResponse rowCount. */
6570
6534
  public rowCount?: (number|null);
6571
6535
 
6572
- /** QueryAudienceListResponse _audienceList. */
6573
- public _audienceList?: "audienceList";
6574
-
6575
- /** QueryAudienceListResponse _rowCount. */
6576
- public _rowCount?: "rowCount";
6577
-
6578
6536
  /**
6579
6537
  * Creates a new QueryAudienceListResponse instance using the specified properties.
6580
6538
  * @param [properties] Properties to set
@@ -6799,18 +6757,6 @@ export namespace google {
6799
6757
  /** SheetExportAudienceListResponse audienceList. */
6800
6758
  public audienceList?: (google.analytics.data.v1alpha.IAudienceList|null);
6801
6759
 
6802
- /** SheetExportAudienceListResponse _spreadsheetUri. */
6803
- public _spreadsheetUri?: "spreadsheetUri";
6804
-
6805
- /** SheetExportAudienceListResponse _spreadsheetId. */
6806
- public _spreadsheetId?: "spreadsheetId";
6807
-
6808
- /** SheetExportAudienceListResponse _rowCount. */
6809
- public _rowCount?: "rowCount";
6810
-
6811
- /** SheetExportAudienceListResponse _audienceList. */
6812
- public _audienceList?: "audienceList";
6813
-
6814
6760
  /**
6815
6761
  * Creates a new SheetExportAudienceListResponse instance using the specified properties.
6816
6762
  * @param [properties] Properties to set
@@ -7661,9 +7607,6 @@ export namespace google {
7661
7607
  /** ReportDefinition samplingLevel. */
7662
7608
  public samplingLevel?: (google.analytics.data.v1alpha.SamplingLevel|keyof typeof google.analytics.data.v1alpha.SamplingLevel|null);
7663
7609
 
7664
- /** ReportDefinition _samplingLevel. */
7665
- public _samplingLevel?: "samplingLevel";
7666
-
7667
7610
  /**
7668
7611
  * Creates a new ReportDefinition instance using the specified properties.
7669
7612
  * @param [properties] Properties to set
@@ -7791,21 +7734,6 @@ export namespace google {
7791
7734
  /** ReportMetadata totalRowCount. */
7792
7735
  public totalRowCount?: (number|null);
7793
7736
 
7794
- /** ReportMetadata _state. */
7795
- public _state?: "state";
7796
-
7797
- /** ReportMetadata _beginCreatingTime. */
7798
- public _beginCreatingTime?: "beginCreatingTime";
7799
-
7800
- /** ReportMetadata _taskRowCount. */
7801
- public _taskRowCount?: "taskRowCount";
7802
-
7803
- /** ReportMetadata _errorMessage. */
7804
- public _errorMessage?: "errorMessage";
7805
-
7806
- /** ReportMetadata _totalRowCount. */
7807
- public _totalRowCount?: "totalRowCount";
7808
-
7809
7737
  /**
7810
7738
  * Creates a new ReportMetadata instance using the specified properties.
7811
7739
  * @param [properties] Properties to set
@@ -8569,9 +8497,6 @@ export namespace google {
8569
8497
  /** ListReportTasksResponse nextPageToken. */
8570
8498
  public nextPageToken?: (string|null);
8571
8499
 
8572
- /** ListReportTasksResponse _nextPageToken. */
8573
- public _nextPageToken?: "nextPageToken";
8574
-
8575
8500
  /**
8576
8501
  * Creates a new ListReportTasksResponse instance using the specified properties.
8577
8502
  * @param [properties] Properties to set
@@ -11089,21 +11014,6 @@ export namespace google {
11089
11014
  /** ResponseMetaData samplingMetadatas. */
11090
11015
  public samplingMetadatas: google.analytics.data.v1alpha.ISamplingMetadata[];
11091
11016
 
11092
- /** ResponseMetaData _schemaRestrictionResponse. */
11093
- public _schemaRestrictionResponse?: "schemaRestrictionResponse";
11094
-
11095
- /** ResponseMetaData _currencyCode. */
11096
- public _currencyCode?: "currencyCode";
11097
-
11098
- /** ResponseMetaData _timeZone. */
11099
- public _timeZone?: "timeZone";
11100
-
11101
- /** ResponseMetaData _emptyReason. */
11102
- public _emptyReason?: "emptyReason";
11103
-
11104
- /** ResponseMetaData _subjectToThresholding. */
11105
- public _subjectToThresholding?: "subjectToThresholding";
11106
-
11107
11017
  /**
11108
11018
  * Creates a new ResponseMetaData instance using the specified properties.
11109
11019
  * @param [properties] Properties to set
@@ -11308,9 +11218,6 @@ export namespace google {
11308
11218
  /** ActiveMetricRestriction restrictedMetricTypes. */
11309
11219
  public restrictedMetricTypes: google.analytics.data.v1alpha.RestrictedMetricType[];
11310
11220
 
11311
- /** ActiveMetricRestriction _metricName. */
11312
- public _metricName?: "metricName";
11313
-
11314
11221
  /**
11315
11222
  * Creates a new ActiveMetricRestriction instance using the specified properties.
11316
11223
  * @param [properties] Properties to set
@@ -12149,9 +12056,6 @@ export namespace google {
12149
12056
  /** FunnelBreakdown limit. */
12150
12057
  public limit?: (number|Long|string|null);
12151
12058
 
12152
- /** FunnelBreakdown _limit. */
12153
- public _limit?: "limit";
12154
-
12155
12059
  /**
12156
12060
  * Creates a new FunnelBreakdown instance using the specified properties.
12157
12061
  * @param [properties] Properties to set
@@ -12255,9 +12159,6 @@ export namespace google {
12255
12159
  /** FunnelNextAction limit. */
12256
12160
  public limit?: (number|Long|string|null);
12257
12161
 
12258
- /** FunnelNextAction _limit. */
12259
- public _limit?: "limit";
12260
-
12261
12162
  /**
12262
12163
  * Creates a new FunnelNextAction instance using the specified properties.
12263
12164
  * @param [properties] Properties to set
@@ -12476,9 +12377,6 @@ export namespace google {
12476
12377
  /** FunnelStep filterExpression. */
12477
12378
  public filterExpression?: (google.analytics.data.v1alpha.IFunnelFilterExpression|null);
12478
12379
 
12479
- /** FunnelStep _withinDurationFromPriorStep. */
12480
- public _withinDurationFromPriorStep?: "withinDurationFromPriorStep";
12481
-
12482
12380
  /**
12483
12381
  * Creates a new FunnelStep instance using the specified properties.
12484
12382
  * @param [properties] Properties to set
@@ -14643,9 +14541,6 @@ export namespace google {
14643
14541
  /** SegmentFilterScoping atAnyPointInTime. */
14644
14542
  public atAnyPointInTime?: (boolean|null);
14645
14543
 
14646
- /** SegmentFilterScoping _atAnyPointInTime. */
14647
- public _atAnyPointInTime?: "atAnyPointInTime";
14648
-
14649
14544
  /**
14650
14545
  * Creates a new SegmentFilterScoping instance using the specified properties.
14651
14546
  * @param [properties] Properties to set
@@ -14749,12 +14644,6 @@ export namespace google {
14749
14644
  /** SegmentEventFilter segmentParameterFilterExpression. */
14750
14645
  public segmentParameterFilterExpression?: (google.analytics.data.v1alpha.ISegmentParameterFilterExpression|null);
14751
14646
 
14752
- /** SegmentEventFilter _eventName. */
14753
- public _eventName?: "eventName";
14754
-
14755
- /** SegmentEventFilter _segmentParameterFilterExpression. */
14756
- public _segmentParameterFilterExpression?: "segmentParameterFilterExpression";
14757
-
14758
14647
  /**
14759
14648
  * Creates a new SegmentEventFilter instance using the specified properties.
14760
14649
  * @param [properties] Properties to set
@@ -15206,9 +15095,6 @@ export namespace google {
15206
15095
  /** SegmentParameterFilterScoping inAnyNDayPeriod. */
15207
15096
  public inAnyNDayPeriod?: (number|Long|string|null);
15208
15097
 
15209
- /** SegmentParameterFilterScoping _inAnyNDayPeriod. */
15210
- public _inAnyNDayPeriod?: "inAnyNDayPeriod";
15211
-
15212
15098
  /**
15213
15099
  * Creates a new SegmentParameterFilterScoping instance using the specified properties.
15214
15100
  * @param [properties] Properties to set
@@ -15657,12 +15543,6 @@ export namespace google {
15657
15543
  /** FunnelEventFilter funnelParameterFilterExpression. */
15658
15544
  public funnelParameterFilterExpression?: (google.analytics.data.v1alpha.IFunnelParameterFilterExpression|null);
15659
15545
 
15660
- /** FunnelEventFilter _eventName. */
15661
- public _eventName?: "eventName";
15662
-
15663
- /** FunnelEventFilter _funnelParameterFilterExpression. */
15664
- public _funnelParameterFilterExpression?: "funnelParameterFilterExpression";
15665
-
15666
15546
  /**
15667
15547
  * Creates a new FunnelEventFilter instance using the specified properties.
15668
15548
  * @param [properties] Properties to set
@@ -18604,9 +18484,6 @@ export namespace google {
18604
18484
  /** ListAudienceExportsResponse nextPageToken. */
18605
18485
  public nextPageToken?: (string|null);
18606
18486
 
18607
- /** ListAudienceExportsResponse _nextPageToken. */
18608
- public _nextPageToken?: "nextPageToken";
18609
-
18610
18487
  /**
18611
18488
  * Creates a new ListAudienceExportsResponse instance using the specified properties.
18612
18489
  * @param [properties] Properties to set
@@ -18861,21 +18738,6 @@ export namespace google {
18861
18738
  /** AudienceExport percentageCompleted. */
18862
18739
  public percentageCompleted?: (number|null);
18863
18740
 
18864
- /** AudienceExport _state. */
18865
- public _state?: "state";
18866
-
18867
- /** AudienceExport _beginCreatingTime. */
18868
- public _beginCreatingTime?: "beginCreatingTime";
18869
-
18870
- /** AudienceExport _rowCount. */
18871
- public _rowCount?: "rowCount";
18872
-
18873
- /** AudienceExport _errorMessage. */
18874
- public _errorMessage?: "errorMessage";
18875
-
18876
- /** AudienceExport _percentageCompleted. */
18877
- public _percentageCompleted?: "percentageCompleted";
18878
-
18879
18741
  /**
18880
18742
  * Creates a new AudienceExport instance using the specified properties.
18881
18743
  * @param [properties] Properties to set
@@ -19196,12 +19058,6 @@ export namespace google {
19196
19058
  /** QueryAudienceExportResponse rowCount. */
19197
19059
  public rowCount?: (number|null);
19198
19060
 
19199
- /** QueryAudienceExportResponse _audienceExport. */
19200
- public _audienceExport?: "audienceExport";
19201
-
19202
- /** QueryAudienceExportResponse _rowCount. */
19203
- public _rowCount?: "rowCount";
19204
-
19205
19061
  /**
19206
19062
  * Creates a new QueryAudienceExportResponse instance using the specified properties.
19207
19063
  * @param [properties] Properties to set
@@ -19714,12 +19570,6 @@ export namespace google {
19714
19570
  /** MinuteRange name. */
19715
19571
  public name: string;
19716
19572
 
19717
- /** MinuteRange _startMinutesAgo. */
19718
- public _startMinutesAgo?: "startMinutesAgo";
19719
-
19720
- /** MinuteRange _endMinutesAgo. */
19721
- public _endMinutesAgo?: "endMinutesAgo";
19722
-
19723
19573
  /**
19724
19574
  * Creates a new MinuteRange instance using the specified properties.
19725
19575
  * @param [properties] Properties to set
@@ -20356,9 +20206,6 @@ export namespace google {
20356
20206
  /** Comparison comparison. */
20357
20207
  public comparison?: (string|null);
20358
20208
 
20359
- /** Comparison _name. */
20360
- public _name?: "name";
20361
-
20362
20209
  /** Comparison oneComparison. */
20363
20210
  public oneComparison?: ("dimensionFilter"|"comparison");
20364
20211
 
@@ -22476,21 +22323,6 @@ export namespace google {
22476
22323
  /** ResponseMetaData samplingMetadatas. */
22477
22324
  public samplingMetadatas: google.analytics.data.v1beta.ISamplingMetadata[];
22478
22325
 
22479
- /** ResponseMetaData _schemaRestrictionResponse. */
22480
- public _schemaRestrictionResponse?: "schemaRestrictionResponse";
22481
-
22482
- /** ResponseMetaData _currencyCode. */
22483
- public _currencyCode?: "currencyCode";
22484
-
22485
- /** ResponseMetaData _timeZone. */
22486
- public _timeZone?: "timeZone";
22487
-
22488
- /** ResponseMetaData _emptyReason. */
22489
- public _emptyReason?: "emptyReason";
22490
-
22491
- /** ResponseMetaData _subjectToThresholding. */
22492
- public _subjectToThresholding?: "subjectToThresholding";
22493
-
22494
22326
  /**
22495
22327
  * Creates a new ResponseMetaData instance using the specified properties.
22496
22328
  * @param [properties] Properties to set
@@ -22695,9 +22527,6 @@ export namespace google {
22695
22527
  /** ActiveMetricRestriction restrictedMetricTypes. */
22696
22528
  public restrictedMetricTypes: google.analytics.data.v1beta.RestrictedMetricType[];
22697
22529
 
22698
- /** ActiveMetricRestriction _metricName. */
22699
- public _metricName?: "metricName";
22700
-
22701
22530
  /**
22702
22531
  * Creates a new ActiveMetricRestriction instance using the specified properties.
22703
22532
  * @param [properties] Properties to set
@@ -23842,12 +23671,6 @@ export namespace google {
23842
23671
  /** QuotaStatus remaining. */
23843
23672
  public remaining?: (number|null);
23844
23673
 
23845
- /** QuotaStatus _consumed. */
23846
- public _consumed?: "consumed";
23847
-
23848
- /** QuotaStatus _remaining. */
23849
- public _remaining?: "remaining";
23850
-
23851
23674
  /**
23852
23675
  * Creates a new QuotaStatus instance using the specified properties.
23853
23676
  * @param [properties] Properties to set
@@ -24342,12 +24165,6 @@ export namespace google {
24342
24165
  /** DimensionCompatibility compatibility. */
24343
24166
  public compatibility?: (google.analytics.data.v1beta.Compatibility|keyof typeof google.analytics.data.v1beta.Compatibility|null);
24344
24167
 
24345
- /** DimensionCompatibility _dimensionMetadata. */
24346
- public _dimensionMetadata?: "dimensionMetadata";
24347
-
24348
- /** DimensionCompatibility _compatibility. */
24349
- public _compatibility?: "compatibility";
24350
-
24351
24168
  /**
24352
24169
  * Creates a new DimensionCompatibility instance using the specified properties.
24353
24170
  * @param [properties] Properties to set
@@ -24451,12 +24268,6 @@ export namespace google {
24451
24268
  /** MetricCompatibility compatibility. */
24452
24269
  public compatibility?: (google.analytics.data.v1beta.Compatibility|keyof typeof google.analytics.data.v1beta.Compatibility|null);
24453
24270
 
24454
- /** MetricCompatibility _metricMetadata. */
24455
- public _metricMetadata?: "metricMetadata";
24456
-
24457
- /** MetricCompatibility _compatibility. */
24458
- public _compatibility?: "compatibility";
24459
-
24460
24271
  /**
24461
24272
  * Creates a new MetricCompatibility instance using the specified properties.
24462
24273
  * @param [properties] Properties to set
@@ -25233,6 +25044,9 @@ export namespace google {
25233
25044
 
25234
25045
  /** Publishing protoReferenceDocumentationUri */
25235
25046
  protoReferenceDocumentationUri?: (string|null);
25047
+
25048
+ /** Publishing restReferenceDocumentationUri */
25049
+ restReferenceDocumentationUri?: (string|null);
25236
25050
  }
25237
25051
 
25238
25052
  /** Represents a Publishing. */
@@ -25274,6 +25088,9 @@ export namespace google {
25274
25088
  /** Publishing protoReferenceDocumentationUri. */
25275
25089
  public protoReferenceDocumentationUri: string;
25276
25090
 
25091
+ /** Publishing restReferenceDocumentationUri. */
25092
+ public restReferenceDocumentationUri: string;
25093
+
25277
25094
  /**
25278
25095
  * Creates a new Publishing instance using the specified properties.
25279
25096
  * @param [properties] Properties to set