google-apis-analyticsdata_v1beta 0.25.0 → 0.27.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/analyticsdata_v1beta/classes.rb +13 -0
- data/lib/google/apis/analyticsdata_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/analyticsdata_v1beta/representations.rb +12 -0
- data/lib/google/apis/analyticsdata_v1beta/service.rb +6 -1
- data/lib/google/apis/analyticsdata_v1beta.rb +6 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 854818e3dd94b21c8480c23e43998689d089a1b6ab0fc9ee28bcf6659522c1aa
|
|
4
|
+
data.tar.gz: c6f4610f62805b9a5ca2df745a2b165c2eeb9482be7127891644365897a2cef6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 56b6e6e57eae022a265ae0df09f6457522bc43c8e159dedeadb361f1cb6c4fb1fc95df78632910336f2d48d568f56c65cad4971c04c564b3ff09cebf6c310e38
|
|
7
|
+
data.tar.gz: 49bcc3ec8ab5aaa9bd94611f228aada3151a459b5a2362ec23ee0007e514e16252d09bb1a88b3777678485aea240d12c1f78bcc99b373ffecf0f6d7259a28470
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-analyticsdata_v1beta
|
|
2
2
|
|
|
3
|
+
### v0.27.0 (2023-07-16)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20230711
|
|
6
|
+
|
|
7
|
+
### v0.26.0 (2023-07-02)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20230625
|
|
10
|
+
|
|
3
11
|
### v0.25.0 (2023-04-16)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20230402
|
|
@@ -47,6 +47,19 @@ module Google
|
|
|
47
47
|
end
|
|
48
48
|
end
|
|
49
49
|
|
|
50
|
+
# This metadata is currently blank.
|
|
51
|
+
class AudienceListMetadata
|
|
52
|
+
include Google::Apis::Core::Hashable
|
|
53
|
+
|
|
54
|
+
def initialize(**args)
|
|
55
|
+
update!(**args)
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
# Update properties of this object
|
|
59
|
+
def update!(**args)
|
|
60
|
+
end
|
|
61
|
+
end
|
|
62
|
+
|
|
50
63
|
# The batch request containing multiple pivot report requests.
|
|
51
64
|
class BatchRunPivotReportsRequest
|
|
52
65
|
include Google::Apis::Core::Hashable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AnalyticsdataV1beta
|
|
18
18
|
# Version of the google-apis-analyticsdata_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.27.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 = "20230711"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -28,6 +28,12 @@ module Google
|
|
|
28
28
|
include Google::Apis::Core::JsonObjectSupport
|
|
29
29
|
end
|
|
30
30
|
|
|
31
|
+
class AudienceListMetadata
|
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
|
+
|
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
35
|
+
end
|
|
36
|
+
|
|
31
37
|
class BatchRunPivotReportsRequest
|
|
32
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
39
|
|
|
@@ -354,6 +360,12 @@ module Google
|
|
|
354
360
|
end
|
|
355
361
|
end
|
|
356
362
|
|
|
363
|
+
class AudienceListMetadata
|
|
364
|
+
# @private
|
|
365
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
366
|
+
end
|
|
367
|
+
end
|
|
368
|
+
|
|
357
369
|
class BatchRunPivotReportsRequest
|
|
358
370
|
# @private
|
|
359
371
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -22,7 +22,12 @@ module Google
|
|
|
22
22
|
module AnalyticsdataV1beta
|
|
23
23
|
# Google Analytics Data API
|
|
24
24
|
#
|
|
25
|
-
# Accesses report data in Google Analytics.
|
|
25
|
+
# Accesses report data 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/analyticsdata_v1beta'
|
|
@@ -21,7 +21,12 @@ module Google
|
|
|
21
21
|
module Apis
|
|
22
22
|
# Google Analytics Data API
|
|
23
23
|
#
|
|
24
|
-
# Accesses report data in Google Analytics.
|
|
24
|
+
# Accesses report data 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 https://developers.google.com/analytics/devguides/reporting/data/v1/
|
|
27
32
|
module AnalyticsdataV1beta
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-analyticsdata_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.27.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-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-analyticsdata_v1beta/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsdata_v1beta/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsdata_v1beta/v0.27.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsdata_v1beta
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|