google-apis-analyticsadmin_v1beta 0.19.0 → 0.21.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba9e6c0fa14a30093f1f8dfd3a8d68fdf8ae68a62f47a6159d7f58546dc88f1a
4
- data.tar.gz: 2377e5dbb0c6519aea4b589f6459827387ef4d6f29530609ba3f4b82bff099fb
3
+ metadata.gz: 1639c705b0996589768b0b8c0135c9ab5015586bfb0b852c40c69c4b8c3da0a4
4
+ data.tar.gz: dddc1d18611ea3da153224dc09917d65e72dd4acbc93d314b483b12e334fa33a
5
5
  SHA512:
6
- metadata.gz: 5461eb4e89c24834b014d38af69d99b010483b8b30bde39aa0e4e5e7c8e68eb94f6dc170b2df5ae3ffb775f19e09ae25d52ba6f9f6747e73ce38b39510250e62
7
- data.tar.gz: ad1bd7404a6a1cf67d48a5288a802256e21549df7946322c37dcd639181fa91f281633f1e1c0431408eea62349ada90045f2c3ce12eb908cc28304c9353baf97
6
+ metadata.gz: 81eb34abd87c368a023d4699e33d32bf1dd5ae9874c597d3fbee20409279df4c88f37c1a62e4153e70c35e9496fe899f26c34f85c7284a89deda490b713fe24c
7
+ data.tar.gz: 56289956481df847efba9f545edcf4e2664e600d2eec3bec9bea7a5e4f9fae4c995694c5b1d72e4197e11ba5b319ce44bf2df3a38bc4e1c176f97f0617031965
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-analyticsadmin_v1beta
2
2
 
3
+ ### v0.21.0 (2025-01-07)
4
+
5
+ * Regenerated from discovery document revision 20250103
6
+
7
+ ### v0.20.0 (2024-09-22)
8
+
9
+ * Regenerated from discovery document revision 20240916
10
+
3
11
  ### v0.19.0 (2024-09-01)
4
12
 
5
13
  * Regenerated from discovery document revision 20240823
@@ -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
@@ -2285,10 +2285,13 @@ module Google
2285
2285
  # @return [String]
2286
2286
  attr_accessor :latest_change_time
2287
2287
 
2288
- # Optional. The maximum number of ChangeHistoryEvent items to return. The
2289
- # service may return fewer than this value, even if there are additional pages.
2290
- # If unspecified, at most 50 items will be returned. The maximum value is 200 (
2291
- # higher values will be coerced to the maximum).
2288
+ # Optional. The maximum number of ChangeHistoryEvent items to return. If
2289
+ # unspecified, at most 50 items will be returned. The maximum value is 200 (
2290
+ # higher values will be coerced to the maximum). Note that the service may
2291
+ # return a page with fewer items than this value specifies (potentially even
2292
+ # zero), and that there still may be additional pages. If you want a particular
2293
+ # number of items, you'll need to continue requesting additional pages using `
2294
+ # page_token` until you get the needed number.
2292
2295
  # Corresponds to the JSON property `pageSize`
2293
2296
  # @return [Fixnum]
2294
2297
  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.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240823"
25
+ REVISION = "20250103"
26
26
  end
27
27
  end
28
28
  end
@@ -320,7 +320,9 @@ module Google
320
320
  # like adding a stream or changing a property's time zone. For configuration
321
321
  # change history, see [searchChangeHistoryEvents](https://developers.google.com/
322
322
  # analytics/devguides/config/admin/v1/rest/v1alpha/accounts/
323
- # searchChangeHistoryEvents).
323
+ # searchChangeHistoryEvents). To give your feedback on this API, complete the [
324
+ # Google Analytics Access Reports feedback](https://docs.google.com/forms/d/e/
325
+ # 1FAIpQLSdmEBUrMzAEdiEKk5TV5dEHvDUZDRlgWYdQdAeSdtR4hVjEhw/viewform) form.
324
326
  # @param [String] entity
325
327
  # The Data Access Report supports requesting at the property level or account
326
328
  # level. If requested at the account level, Data Access Reports include all
@@ -359,7 +361,8 @@ module Google
359
361
  end
360
362
 
361
363
  # Searches through all changes to an account or its children given the specified
362
- # set of filters.
364
+ # set of filters. Only returns the subset of changes supported by the API. The
365
+ # UI may return additional changes.
363
366
  # @param [String] account
364
367
  # Required. The account resource for which to return change history resources.
365
368
  # Format: accounts/`account` Example: `accounts/100`
@@ -664,7 +667,9 @@ module Google
664
667
  # like adding a stream or changing a property's time zone. For configuration
665
668
  # change history, see [searchChangeHistoryEvents](https://developers.google.com/
666
669
  # analytics/devguides/config/admin/v1/rest/v1alpha/accounts/
667
- # searchChangeHistoryEvents).
670
+ # searchChangeHistoryEvents). To give your feedback on this API, complete the [
671
+ # Google Analytics Access Reports feedback](https://docs.google.com/forms/d/e/
672
+ # 1FAIpQLSdmEBUrMzAEdiEKk5TV5dEHvDUZDRlgWYdQdAeSdtR4hVjEhw/viewform) form.
668
673
  # @param [String] entity
669
674
  # The Data Access Report supports requesting at the property level or account
670
675
  # level. If requested at the account level, Data Access Reports include all
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.19.0
4
+ version: 0.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-09-01 00:00:00.000000000 Z
10
+ date: 2025-01-12 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.19.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.21.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.6
79
- signing_key:
76
+ rubygems_version: 3.6.2
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Google Analytics Admin API V1beta
82
79
  test_files: []