google-apis-analyticsadmin_v1beta 0.4.0 → 0.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 589b4e324dcc2ad3fb0d73d757c78f0b76a22e6caa73fb59f8ab1bb58c9f0441
4
- data.tar.gz: c0f5d32cb049727d50c6aa113f52841929fa45ab655e85806699d1974dab0254
3
+ metadata.gz: 4d0b98f19523863b13da465319c811f466a6c5d7bfdb979d466a9a224fbdf622
4
+ data.tar.gz: 8461549716dc02b9b4e9a0fb190acba505ff6f0576fb649be19aac5bb8ee2e5b
5
5
  SHA512:
6
- metadata.gz: 5c67aff139cdd929b0a0c901b5450af33629200ab813c47bd6d4b726f4b0914673600284380092eaeebf76653ac1102e29c05cea7d3751f62d248334399d55fe
7
- data.tar.gz: 0d04628c7ae7d72c61dad2e960cd00e869a33c4cb640716839ed9fda6fb8f4eaeac6337f598723716e5d37d7d56251526cfccbcfc69bc6a196db2de85b7c9dd3
6
+ metadata.gz: 8fbd8830c7721565afca679f7c3cfd3767c4ac992ba1e5f0c84a2362039985f348772af1a06b381677ac0f22a1626a3e14c397a000222d9efc2b0a68f33d8e7b
7
+ data.tar.gz: 337a401b1d9b73a80ce235647c72820ab180cbfdb7f9bba86fe6d5062f2cd8c93989b83226bd2bebcf9a23e7f9bccc2b11e1633173f9aeec71f74738dab02192
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-analyticsadmin_v1beta
2
2
 
3
+ ### v0.5.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230410
6
+
3
7
  ### v0.4.0 (2023-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230322
@@ -967,10 +967,11 @@ module Google
967
967
 
968
968
  # Required. Immutable. Tagging parameter name for this custom dimension. If this
969
969
  # is a user-scoped dimension, then this is the user property name. If this is an
970
- # event-scoped dimension, then this is the event parameter name. May only
971
- # contain alphanumeric and underscore characters, starting with a letter. Max
972
- # length of 24 characters for user-scoped dimensions, 40 characters for event-
973
- # scoped dimensions.
970
+ # event-scoped dimension, then this is the event parameter name. If this is an
971
+ # item-scoped dimension, then this is the parameter name found in the eCommerce
972
+ # items array. May only contain alphanumeric and underscore characters, starting
973
+ # with a letter. Max length of 24 characters for user-scoped dimensions, 40
974
+ # characters for event-scoped dimensions.
974
975
  # Corresponds to the JSON property `parameterName`
975
976
  # @return [String]
976
977
  attr_accessor :parameter_name
@@ -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.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230322"
25
+ REVISION = "20230410"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-analyticsadmin_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-02 00:00:00.000000000 Z
11
+ date: 2023-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  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.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.5.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []