google-apis-displayvideo_v1 0.3.0 → 0.4.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: 85c4618545aa47d64dd0e067979a55c59ebca6c886d9d509180e43d7b9a8fbcf
4
- data.tar.gz: 78670f4ec4c722ee7d5420623463e581de1d9e4c5c3f6aecebe604040ea5c59a
3
+ metadata.gz: 8de1d9be1605a455bf547590d02fa833444ebd7fa461bb19203758517ce5f158
4
+ data.tar.gz: f54023c145c1389f9152505f6422e39e7ae67c65b48fb15aea35e76e23e5cec2
5
5
  SHA512:
6
- metadata.gz: de7a4cd8aa12c903890293d907061c40e05e6ab93fcd7ebc91194a1ab0cde259fefad54c5e284cb72c5179fda00835932f59e06f3fe532bc2b8a0d3c88614486
7
- data.tar.gz: 9675a91bbf4ec3d9863b5ef18c2c4af3d634b95e595f30372d0a1adf140bc9c05fec9011f66a648836e4f0a8774794c1be40817fff9cbea404e550199346a547
6
+ metadata.gz: b8e14fc5a085a95751ab51a7f65a976bc871a5d992d16dfef14b68f50ddb19320f4eca3e50c542f8532efa2e62b98af54ddb022d1446595d8e7cfdeada6543c7
7
+ data.tar.gz: de38e35e5a6ec34b489471ef8bfafbf8ab1a4169a7c24b1ff3bcb6a960b86118821f64ae74eb6d10f4614bc7c8da518f459151c0406d2af10e9d44d5acce51bd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.4.0 (2021-02-26)
4
+
5
+ * Regenerated from discovery document revision 20210225
6
+
3
7
  ### v0.3.0 (2021-02-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20210218
@@ -685,7 +685,7 @@ module Google
685
685
  attr_accessor :app_details
686
686
 
687
687
  # Output only. The unique ID of the assigned targeting option. The ID is only
688
- # unique within a given line item and targeting type. It may be reused in other
688
+ # unique within a given resource and targeting type. It may be reused in other
689
689
  # contexts.
690
690
  # Corresponds to the JSON property `assignedTargetingOptionId`
691
691
  # @return [String]
@@ -1301,8 +1301,7 @@ module Google
1301
1301
  attr_accessor :display_name
1302
1302
 
1303
1303
  # Indicates if this option is being negatively targeted. All assigned browser
1304
- # targeting options on the same line item must have the same value for this
1305
- # field.
1304
+ # targeting options on the same resource must have the same value for this field.
1306
1305
  # Corresponds to the JSON property `negative`
1307
1306
  # @return [Boolean]
1308
1307
  attr_accessor :negative
@@ -1978,7 +1977,7 @@ module Google
1978
1977
  attr_accessor :display_name
1979
1978
 
1980
1979
  # Indicates if this option is being negatively targeted. All assigned carrier
1981
- # and ISP targeting options on the same line item must have the same value for
1980
+ # and ISP targeting options on the same resource must have the same value for
1982
1981
  # this field.
1983
1982
  # Corresponds to the JSON property `negative`
1984
1983
  # @return [Boolean]
@@ -5295,8 +5294,7 @@ module Google
5295
5294
  attr_accessor :display_name
5296
5295
 
5297
5296
  # Indicates if this option is being negatively targeted. All assigned language
5298
- # targeting options on the same line item must have the same value for this
5299
- # field.
5297
+ # targeting options on the same resource must have the same value for this field.
5300
5298
  # Corresponds to the JSON property `negative`
5301
5299
  # @return [Boolean]
5302
5300
  attr_accessor :negative
@@ -7423,9 +7421,9 @@ module Google
7423
7421
 
7424
7422
  # Required. Radius range for proximity location list. This represents the size
7425
7423
  # of the area around a chosen location that will be targeted. `All` proximity
7426
- # location targeting under a single line item must have the same radius range
7424
+ # location targeting under a single resource must have the same radius range
7427
7425
  # value. Set this value to match any existing targeting. If updated, this field
7428
- # will change the radius range for all proximity targeting under the line item.
7426
+ # will change the radius range for all proximity targeting under the resource.
7429
7427
  # Corresponds to the JSON property `proximityRadiusRange`
7430
7428
  # @return [String]
7431
7429
  attr_accessor :proximity_radius_range
@@ -7788,7 +7786,7 @@ module Google
7788
7786
  # @return [String]
7789
7787
  attr_accessor :name
7790
7788
 
7791
- # Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum
7789
+ # Required. The app ID or URL of the site. Must be UTF-8 encoded with a maximum
7792
7790
  # length of 240 bytes.
7793
7791
  # Corresponds to the JSON property `urlOrAppId`
7794
7792
  # @return [String]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV1
18
18
  # Version of the google-apis-displayvideo_v1 gem
19
- GEM_VERSION = "0.3.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210218"
25
+ REVISION = "20210225"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.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: 2021-02-22 00:00:00.000000000 Z
11
+ date: 2021-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-displayvideo_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.4.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-displayvideo_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.6
72
+ rubygems_version: 3.2.11
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Display & Video 360 API V1