google-apis-analyticsadmin_v1beta 0.20.0 → 0.22.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_v1beta/classes.rb +14 -5
- data/lib/google/apis/analyticsadmin_v1beta/gem_version.rb +3 -3
- data/lib/google/apis/analyticsadmin_v1beta/representations.rb +1 -0
- data/lib/google/apis/analyticsadmin_v1beta/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: 1d270d5fb22a5286a415000a0e359de833e4b7bb89c45b23df6113e574476032
|
4
|
+
data.tar.gz: 52c9d5c9af95635fa4be8522ecef1103c92ddd46ee08eba06615f5ef52487f06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d0dfdd5de828c5507441a09e7115d0c884c28658d4731a583c889fa8e7088517cb547ddad54228c3ac8d693495d5633e6a19cd987ede10d36c16a86efb586ff
|
7
|
+
data.tar.gz: 53bb5556c0f5913fcbdfcdc713b0c594b0c4c646a60614169f777ef543c812fcdda520df48eab4432550f6bef3b3c0dd328231fafc907507c34c90e6d00144fd
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-analyticsadmin_v1beta
|
2
2
|
|
3
|
+
### v0.22.0 (2025-01-19)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250114
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
8
|
+
### v0.21.0 (2025-01-07)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20250103
|
11
|
+
|
3
12
|
### v0.20.0 (2024-09-22)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240916
|
@@ -1116,7 +1116,7 @@ module Google
|
|
1116
1116
|
class GoogleAnalyticsAdminV1betaDataRetentionSettings
|
1117
1117
|
include Google::Apis::Core::Hashable
|
1118
1118
|
|
1119
|
-
# The length of time that event-level data is retained.
|
1119
|
+
# Required. The length of time that event-level data is retained.
|
1120
1120
|
# Corresponds to the JSON property `eventDataRetention`
|
1121
1121
|
# @return [String]
|
1122
1122
|
attr_accessor :event_data_retention
|
@@ -1134,6 +1134,11 @@ module Google
|
|
1134
1134
|
attr_accessor :reset_user_data_on_new_activity
|
1135
1135
|
alias_method :reset_user_data_on_new_activity?, :reset_user_data_on_new_activity
|
1136
1136
|
|
1137
|
+
# Required. The length of time that user-level data is retained.
|
1138
|
+
# Corresponds to the JSON property `userDataRetention`
|
1139
|
+
# @return [String]
|
1140
|
+
attr_accessor :user_data_retention
|
1141
|
+
|
1137
1142
|
def initialize(**args)
|
1138
1143
|
update!(**args)
|
1139
1144
|
end
|
@@ -1143,6 +1148,7 @@ module Google
|
|
1143
1148
|
@event_data_retention = args[:event_data_retention] if args.key?(:event_data_retention)
|
1144
1149
|
@name = args[:name] if args.key?(:name)
|
1145
1150
|
@reset_user_data_on_new_activity = args[:reset_user_data_on_new_activity] if args.key?(:reset_user_data_on_new_activity)
|
1151
|
+
@user_data_retention = args[:user_data_retention] if args.key?(:user_data_retention)
|
1146
1152
|
end
|
1147
1153
|
end
|
1148
1154
|
|
@@ -2285,10 +2291,13 @@ module Google
|
|
2285
2291
|
# @return [String]
|
2286
2292
|
attr_accessor :latest_change_time
|
2287
2293
|
|
2288
|
-
# Optional. The maximum number of ChangeHistoryEvent items to return.
|
2289
|
-
#
|
2290
|
-
#
|
2291
|
-
#
|
2294
|
+
# Optional. The maximum number of ChangeHistoryEvent items to return. If
|
2295
|
+
# unspecified, at most 50 items will be returned. The maximum value is 200 (
|
2296
|
+
# higher values will be coerced to the maximum). Note that the service may
|
2297
|
+
# return a page with fewer items than this value specifies (potentially even
|
2298
|
+
# zero), and that there still may be additional pages. If you want a particular
|
2299
|
+
# number of items, you'll need to continue requesting additional pages using `
|
2300
|
+
# page_token` until you get the needed number.
|
2292
2301
|
# Corresponds to the JSON property `pageSize`
|
2293
2302
|
# @return [Fixnum]
|
2294
2303
|
attr_accessor :page_size
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AnalyticsadminV1beta
|
18
18
|
# Version of the google-apis-analyticsadmin_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.22.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
|
@@ -744,6 +744,7 @@ module Google
|
|
744
744
|
property :event_data_retention, as: 'eventDataRetention'
|
745
745
|
property :name, as: 'name'
|
746
746
|
property :reset_user_data_on_new_activity, as: 'resetUserDataOnNewActivity'
|
747
|
+
property :user_data_retention, as: 'userDataRetention'
|
747
748
|
end
|
748
749
|
end
|
749
750
|
|
@@ -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_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.22.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_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.22.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1beta
|
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 V1beta
|
82
79
|
test_files: []
|