google-apis-dfareporting_v4 0.7.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: 8c6dd11ffe20ccc1ce6fdb06b577dd56bcbb09fbeae324de5b27fca1e3c865b3
4
- data.tar.gz: 91e9ed2e0326a7f5d38ab3238458ae7cf539480cb3a4501b662bc0306922bb52
3
+ metadata.gz: 3d25f97223667c912a5660bfdeb366464146384273fc3e5ee6c00cc84dcc4da3
4
+ data.tar.gz: c7f13fbda12b3eb536d3b2dc9ffabfa7e47f1a8a486dbfef3f11197b48c1ffe6
5
5
  SHA512:
6
- metadata.gz: b7b93404cf42bc251651184b6c5d5f831beed70a6534408311a4c3a28877790784c7154ba88c59b3511d4120657cef7946c1ac3133e833f40383deae9a5d86c2
7
- data.tar.gz: 20b4504d042936fb8ef9aa07eaf2698eae81ae0adcd5a4ddeccab52b718da03595a02b1eaaba99955631cbbc7a2b1d974124a8b7d0188a9a62e4cbbc3a6be75b
6
+ metadata.gz: 6e501671558162026b0b485114cd1d73e57c5735651a9d0a7aae67e0819666b6f02875f9e9115af762cd5cec3f264f0a9e37c2227461f9a991e61a78d7b470ce
7
+ data.tar.gz: '08b2375a39480429d450a0ddaf1ae44f49d66c4e27c7542aa303a4eedca06e39a438291771d434b1b50144d9bab9b9ec069aee43cc10013162fd58e740a7adc8'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.7.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.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.7.0"
19
+ GEM_VERSION = "0.8.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 = "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.7.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: 2023-02-19 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
@@ -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.7.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: []