google-apis-dfareporting_v4 0.6.0 → 0.8.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: e9dcbb1b9e9a2b1892c43c102559470db68573daf242dc6e318bdb5e4a063b7d
4
- data.tar.gz: 6b4f601a8e0a4d2c89c07856a4e09feb3c292e8501a9cbfa34f38582393ae5eb
3
+ metadata.gz: 3d25f97223667c912a5660bfdeb366464146384273fc3e5ee6c00cc84dcc4da3
4
+ data.tar.gz: c7f13fbda12b3eb536d3b2dc9ffabfa7e47f1a8a486dbfef3f11197b48c1ffe6
5
5
  SHA512:
6
- metadata.gz: 93fcf3e486ddc4072ede0b6add46595ef1b0287887ec9d6e312d24ecbfe68911f868191672aad6d179e56768b6cc152008e1a7e71e230c4d8fbeab81f64b8004
7
- data.tar.gz: 701b43abdadaef57dad12094d6aed9828a8ccd3381659bee5dff525683f38b7fc536f5d2f7cd4fb4b586d881a9ee7fe5f0e345eef5496806a0cc18d49fb486a8
6
+ metadata.gz: 6e501671558162026b0b485114cd1d73e57c5735651a9d0a7aae67e0819666b6f02875f9e9115af762cd5cec3f264f0a9e37c2227461f9a991e61a78d7b470ce
7
+ data.tar.gz: '08b2375a39480429d450a0ddaf1ae44f49d66c4e27c7542aa303a4eedca06e39a438291771d434b1b50144d9bab9b9ec069aee43cc10013162fd58e740a7adc8'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dfareporting_v4
2
2
 
3
+ ### v0.8.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230321
6
+
7
+ ### v0.7.0 (2023-02-15)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.6.0 (2022-10-19)
4
12
 
5
13
  * Regenerated using generator version 0.11.0
@@ -11358,6 +11358,11 @@ module Google
11358
11358
  # @return [Date]
11359
11359
  attr_accessor :start_date
11360
11360
 
11361
+ # The timezone when the report will run.
11362
+ # Corresponds to the JSON property `timezone`
11363
+ # @return [String]
11364
+ attr_accessor :timezone
11365
+
11361
11366
  def initialize(**args)
11362
11367
  update!(**args)
11363
11368
  end
@@ -11371,6 +11376,7 @@ module Google
11371
11376
  @repeats_on_week_days = args[:repeats_on_week_days] if args.key?(:repeats_on_week_days)
11372
11377
  @runs_on_day_of_month = args[:runs_on_day_of_month] if args.key?(:runs_on_day_of_month)
11373
11378
  @start_date = args[:start_date] if args.key?(:start_date)
11379
+ @timezone = args[:timezone] if args.key?(:timezone)
11374
11380
  end
11375
11381
  end
11376
11382
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DfareportingV4
18
18
  # Version of the google-apis-dfareporting_v4 gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220920"
25
+ REVISION = "20230321"
26
26
  end
27
27
  end
28
28
  end
@@ -4355,6 +4355,7 @@ module Google
4355
4355
  property :runs_on_day_of_month, as: 'runsOnDayOfMonth'
4356
4356
  property :start_date, as: 'startDate', type: Date
4357
4357
 
4358
+ property :timezone, as: 'timezone'
4358
4359
  end
4359
4360
  end
4360
4361
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dfareporting_v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.8.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: 2022-10-21 00:00:00.000000000 Z
11
+ date: 2023-03-26 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.9.1
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.9.1
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-dfareporting_v4/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v4/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v4/v0.8.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dfareporting_v4
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.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Campaign Manager 360 API V4