google-apis-tagmanager_v2 0.37.0 → 0.38.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: 1dae78e798218a1e1796e56d792f3998f2752f9e45f72cc6766709d5bdd0c3a7
4
- data.tar.gz: c99995513d89105a8e5faca1e5c17156fbddb112d5f3ed9e5b5df4df2707afea
3
+ metadata.gz: 393c4adcde6eacc571d928ff2746c51d5105205d427b8e49371b6f14d04bcdf5
4
+ data.tar.gz: d1711fa4a34989694f8568084fd426a58444d6339546a8fd95ebb1d5bd7f54e9
5
5
  SHA512:
6
- metadata.gz: 66358f55293ab81976e3bc614372b2a044f7ddac4d7764ef0a4f7953423d0c28964072c137d16feee1b67239eb15ba7e08d610b2729733d10841913ed29c026a
7
- data.tar.gz: 7b1185b033542c171774cd014f47e1b66203dedcaabb6313e9e29bfed0eea2aca0ca1f82e2c3b4194bc9a4a1600754766baa32138bcc9f750dc56bcb5df80071
6
+ metadata.gz: b092b1b0ef1a39c6d441a67c019ea39818b73fecc8bd27fe911ec6008525c86175ed0aea1a9e95dda1cc2267996fc6f2c81d2ee36d93878def4cc6ada879d526
7
+ data.tar.gz: 54976d22b9cf17770ca366d6ced4fe5bc2b6d061db0dba94b6c5bcac78a44bdf5cf672dbc52ed84a3e233f5f0dc62617eaa37d2f3868ce196b48db47e170f2c0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-tagmanager_v2
2
2
 
3
+ ### v0.38.0 (2026-05-17)
4
+
5
+ * Regenerated from discovery document revision 20260511
6
+
3
7
  ### v0.37.0 (2026-03-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20260304
@@ -293,6 +293,31 @@ 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
+
296
321
  # Represents a predicate.
297
322
  class Condition
298
323
  include Google::Apis::Core::Hashable
@@ -844,6 +869,11 @@ module Google
844
869
  attr_accessor :compiler_error
845
870
  alias_method :compiler_error?, :compiler_error
846
871
 
872
+ # Compiler error details.
873
+ # Corresponds to the JSON property `compilerErrors`
874
+ # @return [Array<Google::Apis::TagmanagerV2::CompilerErrorLite>]
875
+ attr_accessor :compiler_errors
876
+
847
877
  # Represents a Google Tag Manager Container Version.
848
878
  # Corresponds to the JSON property `containerVersion`
849
879
  # @return [Google::Apis::TagmanagerV2::ContainerVersion]
@@ -867,6 +897,7 @@ module Google
867
897
  # Update properties of this object
868
898
  def update!(**args)
869
899
  @compiler_error = args[:compiler_error] if args.key?(:compiler_error)
900
+ @compiler_errors = args[:compiler_errors] if args.key?(:compiler_errors)
870
901
  @container_version = args[:container_version] if args.key?(:container_version)
871
902
  @new_workspace_path = args[:new_workspace_path] if args.key?(:new_workspace_path)
872
903
  @sync_status = args[:sync_status] if args.key?(:sync_status)
@@ -2033,6 +2064,11 @@ module Google
2033
2064
  attr_accessor :compiler_error
2034
2065
  alias_method :compiler_error?, :compiler_error
2035
2066
 
2067
+ # Compiler error details.
2068
+ # Corresponds to the JSON property `compilerErrors`
2069
+ # @return [Array<Google::Apis::TagmanagerV2::CompilerErrorLite>]
2070
+ attr_accessor :compiler_errors
2071
+
2036
2072
  # Represents a Google Tag Manager Container Version.
2037
2073
  # Corresponds to the JSON property `containerVersion`
2038
2074
  # @return [Google::Apis::TagmanagerV2::ContainerVersion]
@@ -2045,6 +2081,7 @@ module Google
2045
2081
  # Update properties of this object
2046
2082
  def update!(**args)
2047
2083
  @compiler_error = args[:compiler_error] if args.key?(:compiler_error)
2084
+ @compiler_errors = args[:compiler_errors] if args.key?(:compiler_errors)
2048
2085
  @container_version = args[:container_version] if args.key?(:container_version)
2049
2086
  end
2050
2087
  end
@@ -2059,6 +2096,11 @@ module Google
2059
2096
  attr_accessor :compiler_error
2060
2097
  alias_method :compiler_error?, :compiler_error
2061
2098
 
2099
+ # Compiler error details.
2100
+ # Corresponds to the JSON property `compilerErrors`
2101
+ # @return [Array<Google::Apis::TagmanagerV2::CompilerErrorLite>]
2102
+ attr_accessor :compiler_errors
2103
+
2062
2104
  # Represents a Google Tag Manager Container Version.
2063
2105
  # Corresponds to the JSON property `containerVersion`
2064
2106
  # @return [Google::Apis::TagmanagerV2::ContainerVersion]
@@ -2076,6 +2118,7 @@ module Google
2076
2118
  # Update properties of this object
2077
2119
  def update!(**args)
2078
2120
  @compiler_error = args[:compiler_error] if args.key?(:compiler_error)
2121
+ @compiler_errors = args[:compiler_errors] if args.key?(:compiler_errors)
2079
2122
  @container_version = args[:container_version] if args.key?(:container_version)
2080
2123
  @sync_status = args[:sync_status] if args.key?(:sync_status)
2081
2124
  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.37.0"
19
+ GEM_VERSION = "0.38.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 = "20260304"
25
+ REVISION = "20260511"
26
26
  end
27
27
  end
28
28
  end
@@ -58,6 +58,12 @@ 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
+
61
67
  class Condition
62
68
  class Representation < Google::Apis::Core::JsonRepresentation; end
63
69
 
@@ -523,6 +529,14 @@ module Google
523
529
  end
524
530
  end
525
531
 
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
+
526
540
  class Condition
527
541
  # @private
528
542
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -657,6 +671,8 @@ module Google
657
671
  # @private
658
672
  class Representation < Google::Apis::Core::JsonRepresentation
659
673
  property :compiler_error, as: 'compilerError'
674
+ collection :compiler_errors, as: 'compilerErrors', class: Google::Apis::TagmanagerV2::CompilerErrorLite, decorator: Google::Apis::TagmanagerV2::CompilerErrorLite::Representation
675
+
660
676
  property :container_version, as: 'containerVersion', class: Google::Apis::TagmanagerV2::ContainerVersion, decorator: Google::Apis::TagmanagerV2::ContainerVersion::Representation
661
677
 
662
678
  property :new_workspace_path, as: 'newWorkspacePath'
@@ -1009,6 +1025,8 @@ module Google
1009
1025
  # @private
1010
1026
  class Representation < Google::Apis::Core::JsonRepresentation
1011
1027
  property :compiler_error, as: 'compilerError'
1028
+ collection :compiler_errors, as: 'compilerErrors', class: Google::Apis::TagmanagerV2::CompilerErrorLite, decorator: Google::Apis::TagmanagerV2::CompilerErrorLite::Representation
1029
+
1012
1030
  property :container_version, as: 'containerVersion', class: Google::Apis::TagmanagerV2::ContainerVersion, decorator: Google::Apis::TagmanagerV2::ContainerVersion::Representation
1013
1031
 
1014
1032
  end
@@ -1018,6 +1036,8 @@ module Google
1018
1036
  # @private
1019
1037
  class Representation < Google::Apis::Core::JsonRepresentation
1020
1038
  property :compiler_error, as: 'compilerError'
1039
+ collection :compiler_errors, as: 'compilerErrors', class: Google::Apis::TagmanagerV2::CompilerErrorLite, decorator: Google::Apis::TagmanagerV2::CompilerErrorLite::Representation
1040
+
1021
1041
  property :container_version, as: 'containerVersion', class: Google::Apis::TagmanagerV2::ContainerVersion, decorator: Google::Apis::TagmanagerV2::ContainerVersion::Representation
1022
1042
 
1023
1043
  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.37.0
4
+ version: 0.38.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.37.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-tagmanager_v2/v0.38.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: