google-apis-tagmanager_v2 0.1.0 → 0.2.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 71baff6d50f698fc064dec7808bc85f2c4374f2463fb412f4610998cae3cd725
|
4
|
+
data.tar.gz: f8b4bb04df21206954a9fb229e9ee07b715a14847a5cc30ae5155b99e87c8574
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36c08cc359a34babcba3675be782164aec11d1b924a3bf60494281fcf8723644e4b601b8475da249ae6260cabe55f1f4a635f58529e1c30fec68daa4d99e3458
|
7
|
+
data.tar.gz: b91f38d9752497bb667bbcc1545eeada4bd8dd222be19b90538762e91f6e2ca557004b9510403967731ca4635b34f79b07f640b7492039659db22c4ee99a17cd
|
data/CHANGELOG.md
CHANGED
@@ -186,6 +186,13 @@ module Google
|
|
186
186
|
# @return [String]
|
187
187
|
attr_accessor :name
|
188
188
|
|
189
|
+
# User notes on how to apply this tag in the container. @mutable tagmanager.
|
190
|
+
# accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.
|
191
|
+
# containers.workspaces.tags.update
|
192
|
+
# Corresponds to the JSON property `notes`
|
193
|
+
# @return [String]
|
194
|
+
attr_accessor :notes
|
195
|
+
|
189
196
|
# The client's parameters. @mutable tagmanager.accounts.containers.workspaces.
|
190
197
|
# clients.create @mutable tagmanager.accounts.containers.workspaces.clients.
|
191
198
|
# update
|
@@ -237,6 +244,7 @@ module Google
|
|
237
244
|
@container_id = args[:container_id] if args.key?(:container_id)
|
238
245
|
@fingerprint = args[:fingerprint] if args.key?(:fingerprint)
|
239
246
|
@name = args[:name] if args.key?(:name)
|
247
|
+
@notes = args[:notes] if args.key?(:notes)
|
240
248
|
@parameter = args[:parameter] if args.key?(:parameter)
|
241
249
|
@parent_folder_id = args[:parent_folder_id] if args.key?(:parent_folder_id)
|
242
250
|
@path = args[:path] if args.key?(:path)
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.2.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.1.
|
22
|
+
GENERATOR_VERSION = "0.1.2"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210217"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -403,6 +403,7 @@ module Google
|
|
403
403
|
property :container_id, as: 'containerId'
|
404
404
|
property :fingerprint, as: 'fingerprint'
|
405
405
|
property :name, as: 'name'
|
406
|
+
property :notes, as: 'notes'
|
406
407
|
collection :parameter, as: 'parameter', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
|
407
408
|
|
408
409
|
property :parent_folder_id, as: 'parentFolderId'
|
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.
|
4
|
+
version: 0.2.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-
|
11
|
+
date: 2021-02-22 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-tagmanager_v2/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-tagmanager_v2/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-tagmanager_v2/v0.2.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-tagmanager_v2
|
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.
|
72
|
+
rubygems_version: 3.2.6
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for Tag Manager API V2
|