@google-analytics/data 3.2.0 → 3.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.
@@ -566,6 +566,13 @@
566
566
  "type": "bool",
567
567
  "id": 7
568
568
  },
569
+ "deprecatedLegacyJsonFieldConflicts": {
570
+ "type": "bool",
571
+ "id": 11,
572
+ "options": {
573
+ "deprecated": true
574
+ }
575
+ },
569
576
  "uninterpretedOption": {
570
577
  "rule": "repeated",
571
578
  "type": "UninterpretedOption",
@@ -649,6 +656,21 @@
649
656
  "default": false
650
657
  }
651
658
  },
659
+ "debugRedact": {
660
+ "type": "bool",
661
+ "id": 16,
662
+ "options": {
663
+ "default": false
664
+ }
665
+ },
666
+ "retention": {
667
+ "type": "OptionRetention",
668
+ "id": 17
669
+ },
670
+ "target": {
671
+ "type": "OptionTargetType",
672
+ "id": 18
673
+ },
652
674
  "uninterpretedOption": {
653
675
  "rule": "repeated",
654
676
  "type": "UninterpretedOption",
@@ -681,6 +703,27 @@
681
703
  "JS_STRING": 1,
682
704
  "JS_NUMBER": 2
683
705
  }
706
+ },
707
+ "OptionRetention": {
708
+ "values": {
709
+ "RETENTION_UNKNOWN": 0,
710
+ "RETENTION_RUNTIME": 1,
711
+ "RETENTION_SOURCE": 2
712
+ }
713
+ },
714
+ "OptionTargetType": {
715
+ "values": {
716
+ "TARGET_TYPE_UNKNOWN": 0,
717
+ "TARGET_TYPE_FILE": 1,
718
+ "TARGET_TYPE_EXTENSION_RANGE": 2,
719
+ "TARGET_TYPE_MESSAGE": 3,
720
+ "TARGET_TYPE_FIELD": 4,
721
+ "TARGET_TYPE_ONEOF": 5,
722
+ "TARGET_TYPE_ENUM": 6,
723
+ "TARGET_TYPE_ENUM_ENTRY": 7,
724
+ "TARGET_TYPE_SERVICE": 8,
725
+ "TARGET_TYPE_METHOD": 9
726
+ }
684
727
  }
685
728
  }
686
729
  },
@@ -712,6 +755,13 @@
712
755
  "default": false
713
756
  }
714
757
  },
758
+ "deprecatedLegacyJsonFieldConflicts": {
759
+ "type": "bool",
760
+ "id": 6,
761
+ "options": {
762
+ "deprecated": true
763
+ }
764
+ },
715
765
  "uninterpretedOption": {
716
766
  "rule": "repeated",
717
767
  "type": "UninterpretedOption",
@@ -3799,6 +3849,248 @@
3799
3849
  "id": 1050,
3800
3850
  "extend": "google.protobuf.ServiceOptions"
3801
3851
  },
3852
+ "CommonLanguageSettings": {
3853
+ "fields": {
3854
+ "referenceDocsUri": {
3855
+ "type": "string",
3856
+ "id": 1,
3857
+ "options": {
3858
+ "deprecated": true
3859
+ }
3860
+ },
3861
+ "destinations": {
3862
+ "rule": "repeated",
3863
+ "type": "ClientLibraryDestination",
3864
+ "id": 2
3865
+ }
3866
+ }
3867
+ },
3868
+ "ClientLibrarySettings": {
3869
+ "fields": {
3870
+ "version": {
3871
+ "type": "string",
3872
+ "id": 1
3873
+ },
3874
+ "launchStage": {
3875
+ "type": "LaunchStage",
3876
+ "id": 2
3877
+ },
3878
+ "restNumericEnums": {
3879
+ "type": "bool",
3880
+ "id": 3
3881
+ },
3882
+ "javaSettings": {
3883
+ "type": "JavaSettings",
3884
+ "id": 21
3885
+ },
3886
+ "cppSettings": {
3887
+ "type": "CppSettings",
3888
+ "id": 22
3889
+ },
3890
+ "phpSettings": {
3891
+ "type": "PhpSettings",
3892
+ "id": 23
3893
+ },
3894
+ "pythonSettings": {
3895
+ "type": "PythonSettings",
3896
+ "id": 24
3897
+ },
3898
+ "nodeSettings": {
3899
+ "type": "NodeSettings",
3900
+ "id": 25
3901
+ },
3902
+ "dotnetSettings": {
3903
+ "type": "DotnetSettings",
3904
+ "id": 26
3905
+ },
3906
+ "rubySettings": {
3907
+ "type": "RubySettings",
3908
+ "id": 27
3909
+ },
3910
+ "goSettings": {
3911
+ "type": "GoSettings",
3912
+ "id": 28
3913
+ }
3914
+ }
3915
+ },
3916
+ "Publishing": {
3917
+ "fields": {
3918
+ "methodSettings": {
3919
+ "rule": "repeated",
3920
+ "type": "MethodSettings",
3921
+ "id": 2
3922
+ },
3923
+ "newIssueUri": {
3924
+ "type": "string",
3925
+ "id": 101
3926
+ },
3927
+ "documentationUri": {
3928
+ "type": "string",
3929
+ "id": 102
3930
+ },
3931
+ "apiShortName": {
3932
+ "type": "string",
3933
+ "id": 103
3934
+ },
3935
+ "githubLabel": {
3936
+ "type": "string",
3937
+ "id": 104
3938
+ },
3939
+ "codeownerGithubTeams": {
3940
+ "rule": "repeated",
3941
+ "type": "string",
3942
+ "id": 105
3943
+ },
3944
+ "docTagPrefix": {
3945
+ "type": "string",
3946
+ "id": 106
3947
+ },
3948
+ "organization": {
3949
+ "type": "ClientLibraryOrganization",
3950
+ "id": 107
3951
+ },
3952
+ "librarySettings": {
3953
+ "rule": "repeated",
3954
+ "type": "ClientLibrarySettings",
3955
+ "id": 109
3956
+ }
3957
+ }
3958
+ },
3959
+ "JavaSettings": {
3960
+ "fields": {
3961
+ "libraryPackage": {
3962
+ "type": "string",
3963
+ "id": 1
3964
+ },
3965
+ "serviceClassNames": {
3966
+ "keyType": "string",
3967
+ "type": "string",
3968
+ "id": 2
3969
+ },
3970
+ "common": {
3971
+ "type": "CommonLanguageSettings",
3972
+ "id": 3
3973
+ }
3974
+ }
3975
+ },
3976
+ "CppSettings": {
3977
+ "fields": {
3978
+ "common": {
3979
+ "type": "CommonLanguageSettings",
3980
+ "id": 1
3981
+ }
3982
+ }
3983
+ },
3984
+ "PhpSettings": {
3985
+ "fields": {
3986
+ "common": {
3987
+ "type": "CommonLanguageSettings",
3988
+ "id": 1
3989
+ }
3990
+ }
3991
+ },
3992
+ "PythonSettings": {
3993
+ "fields": {
3994
+ "common": {
3995
+ "type": "CommonLanguageSettings",
3996
+ "id": 1
3997
+ }
3998
+ }
3999
+ },
4000
+ "NodeSettings": {
4001
+ "fields": {
4002
+ "common": {
4003
+ "type": "CommonLanguageSettings",
4004
+ "id": 1
4005
+ }
4006
+ }
4007
+ },
4008
+ "DotnetSettings": {
4009
+ "fields": {
4010
+ "common": {
4011
+ "type": "CommonLanguageSettings",
4012
+ "id": 1
4013
+ }
4014
+ }
4015
+ },
4016
+ "RubySettings": {
4017
+ "fields": {
4018
+ "common": {
4019
+ "type": "CommonLanguageSettings",
4020
+ "id": 1
4021
+ }
4022
+ }
4023
+ },
4024
+ "GoSettings": {
4025
+ "fields": {
4026
+ "common": {
4027
+ "type": "CommonLanguageSettings",
4028
+ "id": 1
4029
+ }
4030
+ }
4031
+ },
4032
+ "MethodSettings": {
4033
+ "fields": {
4034
+ "selector": {
4035
+ "type": "string",
4036
+ "id": 1
4037
+ },
4038
+ "longRunning": {
4039
+ "type": "LongRunning",
4040
+ "id": 2
4041
+ }
4042
+ },
4043
+ "nested": {
4044
+ "LongRunning": {
4045
+ "fields": {
4046
+ "initialPollDelay": {
4047
+ "type": "google.protobuf.Duration",
4048
+ "id": 1
4049
+ },
4050
+ "pollDelayMultiplier": {
4051
+ "type": "float",
4052
+ "id": 2
4053
+ },
4054
+ "maxPollDelay": {
4055
+ "type": "google.protobuf.Duration",
4056
+ "id": 3
4057
+ },
4058
+ "totalPollTimeout": {
4059
+ "type": "google.protobuf.Duration",
4060
+ "id": 4
4061
+ }
4062
+ }
4063
+ }
4064
+ }
4065
+ },
4066
+ "ClientLibraryOrganization": {
4067
+ "values": {
4068
+ "CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED": 0,
4069
+ "CLOUD": 1,
4070
+ "ADS": 2,
4071
+ "PHOTOS": 3,
4072
+ "STREET_VIEW": 4
4073
+ }
4074
+ },
4075
+ "ClientLibraryDestination": {
4076
+ "values": {
4077
+ "CLIENT_LIBRARY_DESTINATION_UNSPECIFIED": 0,
4078
+ "GITHUB": 10,
4079
+ "PACKAGE_MANAGER": 20
4080
+ }
4081
+ },
4082
+ "LaunchStage": {
4083
+ "values": {
4084
+ "LAUNCH_STAGE_UNSPECIFIED": 0,
4085
+ "UNIMPLEMENTED": 6,
4086
+ "PRELAUNCH": 7,
4087
+ "EARLY_ACCESS": 1,
4088
+ "ALPHA": 2,
4089
+ "BETA": 3,
4090
+ "GA": 4,
4091
+ "DEPRECATED": 5
4092
+ }
4093
+ },
3802
4094
  "fieldBehavior": {
3803
4095
  "rule": "repeated",
3804
4096
  "type": "google.api.FieldBehavior",
@@ -179,7 +179,7 @@ export declare class AlphaAnalyticsDataClient {
179
179
  * @param {object} [options]
180
180
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
181
181
  * @returns {Promise} - The promise which resolves to an array.
182
- * The first element of the array is an object representing [RunFunnelReportResponse]{@link google.analytics.data.v1alpha.RunFunnelReportResponse}.
182
+ * The first element of the array is an object representing {@link google.analytics.data.v1alpha.RunFunnelReportResponse | RunFunnelReportResponse}.
183
183
  * Please see the
184
184
  * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
185
185
  * for more details and examples.
@@ -191,7 +191,7 @@ export declare class BetaAnalyticsDataClient {
191
191
  * @param {object} [options]
192
192
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
193
193
  * @returns {Promise} - The promise which resolves to an array.
194
- * The first element of the array is an object representing [RunReportResponse]{@link google.analytics.data.v1beta.RunReportResponse}.
194
+ * The first element of the array is an object representing {@link google.analytics.data.v1beta.RunReportResponse | RunReportResponse}.
195
195
  * Please see the
196
196
  * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
197
197
  * for more details and examples.
@@ -264,7 +264,7 @@ export declare class BetaAnalyticsDataClient {
264
264
  * @param {object} [options]
265
265
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
266
266
  * @returns {Promise} - The promise which resolves to an array.
267
- * The first element of the array is an object representing [RunPivotReportResponse]{@link google.analytics.data.v1beta.RunPivotReportResponse}.
267
+ * The first element of the array is an object representing {@link google.analytics.data.v1beta.RunPivotReportResponse | RunPivotReportResponse}.
268
268
  * Please see the
269
269
  * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
270
270
  * for more details and examples.
@@ -300,7 +300,7 @@ export declare class BetaAnalyticsDataClient {
300
300
  * @param {object} [options]
301
301
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
302
302
  * @returns {Promise} - The promise which resolves to an array.
303
- * The first element of the array is an object representing [BatchRunReportsResponse]{@link google.analytics.data.v1beta.BatchRunReportsResponse}.
303
+ * The first element of the array is an object representing {@link google.analytics.data.v1beta.BatchRunReportsResponse | BatchRunReportsResponse}.
304
304
  * Please see the
305
305
  * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
306
306
  * for more details and examples.
@@ -336,7 +336,7 @@ export declare class BetaAnalyticsDataClient {
336
336
  * @param {object} [options]
337
337
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
338
338
  * @returns {Promise} - The promise which resolves to an array.
339
- * The first element of the array is an object representing [BatchRunPivotReportsResponse]{@link google.analytics.data.v1beta.BatchRunPivotReportsResponse}.
339
+ * The first element of the array is an object representing {@link google.analytics.data.v1beta.BatchRunPivotReportsResponse | BatchRunPivotReportsResponse}.
340
340
  * Please see the
341
341
  * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
342
342
  * for more details and examples.
@@ -379,7 +379,7 @@ export declare class BetaAnalyticsDataClient {
379
379
  * @param {object} [options]
380
380
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
381
381
  * @returns {Promise} - The promise which resolves to an array.
382
- * The first element of the array is an object representing [Metadata]{@link google.analytics.data.v1beta.Metadata}.
382
+ * The first element of the array is an object representing {@link google.analytics.data.v1beta.Metadata | Metadata}.
383
383
  * Please see the
384
384
  * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
385
385
  * for more details and examples.
@@ -449,7 +449,7 @@ export declare class BetaAnalyticsDataClient {
449
449
  * @param {object} [options]
450
450
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
451
451
  * @returns {Promise} - The promise which resolves to an array.
452
- * The first element of the array is an object representing [RunRealtimeReportResponse]{@link google.analytics.data.v1beta.RunRealtimeReportResponse}.
452
+ * The first element of the array is an object representing {@link google.analytics.data.v1beta.RunRealtimeReportResponse | RunRealtimeReportResponse}.
453
453
  * Please see the
454
454
  * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
455
455
  * for more details and examples.
@@ -507,7 +507,7 @@ export declare class BetaAnalyticsDataClient {
507
507
  * @param {object} [options]
508
508
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
509
509
  * @returns {Promise} - The promise which resolves to an array.
510
- * The first element of the array is an object representing [CheckCompatibilityResponse]{@link google.analytics.data.v1beta.CheckCompatibilityResponse}.
510
+ * The first element of the array is an object representing {@link google.analytics.data.v1beta.CheckCompatibilityResponse | CheckCompatibilityResponse}.
511
511
  * Please see the
512
512
  * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
513
513
  * for more details and examples.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google-analytics/data",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Data client for Node.js",
5
5
  "repository": {
6
6
  "type": "git",