google-apis-analyticsadmin_v1beta 0.2.0 → 0.3.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: 8e637dcc1924790bf1235cbea5314f66f8d2860aad90a5804bc38875f17e07c1
4
- data.tar.gz: f5d6c4c3363b4ae57c5b2c8ba3c2d329879f647d9c548cda976727d11ef60d24
3
+ metadata.gz: e5006799e9f8455a924cfb35b7a1a1e8b62b3861dd01fccd1c7f79b8e885f93b
4
+ data.tar.gz: 3870f0947c96c4a7108cf2a925abd06bffc870529980094b961a3e2e4b4a1437
5
5
  SHA512:
6
- metadata.gz: e1e94bb8252b64b8eb71dfec67802283e7fba80865830c47a91deb761fc769eb10b08378a8b431bf76e82562e24649804099b46c20282f8ef2911f5a5eef2b60
7
- data.tar.gz: 349b4ddf23e3642d382f993db21ca95feb5566997cccb4299475d30a5e9a100eb2f6b3f5e0ce1b1e928c81fb7feb4b412f4dc7615d3dbda396e55fb3af7eec3b
6
+ metadata.gz: 5735c2a7ec278f2a1972241f2351e4062ac4e566a94284bfe6b5129f534a48593f281a0a30ed2f490341b6fff572da401480eaface974eade73ed141cf1095ae
7
+ data.tar.gz: 373842ea01d10a4aa5a04f23bcca0627fc0fbaa87aa2a443185dfe1cd14c8511f9d30782785b2079642e976b48109433ba515ce1f0b0de92292c79e2e3c7b8c4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-analyticsadmin_v1beta
2
2
 
3
+ ### v0.3.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230226
6
+
3
7
  ### v0.2.0 (2023-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230214
@@ -355,7 +355,7 @@ module Google
355
355
  attr_accessor :custom
356
356
  alias_method :custom?, :custom
357
357
 
358
- # Output only. If set, this event can currently be deleted via
358
+ # Output only. If set, this event can currently be deleted with
359
359
  # DeleteConversionEvent.
360
360
  # Corresponds to the JSON property `deletable`
361
361
  # @return [Boolean]
@@ -1212,7 +1212,7 @@ module Google
1212
1212
  # Immutable. The property type for this Property resource. When creating a
1213
1213
  # property, if the type is "PROPERTY_TYPE_UNSPECIFIED", then "ORDINARY_PROPERTY"
1214
1214
  # will be implied. "SUBPROPERTY" and "ROLLUP_PROPERTY" types cannot yet be
1215
- # created via Google Analytics Admin API.
1215
+ # created with the Google Analytics Admin API.
1216
1216
  # Corresponds to the JSON property `propertyType`
1217
1217
  # @return [String]
1218
1218
  attr_accessor :property_type
@@ -1308,7 +1308,7 @@ module Google
1308
1308
  attr_accessor :account
1309
1309
 
1310
1310
  # Redirect URI where the user will be sent after accepting Terms of Service.
1311
- # Must be configured in Developers Console as a Redirect URI.
1311
+ # Must be configured in Cloud Console as a Redirect URI.
1312
1312
  # Corresponds to the JSON property `redirectUri`
1313
1313
  # @return [String]
1314
1314
  attr_accessor :redirect_uri
@@ -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.2.0"
19
+ GEM_VERSION = "0.3.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 = "20230214"
25
+ REVISION = "20230226"
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.2.0
4
+ version: 0.3.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-02-26 00:00:00.000000000 Z
11
+ date: 2023-03-05 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.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.3.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: []