google-apis-authorizedbuyersmarketplace_v1 0.36.0 → 0.37.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d4867eecac57d972a1df71fee7fe307c747df0df34d74bd4f2fccc442a65fca1
|
|
4
|
+
data.tar.gz: 043a31cb48dcd1327d05b2dfbee0780c9c1e150e260843b04699ec3f01ad98f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed0dae1f5e8d28650b02a6fd8ad6222518d081779bc21e706f99fdc330ce7eb4be85b9b113440751068ba7ae7503177f65e595f9bbd6e29338660a4704d33a7c
|
|
7
|
+
data.tar.gz: fd1dad861263bb239ccc306e867dc25e5b9af940ca4b26c295583fac1c54a09d8c43971215540766f32f31963b29718d44c174b4670807949359c82d2acff7f3
|
data/CHANGELOG.md
CHANGED
|
@@ -1302,6 +1302,26 @@ module Google
|
|
|
1302
1302
|
# @return [String]
|
|
1303
1303
|
attr_accessor :account_id
|
|
1304
1304
|
|
|
1305
|
+
# Output only. The ancestor names of the media planner. Format: `mediaPlanners/`
|
|
1306
|
+
# mediaPlannerAccountId`` Can be used to filter the response of the
|
|
1307
|
+
# mediaPlanners.list method.
|
|
1308
|
+
# Corresponds to the JSON property `ancestorNames`
|
|
1309
|
+
# @return [Array<String>]
|
|
1310
|
+
attr_accessor :ancestor_names
|
|
1311
|
+
|
|
1312
|
+
# Output only. The display name of the media planner. Can be used to filter the
|
|
1313
|
+
# response of the mediaPlanners.list method.
|
|
1314
|
+
# Corresponds to the JSON property `displayName`
|
|
1315
|
+
# @return [String]
|
|
1316
|
+
attr_accessor :display_name
|
|
1317
|
+
|
|
1318
|
+
# Identifier. The unique resource name of the media planner. Format: `
|
|
1319
|
+
# mediaPlanners/`mediaPlannerAccountId`` Can be used to filter the response of
|
|
1320
|
+
# the mediaPlanners.list method.
|
|
1321
|
+
# Corresponds to the JSON property `name`
|
|
1322
|
+
# @return [String]
|
|
1323
|
+
attr_accessor :name
|
|
1324
|
+
|
|
1305
1325
|
def initialize(**args)
|
|
1306
1326
|
update!(**args)
|
|
1307
1327
|
end
|
|
@@ -1309,6 +1329,9 @@ module Google
|
|
|
1309
1329
|
# Update properties of this object
|
|
1310
1330
|
def update!(**args)
|
|
1311
1331
|
@account_id = args[:account_id] if args.key?(:account_id)
|
|
1332
|
+
@ancestor_names = args[:ancestor_names] if args.key?(:ancestor_names)
|
|
1333
|
+
@display_name = args[:display_name] if args.key?(:display_name)
|
|
1334
|
+
@name = args[:name] if args.key?(:name)
|
|
1312
1335
|
end
|
|
1313
1336
|
end
|
|
1314
1337
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AuthorizedbuyersmarketplaceV1
|
|
18
18
|
# Version of the google-apis-authorizedbuyersmarketplace_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.37.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251211"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -785,6 +785,9 @@ module Google
|
|
|
785
785
|
# @private
|
|
786
786
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
787
787
|
property :account_id, as: 'accountId'
|
|
788
|
+
collection :ancestor_names, as: 'ancestorNames'
|
|
789
|
+
property :display_name, as: 'displayName'
|
|
790
|
+
property :name, as: 'name'
|
|
788
791
|
end
|
|
789
792
|
end
|
|
790
793
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-authorizedbuyersmarketplace_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.37.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-authorizedbuyersmarketplace_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-authorizedbuyersmarketplace_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-authorizedbuyersmarketplace_v1/v0.37.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-authorizedbuyersmarketplace_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|