google-apis-analyticsdata_v1beta 0.26.0 → 0.28.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: 5dc624e6e1ac7940834b0287826d77594b34c10db6e234b7c78a40242eb31da5
4
- data.tar.gz: 3d0053e57412da034e20df46f1e05551738daa824b5c13def5bf387065cec9b1
3
+ metadata.gz: b930b9198277576bf8326263af099440eb0678b17af080a72188e471a5a82d3b
4
+ data.tar.gz: 93db4e8c687ff5229fd0d9c69516e5c00ca48a774ef4eb48f9821e9568473316
5
5
  SHA512:
6
- metadata.gz: a63939668bd48df0de8388d51d719e0ee87cbc27c98b53df0aae35c4547eb5ab92069fc17adf9854c91d35ce1893288f9adbcd80646dd7ac6a12392af2367944
7
- data.tar.gz: 9fffc0ebb98b7bdc18a04b772408f6962f2c0fdadd0dd07dd0c4dd935abe9f03be7deb7101513172bcfdcfa98b6c4d8a25f772622b72b6bcf706b41059cd4c1b
6
+ metadata.gz: e44939a6862b72e00f52d66aa9f87815d372489b55fc4bf14dda64820a45b4258095fc6ccfb18918fb4e342b47e3001790bb5683bff593068e89fe7108c49323
7
+ data.tar.gz: 9d2208a715a651aebb1de48db0841660fce00ee2d4e8a022648da24b71910d92947774388db40f9a07423b955f8267c078b88057f4d0668d368a5faba056948f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-analyticsdata_v1beta
2
2
 
3
+ ### v0.28.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230808
6
+
7
+ ### v0.27.0 (2023-07-16)
8
+
9
+ * Regenerated from discovery document revision 20230711
10
+
3
11
  ### v0.26.0 (2023-07-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20230625
@@ -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
@@ -269,8 +282,8 @@ module Google
269
282
  class Cohort
270
283
  include Google::Apis::Core::Hashable
271
284
 
272
- # A contiguous set of days: startDate, startDate + 1, ..., endDate. Requests are
273
- # allowed up to 4 date ranges.
285
+ # A contiguous set of days: `startDate`, `startDate + 1`, ..., `endDate`.
286
+ # Requests are allowed up to 4 date ranges.
274
287
  # Corresponds to the JSON property `dateRange`
275
288
  # @return [Google::Apis::AnalyticsdataV1beta::DateRange]
276
289
  attr_accessor :date_range
@@ -445,8 +458,8 @@ module Google
445
458
  end
446
459
  end
447
460
 
448
- # A contiguous set of days: startDate, startDate + 1, ..., endDate. Requests are
449
- # allowed up to 4 date ranges.
461
+ # A contiguous set of days: `startDate`, `startDate + 1`, ..., `endDate`.
462
+ # Requests are allowed up to 4 date ranges.
450
463
  class DateRange
451
464
  include Google::Apis::Core::Hashable
452
465
 
@@ -1081,8 +1094,8 @@ module Google
1081
1094
  end
1082
1095
  end
1083
1096
 
1084
- # A contiguous set of minutes: startMinutesAgo, startMinutesAgo + 1, ...,
1085
- # endMinutesAgo. Requests are allowed up to 2 minute ranges.
1097
+ # A contiguous set of minutes: `startMinutesAgo`, `startMinutesAgo + 1`, ..., `
1098
+ # endMinutesAgo`. Requests are allowed up to 2 minute ranges.
1086
1099
  class MinuteRange
1087
1100
  include Google::Apis::Core::Hashable
1088
1101
 
@@ -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.26.0"
19
+ GEM_VERSION = "0.28.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 = "20230625"
25
+ REVISION = "20230808"
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
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.26.0
4
+ version: 0.28.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-07-02 00:00:00.000000000 Z
11
+ date: 2023-08-20 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.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsdata_v1beta/v0.28.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: []