google-apis-analyticsadmin_v1alpha 0.76.0 → 0.78.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/analyticsadmin_v1alpha/classes.rb +14 -5
- data/lib/google/apis/analyticsadmin_v1alpha/gem_version.rb +3 -3
- data/lib/google/apis/analyticsadmin_v1alpha/representations.rb +1 -0
- data/lib/google/apis/analyticsadmin_v1alpha/service.rb +2 -1
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c51966de234c784b68db1a3008778ccc4dcf66972ed209ceb0c7e68608ca6967
|
4
|
+
data.tar.gz: 625fd6cccd7fc5cc8a10858f919973afbecc33b3c4fb37211fee18738b575345
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3bc1a857bb19953349bbd849188f3b48c8ab5442860a186dcfe4468e0a811e63da70de40052a375b80f09e34f2ad5a7e56848aeac1b44fe431521948c9b8a974
|
7
|
+
data.tar.gz: 51c36fe7343c906fc5594173fefd122395583c4182acc1261ef4602bd7460eaf22132c53c048700bab5dba267b211f981467eb7fabd1db7c0a0cb7c3a785ef0d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-analyticsadmin_v1alpha
|
2
2
|
|
3
|
+
### v0.78.0 (2025-01-19)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250114
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
8
|
+
### v0.77.0 (2025-01-08)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20250103
|
11
|
+
|
3
12
|
### v0.76.0 (2024-12-02)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240929
|
@@ -2664,7 +2664,7 @@ module Google
|
|
2664
2664
|
class GoogleAnalyticsAdminV1alphaDataRetentionSettings
|
2665
2665
|
include Google::Apis::Core::Hashable
|
2666
2666
|
|
2667
|
-
# The length of time that event-level data is retained.
|
2667
|
+
# Required. The length of time that event-level data is retained.
|
2668
2668
|
# Corresponds to the JSON property `eventDataRetention`
|
2669
2669
|
# @return [String]
|
2670
2670
|
attr_accessor :event_data_retention
|
@@ -2682,6 +2682,11 @@ module Google
|
|
2682
2682
|
attr_accessor :reset_user_data_on_new_activity
|
2683
2683
|
alias_method :reset_user_data_on_new_activity?, :reset_user_data_on_new_activity
|
2684
2684
|
|
2685
|
+
# Required. The length of time that user-level data is retained.
|
2686
|
+
# Corresponds to the JSON property `userDataRetention`
|
2687
|
+
# @return [String]
|
2688
|
+
attr_accessor :user_data_retention
|
2689
|
+
|
2685
2690
|
def initialize(**args)
|
2686
2691
|
update!(**args)
|
2687
2692
|
end
|
@@ -2691,6 +2696,7 @@ module Google
|
|
2691
2696
|
@event_data_retention = args[:event_data_retention] if args.key?(:event_data_retention)
|
2692
2697
|
@name = args[:name] if args.key?(:name)
|
2693
2698
|
@reset_user_data_on_new_activity = args[:reset_user_data_on_new_activity] if args.key?(:reset_user_data_on_new_activity)
|
2699
|
+
@user_data_retention = args[:user_data_retention] if args.key?(:user_data_retention)
|
2694
2700
|
end
|
2695
2701
|
end
|
2696
2702
|
|
@@ -5438,10 +5444,13 @@ module Google
|
|
5438
5444
|
# @return [String]
|
5439
5445
|
attr_accessor :latest_change_time
|
5440
5446
|
|
5441
|
-
# Optional. The maximum number of ChangeHistoryEvent items to return.
|
5442
|
-
#
|
5443
|
-
#
|
5444
|
-
#
|
5447
|
+
# Optional. The maximum number of ChangeHistoryEvent items to return. If
|
5448
|
+
# unspecified, at most 50 items will be returned. The maximum value is 200 (
|
5449
|
+
# higher values will be coerced to the maximum). Note that the service may
|
5450
|
+
# return a page with fewer items than this value specifies (potentially even
|
5451
|
+
# zero), and that there still may be additional pages. If you want a particular
|
5452
|
+
# number of items, you'll need to continue requesting additional pages using `
|
5453
|
+
# page_token` until you get the needed number.
|
5445
5454
|
# Corresponds to the JSON property `pageSize`
|
5446
5455
|
# @return [Fixnum]
|
5447
5456
|
attr_accessor :page_size
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AnalyticsadminV1alpha
|
18
18
|
# Version of the google-apis-analyticsadmin_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.78.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250114"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1804,6 +1804,7 @@ module Google
|
|
1804
1804
|
property :event_data_retention, as: 'eventDataRetention'
|
1805
1805
|
property :name, as: 'name'
|
1806
1806
|
property :reset_user_data_on_new_activity, as: 'resetUserDataOnNewActivity'
|
1807
|
+
property :user_data_retention, as: 'userDataRetention'
|
1807
1808
|
end
|
1808
1809
|
end
|
1809
1810
|
|
@@ -361,7 +361,8 @@ module Google
|
|
361
361
|
end
|
362
362
|
|
363
363
|
# Searches through all changes to an account or its children given the specified
|
364
|
-
# set of filters.
|
364
|
+
# set of filters. Only returns the subset of changes supported by the API. The
|
365
|
+
# UI may return additional changes.
|
365
366
|
# @param [String] account
|
366
367
|
# Required. The account resource for which to return change history resources.
|
367
368
|
# Format: accounts/`account` Example: `accounts/100`
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-analyticsadmin_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.78.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.78.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Google Analytics Admin API V1alpha
|
82
79
|
test_files: []
|