google-apis-displayvideo_v2 0.7.0 → 0.8.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: f16197a6bb368346f3e0c958e6fcf67127d65aaaf2206b475a6d9abaaaa98b07
4
- data.tar.gz: dfe32a3d2ef48cc963b069f223b9e7470bb031baf31c29a113258cc65f4c1b3f
3
+ metadata.gz: 1d04cf45cafa7e2cf5ad0eb67a68314d5d0a0bf914c46f0256249865f96256c4
4
+ data.tar.gz: 7119aba0202d46c332bad21cb9220b84d66454a716ed265445c67db917dba502
5
5
  SHA512:
6
- metadata.gz: 32c4951eb8dadc7eab1c4e32ec7d78294e5432e3df3bdc836ae28afb39277ea79fd67a069827542250e3b8710ece8a93c5a9c1c9708d7cbcc2a995f59d7a13a6
7
- data.tar.gz: 62626d0e0b3ee9e7019ffcb048ff2f0ecea5cf3ad72c304e9a0939ac0046083cf493ef991f75c293e8ad5819554a155936a2961324f615b910472d8d4953ce77
6
+ metadata.gz: 5e3ba0067326d7d9fd80320aa08261628bec3c9148fc14c55a250557a2c7955cf38c450fdeaab5012e4f2d5cb3b1e700468103b9aea58c0c3a0d75bcf7e05bc7
7
+ data.tar.gz: 51db7e22d14c6cd0d997ab01e0b710f396ddb613683b89ca1b00d1ec3d495116713604c43cbc3b4ab7b37e0df86ce2db91831f8d9208a8b7d305b76dd91fde00
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v2
2
2
 
3
+ ### v0.8.0 (2022-12-14)
4
+
5
+ * Regenerated from discovery document revision 20221208
6
+
3
7
  ### v0.7.0 (2022-12-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20221205
@@ -245,7 +245,9 @@ module Google
245
245
  class AdvertiserBillingConfig
246
246
  include Google::Apis::Core::Hashable
247
247
 
248
- # The ID of a billing profile assigned to the advertiser.
248
+ # The ID of a billing profile assigned to the advertiser. This field will
249
+ # default to the default billing profile ID of the advertiser's parent partner
250
+ # if a value is not provided.
249
251
  # Corresponds to the JSON property `billingProfileId`
250
252
  # @return [Fixnum]
251
253
  attr_accessor :billing_profile_id
@@ -729,13 +731,10 @@ module Google
729
731
  # @return [String]
730
732
  attr_accessor :assigned_targeting_option_id
731
733
 
732
- # Output only. An alias for the assigned targeting option id field. This field
733
- # is only supported for targeting types with enum targeting enabled. This value
734
- # can be used in place of the assignedTargetingOptionId required for GET and
735
- # DELETE targeting methods. An alias for the assignedTargetingOptionId. This
736
- # value can be used in place of `assignedTargetingOptionId` when retrieving or
737
- # deleting existing targeting. This field will only be supported for all
738
- # assigned targeting options of the following targeting types: * `
734
+ # Output only. An alias for the assigned_targeting_option_id. This value can be
735
+ # used in place of `assignedTargetingOptionId` when retrieving or deleting
736
+ # existing targeting. This field will only be supported for all assigned
737
+ # targeting options of the following targeting types: * `
739
738
  # TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_DEVICE_TYPE` * `
740
739
  # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_ENVIRONMENT`
741
740
  # * `TARGETING_TYPE_EXCHANGE` * `TARGETING_TYPE_GENDER` * `
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV2
18
18
  # Version of the google-apis-displayvideo_v2 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.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221205"
25
+ REVISION = "20221208"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v2
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: 2022-12-12 00:00:00.000000000 Z
11
+ date: 2023-01-04 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-displayvideo_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.8.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v2
63
63
  post_install_message:
64
64
  rdoc_options: []