google-apis-tagmanager_v2 0.29.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: e7c2f636f19a3196391d2d9d7b44c9d3d1468480bd950bae2e58c3bca828dbd5
4
- data.tar.gz: db96f55788832749322f516fa439c198ecea9e3ed2a517204765cb9e27e4249b
3
+ metadata.gz: f99b45d0af78a1097dcbe2bb3e1f04bfe4a21744d6a2011d429bb74c36763d64
4
+ data.tar.gz: 464178f9789670ec8199143000c8262b49938ab9d531c69dd05e4788a7f4d674
5
5
  SHA512:
6
- metadata.gz: e66fd2b3511d78b27caeb13392bb0e663a28cb7f8132b382f67e3c1375f9c0e4e4c070870fcd313dd68f9d30dab9be41efe31679785687f5b8724b76a4fda775
7
- data.tar.gz: ae2396406fef25de50fe2bd2aa4f1fc6deb4b5348692bec8dd48212337b6b61f6a986a3f42157c0cf87e8f862313bc6048635bd1b5a2257b6c1d99f549d0b6dd
6
+ metadata.gz: 8f9e011df89007e74ae31376d8ae48106598fbbb60778487ad0b42bf43e56c1c7405640627fc619d00dcdbbf4ede19dbf482dd3b58b1ed4459c7a30565809817
7
+ data.tar.gz: 3db9f6dca68aeb88e912b3874f3e7fde958daf45d17e0663162497b99ec95d828ee691e8dcf218de50088f6e98225f439dff68daf114c25f6b0ad075554c4105
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.29.0 (2024-05-19)
4
8
 
5
9
  * Regenerated using generator version 0.15.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.29.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
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.29.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-05-26 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
@@ -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.29.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: []