google-apis-tagmanager_v2 0.28.0 → 0.30.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: b86db7482e7ac24672bceb2ee0a49a2b091d697c01851b74e121d163e88bb8ca
4
- data.tar.gz: 835cdb664e21fe7d283f60e7807b728bb43e450e81bc4295aa0c810cd31406cc
3
+ metadata.gz: f99b45d0af78a1097dcbe2bb3e1f04bfe4a21744d6a2011d429bb74c36763d64
4
+ data.tar.gz: 464178f9789670ec8199143000c8262b49938ab9d531c69dd05e4788a7f4d674
5
5
  SHA512:
6
- metadata.gz: 8b09d1b6bdd350d7b29310bfe3164447881c81c1179b1e84747c351d72a57fa5a32992320ee6861f42fd76ce58c4a4d38190ed09768465be0521d5ffa62d61c0
7
- data.tar.gz: 333817c83bf098015edd5c4235ab3e00c628f84bac91f253df4f1827d6c708bf8c6df8160482559480319f0e4d114da3c438c5b807409e25111c7c8823f5e575
6
+ metadata.gz: 8f9e011df89007e74ae31376d8ae48106598fbbb60778487ad0b42bf43e56c1c7405640627fc619d00dcdbbf4ede19dbf482dd3b58b1ed4459c7a30565809817
7
+ data.tar.gz: 3db9f6dca68aeb88e912b3874f3e7fde958daf45d17e0663162497b99ec95d828ee691e8dcf218de50088f6e98225f439dff68daf114c25f6b0ad075554c4105
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-tagmanager_v2
2
2
 
3
+ ### v0.30.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240701
6
+
7
+ ### v0.29.0 (2024-05-19)
8
+
9
+ * Regenerated using generator version 0.15.0
10
+
3
11
  ### v0.28.0 (2024-02-24)
4
12
 
5
13
  * Regenerated using generator version 0.14.0
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TagmanagerV2
18
18
  # Version of the google-apis-tagmanager_v2 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230926"
25
+ REVISION = "20240701"
26
26
  end
27
27
  end
28
28
  end
@@ -319,10 +319,14 @@ module Google
319
319
  execute_or_queue_command(command, &block)
320
320
  end
321
321
 
322
- # Looks up a Container by destination ID.
322
+ # Looks up a Container by destination ID or tag ID.
323
323
  # @param [String] destination_id
324
324
  # Destination ID linked to a GTM Container, e.g. AW-123456789. Example: accounts/
325
- # containers:lookup?destination_id=`destination_id`.
325
+ # containers:lookup?destination_id=`destination_id`. Only one of destination_id
326
+ # or tag_id should be set.
327
+ # @param [String] tag_id
328
+ # Tag ID for a GTM Container, e.g. GTM-123456789. Example: accounts/containers:
329
+ # lookup?tag_id=`tag_id`. Only one of destination_id or tag_id should be set.
326
330
  # @param [String] fields
327
331
  # Selector specifying which fields to include in a partial response.
328
332
  # @param [String] quota_user
@@ -340,11 +344,12 @@ module Google
340
344
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
341
345
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
342
346
  # @raise [Google::Apis::AuthorizationError] Authorization is required
343
- def lookup_account_container(destination_id: nil, fields: nil, quota_user: nil, options: nil, &block)
347
+ def lookup_account_container(destination_id: nil, tag_id: nil, fields: nil, quota_user: nil, options: nil, &block)
344
348
  command = make_simple_command(:get, 'tagmanager/v2/accounts/containers:lookup', options)
345
349
  command.response_representation = Google::Apis::TagmanagerV2::Container::Representation
346
350
  command.response_class = Google::Apis::TagmanagerV2::Container
347
351
  command.query['destinationId'] = destination_id unless destination_id.nil?
352
+ command.query['tagId'] = tag_id unless tag_id.nil?
348
353
  command.query['fields'] = fields unless fields.nil?
349
354
  command.query['quotaUser'] = quota_user unless quota_user.nil?
350
355
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-tagmanager_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.30.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: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-07-25 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.14.0
19
+ version: 0.15.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.14.0
29
+ version: 0.15.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-tagmanager_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-tagmanager_v2/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-tagmanager_v2/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tagmanager_v2
63
63
  post_install_message:
64
64
  rdoc_options: []