google-apis-tagmanager_v2 0.39.0 → 0.40.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: 319f995fe82fbc0e5d23addd578341174df7e083f639c5bf03e9e6f1387b532a
|
|
4
|
+
data.tar.gz: 1d9ed91951e2fbe70cc85972757a1ea2645df64d4c7d25dd45e68521705c3c07
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a95cde8be7cf3b132f327c7e1e85fdbc80475a8c740115ebbb5ba53d3c5da36979006d1ce22679339ff04a0b3ceb2687eadcc01a010c3465d86adadff055a1a
|
|
7
|
+
data.tar.gz: 4bc850f032d7a4dd4f50c866754f7759a72979ddefa301efb70eb5b5d540f8ee606381d34146ed62dd5ad18b062d5e4bf4b95c909be99ccc00f34bae485f8f98
|
data/CHANGELOG.md
CHANGED
|
@@ -293,31 +293,6 @@ module Google
|
|
|
293
293
|
end
|
|
294
294
|
end
|
|
295
295
|
|
|
296
|
-
#
|
|
297
|
-
class CompilerErrorLite
|
|
298
|
-
include Google::Apis::Core::Hashable
|
|
299
|
-
|
|
300
|
-
#
|
|
301
|
-
# Corresponds to the JSON property `errorMessage`
|
|
302
|
-
# @return [String]
|
|
303
|
-
attr_accessor :error_message
|
|
304
|
-
|
|
305
|
-
#
|
|
306
|
-
# Corresponds to the JSON property `errorType`
|
|
307
|
-
# @return [String]
|
|
308
|
-
attr_accessor :error_type
|
|
309
|
-
|
|
310
|
-
def initialize(**args)
|
|
311
|
-
update!(**args)
|
|
312
|
-
end
|
|
313
|
-
|
|
314
|
-
# Update properties of this object
|
|
315
|
-
def update!(**args)
|
|
316
|
-
@error_message = args[:error_message] if args.key?(:error_message)
|
|
317
|
-
@error_type = args[:error_type] if args.key?(:error_type)
|
|
318
|
-
end
|
|
319
|
-
end
|
|
320
|
-
|
|
321
296
|
# Represents a predicate.
|
|
322
297
|
class Condition
|
|
323
298
|
include Google::Apis::Core::Hashable
|
|
@@ -869,11 +844,6 @@ module Google
|
|
|
869
844
|
attr_accessor :compiler_error
|
|
870
845
|
alias_method :compiler_error?, :compiler_error
|
|
871
846
|
|
|
872
|
-
# Compiler error details.
|
|
873
|
-
# Corresponds to the JSON property `compilerErrors`
|
|
874
|
-
# @return [Array<Google::Apis::TagmanagerV2::CompilerErrorLite>]
|
|
875
|
-
attr_accessor :compiler_errors
|
|
876
|
-
|
|
877
847
|
# Represents a Google Tag Manager Container Version.
|
|
878
848
|
# Corresponds to the JSON property `containerVersion`
|
|
879
849
|
# @return [Google::Apis::TagmanagerV2::ContainerVersion]
|
|
@@ -897,7 +867,6 @@ module Google
|
|
|
897
867
|
# Update properties of this object
|
|
898
868
|
def update!(**args)
|
|
899
869
|
@compiler_error = args[:compiler_error] if args.key?(:compiler_error)
|
|
900
|
-
@compiler_errors = args[:compiler_errors] if args.key?(:compiler_errors)
|
|
901
870
|
@container_version = args[:container_version] if args.key?(:container_version)
|
|
902
871
|
@new_workspace_path = args[:new_workspace_path] if args.key?(:new_workspace_path)
|
|
903
872
|
@sync_status = args[:sync_status] if args.key?(:sync_status)
|
|
@@ -2064,11 +2033,6 @@ module Google
|
|
|
2064
2033
|
attr_accessor :compiler_error
|
|
2065
2034
|
alias_method :compiler_error?, :compiler_error
|
|
2066
2035
|
|
|
2067
|
-
# Compiler error details.
|
|
2068
|
-
# Corresponds to the JSON property `compilerErrors`
|
|
2069
|
-
# @return [Array<Google::Apis::TagmanagerV2::CompilerErrorLite>]
|
|
2070
|
-
attr_accessor :compiler_errors
|
|
2071
|
-
|
|
2072
2036
|
# Represents a Google Tag Manager Container Version.
|
|
2073
2037
|
# Corresponds to the JSON property `containerVersion`
|
|
2074
2038
|
# @return [Google::Apis::TagmanagerV2::ContainerVersion]
|
|
@@ -2081,7 +2045,6 @@ module Google
|
|
|
2081
2045
|
# Update properties of this object
|
|
2082
2046
|
def update!(**args)
|
|
2083
2047
|
@compiler_error = args[:compiler_error] if args.key?(:compiler_error)
|
|
2084
|
-
@compiler_errors = args[:compiler_errors] if args.key?(:compiler_errors)
|
|
2085
2048
|
@container_version = args[:container_version] if args.key?(:container_version)
|
|
2086
2049
|
end
|
|
2087
2050
|
end
|
|
@@ -2096,11 +2059,6 @@ module Google
|
|
|
2096
2059
|
attr_accessor :compiler_error
|
|
2097
2060
|
alias_method :compiler_error?, :compiler_error
|
|
2098
2061
|
|
|
2099
|
-
# Compiler error details.
|
|
2100
|
-
# Corresponds to the JSON property `compilerErrors`
|
|
2101
|
-
# @return [Array<Google::Apis::TagmanagerV2::CompilerErrorLite>]
|
|
2102
|
-
attr_accessor :compiler_errors
|
|
2103
|
-
|
|
2104
2062
|
# Represents a Google Tag Manager Container Version.
|
|
2105
2063
|
# Corresponds to the JSON property `containerVersion`
|
|
2106
2064
|
# @return [Google::Apis::TagmanagerV2::ContainerVersion]
|
|
@@ -2118,7 +2076,6 @@ module Google
|
|
|
2118
2076
|
# Update properties of this object
|
|
2119
2077
|
def update!(**args)
|
|
2120
2078
|
@compiler_error = args[:compiler_error] if args.key?(:compiler_error)
|
|
2121
|
-
@compiler_errors = args[:compiler_errors] if args.key?(:compiler_errors)
|
|
2122
2079
|
@container_version = args[:container_version] if args.key?(:container_version)
|
|
2123
2080
|
@sync_status = args[:sync_status] if args.key?(:sync_status)
|
|
2124
2081
|
end
|
|
@@ -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.40.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260706"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -58,12 +58,6 @@ module Google
|
|
|
58
58
|
include Google::Apis::Core::JsonObjectSupport
|
|
59
59
|
end
|
|
60
60
|
|
|
61
|
-
class CompilerErrorLite
|
|
62
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
63
|
-
|
|
64
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
65
|
-
end
|
|
66
|
-
|
|
67
61
|
class Condition
|
|
68
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
69
63
|
|
|
@@ -529,14 +523,6 @@ module Google
|
|
|
529
523
|
end
|
|
530
524
|
end
|
|
531
525
|
|
|
532
|
-
class CompilerErrorLite
|
|
533
|
-
# @private
|
|
534
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
535
|
-
property :error_message, as: 'errorMessage'
|
|
536
|
-
property :error_type, as: 'errorType'
|
|
537
|
-
end
|
|
538
|
-
end
|
|
539
|
-
|
|
540
526
|
class Condition
|
|
541
527
|
# @private
|
|
542
528
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -671,8 +657,6 @@ module Google
|
|
|
671
657
|
# @private
|
|
672
658
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
673
659
|
property :compiler_error, as: 'compilerError'
|
|
674
|
-
collection :compiler_errors, as: 'compilerErrors', class: Google::Apis::TagmanagerV2::CompilerErrorLite, decorator: Google::Apis::TagmanagerV2::CompilerErrorLite::Representation
|
|
675
|
-
|
|
676
660
|
property :container_version, as: 'containerVersion', class: Google::Apis::TagmanagerV2::ContainerVersion, decorator: Google::Apis::TagmanagerV2::ContainerVersion::Representation
|
|
677
661
|
|
|
678
662
|
property :new_workspace_path, as: 'newWorkspacePath'
|
|
@@ -1025,8 +1009,6 @@ module Google
|
|
|
1025
1009
|
# @private
|
|
1026
1010
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1027
1011
|
property :compiler_error, as: 'compilerError'
|
|
1028
|
-
collection :compiler_errors, as: 'compilerErrors', class: Google::Apis::TagmanagerV2::CompilerErrorLite, decorator: Google::Apis::TagmanagerV2::CompilerErrorLite::Representation
|
|
1029
|
-
|
|
1030
1012
|
property :container_version, as: 'containerVersion', class: Google::Apis::TagmanagerV2::ContainerVersion, decorator: Google::Apis::TagmanagerV2::ContainerVersion::Representation
|
|
1031
1013
|
|
|
1032
1014
|
end
|
|
@@ -1036,8 +1018,6 @@ module Google
|
|
|
1036
1018
|
# @private
|
|
1037
1019
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1038
1020
|
property :compiler_error, as: 'compilerError'
|
|
1039
|
-
collection :compiler_errors, as: 'compilerErrors', class: Google::Apis::TagmanagerV2::CompilerErrorLite, decorator: Google::Apis::TagmanagerV2::CompilerErrorLite::Representation
|
|
1040
|
-
|
|
1041
1021
|
property :container_version, as: 'containerVersion', class: Google::Apis::TagmanagerV2::ContainerVersion, decorator: Google::Apis::TagmanagerV2::ContainerVersion::Representation
|
|
1042
1022
|
|
|
1043
1023
|
property :sync_status, as: 'syncStatus', class: Google::Apis::TagmanagerV2::SyncStatus, decorator: Google::Apis::TagmanagerV2::SyncStatus::Representation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.40.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-tagmanager_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-tagmanager_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-tagmanager_v2/v0.40.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tagmanager_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|