google-apis-analyticsadmin_v1beta 0.5.0 → 0.7.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: 9861de1c835e0f3b783c871f245e0b4b7c7df305d2ff12aefc79fbafec813f3f
|
|
4
|
+
data.tar.gz: 17f8bafa42b991fefd1952b766880c1fbde85130a4450b4b06017bd150d239c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 117bd308df2df2eac007ae6eab3b054d9bb369101c836b7300b81ef3a80e82dbc5ff6c3524fcf0d49816f6a599ef5f665989a8571931f389867af042c96b4619
|
|
7
|
+
data.tar.gz: a5351acd66331838a3f93301b1fdc966a7f548acc22b4a7e20a9355489994d4764a4af4f6b8bd1fefd3551e53a211569725b36ccb038d441ea4d56d2f7daf385
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-analyticsadmin_v1beta
|
|
2
2
|
|
|
3
|
+
### v0.7.0 (2023-07-09)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20230704
|
|
6
|
+
|
|
7
|
+
### v0.6.0 (2023-06-18)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20230612
|
|
10
|
+
|
|
3
11
|
### v0.5.0 (2023-04-16)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20230410
|
|
@@ -1275,8 +1275,8 @@ module Google
|
|
|
1275
1275
|
class GoogleAnalyticsAdminV1betaDataStreamWebStreamData
|
|
1276
1276
|
include Google::Apis::Core::Hashable
|
|
1277
1277
|
|
|
1278
|
-
#
|
|
1279
|
-
#
|
|
1278
|
+
# Domain name of the web app being measured, or empty. Example: "http://www.
|
|
1279
|
+
# google.com", "https://www.google.com"
|
|
1280
1280
|
# Corresponds to the JSON property `defaultUri`
|
|
1281
1281
|
# @return [String]
|
|
1282
1282
|
attr_accessor :default_uri
|
|
@@ -1287,8 +1287,7 @@ module Google
|
|
|
1287
1287
|
# @return [String]
|
|
1288
1288
|
attr_accessor :firebase_app_id
|
|
1289
1289
|
|
|
1290
|
-
# Output only. Analytics
|
|
1291
|
-
# 1A2BCD345E" would just be "1A2BCD345E"
|
|
1290
|
+
# Output only. Analytics Measurement ID. Example: "G-1A2BCD345E"
|
|
1292
1291
|
# Corresponds to the JSON property `measurementId`
|
|
1293
1292
|
# @return [String]
|
|
1294
1293
|
attr_accessor :measurement_id
|
|
@@ -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.7.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 = "20230704"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -22,7 +22,12 @@ module Google
|
|
|
22
22
|
module AnalyticsadminV1beta
|
|
23
23
|
# Google Analytics Admin API
|
|
24
24
|
#
|
|
25
|
-
#
|
|
25
|
+
# Manage properties in Google Analytics. Warning: Creating multiple Customer
|
|
26
|
+
# Applications, Accounts, or Projects to simulate or act as a single Customer
|
|
27
|
+
# Application, Account, or Project (respectively) or to circumvent Service-
|
|
28
|
+
# specific usage limits or quotas is a direct violation of Google Cloud Platform
|
|
29
|
+
# Terms of Service as well as Google APIs Terms of Service. These actions can
|
|
30
|
+
# result in immediate termination of your GCP project(s) without any warning.
|
|
26
31
|
#
|
|
27
32
|
# @example
|
|
28
33
|
# require 'google/apis/analyticsadmin_v1beta'
|
|
@@ -21,7 +21,12 @@ module Google
|
|
|
21
21
|
module Apis
|
|
22
22
|
# Google Analytics Admin API
|
|
23
23
|
#
|
|
24
|
-
#
|
|
24
|
+
# Manage properties in Google Analytics. Warning: Creating multiple Customer
|
|
25
|
+
# Applications, Accounts, or Projects to simulate or act as a single Customer
|
|
26
|
+
# Application, Account, or Project (respectively) or to circumvent Service-
|
|
27
|
+
# specific usage limits or quotas is a direct violation of Google Cloud Platform
|
|
28
|
+
# Terms of Service as well as Google APIs Terms of Service. These actions can
|
|
29
|
+
# result in immediate termination of your GCP project(s) without any warning.
|
|
25
30
|
#
|
|
26
31
|
# @see http://code.google.com/apis/analytics/docs/mgmt/home.html
|
|
27
32
|
module AnalyticsadminV1beta
|
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.7.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-07-09 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.7.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: []
|