google-apis-analyticsadmin_v1beta 0.1.0 → 0.3.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:
|
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
@@ -1,5 +1,14 @@
|
|
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
|
+
|
7
|
+
### v0.2.0 (2023-02-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230214
|
10
|
+
* Regenerated using generator version 0.12.0
|
11
|
+
|
3
12
|
### v0.1.0 (2022-12-07)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20221129
|
@@ -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
|
-
GENERATOR_VERSION = "0.
|
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
|
@@ -238,8 +238,9 @@ module Google
|
|
238
238
|
# @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaAccount] google_analytics_admin_v1beta_account_object
|
239
239
|
# @param [String] update_mask
|
240
240
|
# Required. The list of fields to be updated. Field names must be in snake case (
|
241
|
-
#
|
242
|
-
# entire entity, use one path with the string "*" to match all
|
241
|
+
# for example, "field_to_update"). Omitted fields will not be updated. To
|
242
|
+
# replace the entire entity, use one path with the string "*" to match all
|
243
|
+
# fields.
|
243
244
|
# @param [String] fields
|
244
245
|
# Selector specifying which fields to include in a partial response.
|
245
246
|
# @param [String] quota_user
|
@@ -336,7 +337,7 @@ module Google
|
|
336
337
|
|
337
338
|
# Acknowledges the terms of user data collection for the specified property.
|
338
339
|
# This acknowledgement must be completed (either in the Google Analytics UI or
|
339
|
-
#
|
340
|
+
# through this API) before MeasurementProtocolSecret resources may be created.
|
340
341
|
# @param [String] property
|
341
342
|
# Required. The property for which to acknowledge user data collection.
|
342
343
|
# @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionRequest] google_analytics_admin_v1beta_acknowledge_user_data_collection_request_object
|
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:
|
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
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.11.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.11.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.4.2
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Google Analytics Admin API V1beta
|