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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e5006799e9f8455a924cfb35b7a1a1e8b62b3861dd01fccd1c7f79b8e885f93b
|
|
4
|
+
data.tar.gz: 3870f0947c96c4a7108cf2a925abd06bffc870529980094b961a3e2e4b4a1437
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5735c2a7ec278f2a1972241f2351e4062ac4e566a94284bfe6b5129f534a48593f281a0a30ed2f490341b6fff572da401480eaface974eade73ed141cf1095ae
|
|
7
|
+
data.tar.gz: 373842ea01d10a4aa5a04f23bcca0627fc0fbaa87aa2a443185dfe1cd14c8511f9d30782785b2079642e976b48109433ba515ce1f0b0de92292c79e2e3c7b8c4
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|