google-apis-deploymentmanager_v2 0.33.0 → 0.35.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: 3c5f8a3fc976a27a0358ca0b47be3e356b74821d170eb00f990afc4a6a8d89be
4
- data.tar.gz: 129afa40fe07ef21d0bfb80fe393431bfb8751a603207cd293f6e1441ca9d57e
3
+ metadata.gz: 81e05db0489caa4a9b092e56a05d64892f2e66d92733f10c94fd803b61faa80d
4
+ data.tar.gz: 9a25304908e95993ee48243ab23ecc03a5d36f6ffe7594d9782507660527dd40
5
5
  SHA512:
6
- metadata.gz: 7a394c9f29cb5ac100efe828f4f34169f0c7eb392db49192f9781406f841f16969fbbb9d0a11af4cc12347070a6dfb4d1cec077d979a6d6a946fd6e63f4d0e89
7
- data.tar.gz: f5dc0b7d31732ef1ecb640164b44a021f3f565bb060ac87c34b74b1bcae5ce98178f52c7ef2501fd92a93290c5a6f4057f2340b0f5e864f24b5fbf255dd21bf2
6
+ metadata.gz: d2eb9d21f4c3c77a6eabf39bceb65ba57c309985b1218bd926f2f387f39d85cb3ddda774c0974c1c1061db320188ff499df83be484b9abeee0c4760c706a5037
7
+ data.tar.gz: aa4a1bb7683f752b271acc948907b6df447058948da5e56ee3beae5f7a8b577ef8f5504ce91535a29c997802e10fb37d5d5c6e37172150055794bb9975e16bc9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-deploymentmanager_v2
2
2
 
3
+ ### v0.35.0 (2025-03-30)
4
+
5
+ * Regenerated from discovery document revision 20250320
6
+ * Regenerated using generator version 0.16.0
7
+
8
+ ### v0.34.0 (2025-01-07)
9
+
10
+ * Regenerated from discovery document revision 20250102
11
+
3
12
  ### v0.33.0 (2024-12-02)
4
13
 
5
14
  * Regenerated from discovery document revision 20241122
@@ -587,16 +587,16 @@ module Google
587
587
  # @return [String]
588
588
  attr_accessor :domain
589
589
 
590
- # Additional structured details about this error. Keys must match /a-z+/ but
591
- # should ideally be lowerCamelCase. Also they must be limited to 64 characters
592
- # in length. When identifying the current value of an exceeded limit, the units
593
- # should be contained in the key, not the value. For example, rather than `"
594
- # instanceLimit": "100/request"`, should be returned as, `"
595
- # instanceLimitPerRequest": "100"`, if the client exceeds the number of
590
+ # Additional structured details about this error. Keys must match a regular
591
+ # expression of `a-z+` but should ideally be lowerCamelCase. Also, they must be
592
+ # limited to 64 characters in length. When identifying the current value of an
593
+ # exceeded limit, the units should be contained in the key, not the value. For
594
+ # example, rather than ``"instanceLimit": "100/request"``, should be returned as,
595
+ # ``"instanceLimitPerRequest": "100"``, if the client exceeds the number of
596
596
  # instances that can be created in a single (batch) request.
597
- # Corresponds to the JSON property `metadata`
597
+ # Corresponds to the JSON property `metadatas`
598
598
  # @return [Hash<String,String>]
599
- attr_accessor :metadata
599
+ attr_accessor :metadatas
600
600
 
601
601
  # The reason of the error. This is a constant value that identifies the
602
602
  # proximate cause of the error. Error reasons are unique within a particular
@@ -613,7 +613,7 @@ module Google
613
613
  # Update properties of this object
614
614
  def update!(**args)
615
615
  @domain = args[:domain] if args.key?(:domain)
616
- @metadata = args[:metadata] if args.key?(:metadata)
616
+ @metadatas = args[:metadatas] if args.key?(:metadatas)
617
617
  @reason = args[:reason] if args.key?(:reason)
618
618
  end
619
619
  end
@@ -814,6 +814,12 @@ module Google
814
814
  class InstancesBulkInsertOperationMetadata
815
815
  include Google::Apis::Core::Hashable
816
816
 
817
+ # [Output Only] The machine type of the VMs that were created used internally
818
+ # only by KCP flex bulk insert.
819
+ # Corresponds to the JSON property `machineType`
820
+ # @return [String]
821
+ attr_accessor :machine_type
822
+
817
823
  # Status information per location (location name is key). Example key: zones/us-
818
824
  # central1-a
819
825
  # Corresponds to the JSON property `perLocationStatus`
@@ -826,6 +832,7 @@ module Google
826
832
 
827
833
  # Update properties of this object
828
834
  def update!(**args)
835
+ @machine_type = args[:machine_type] if args.key?(:machine_type)
829
836
  @per_location_status = args[:per_location_status] if args.key?(:per_location_status)
830
837
  end
831
838
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DeploymentmanagerV2
18
18
  # Version of the google-apis-deploymentmanager_v2 gem
19
- GEM_VERSION = "0.33.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241122"
25
+ REVISION = "20250320"
26
26
  end
27
27
  end
28
28
  end
@@ -456,7 +456,7 @@ module Google
456
456
  # @private
457
457
  class Representation < Google::Apis::Core::JsonRepresentation
458
458
  property :domain, as: 'domain'
459
- hash :metadata, as: 'metadata'
459
+ hash :metadatas, as: 'metadatas'
460
460
  property :reason, as: 'reason'
461
461
  end
462
462
  end
@@ -510,6 +510,7 @@ module Google
510
510
  class InstancesBulkInsertOperationMetadata
511
511
  # @private
512
512
  class Representation < Google::Apis::Core::JsonRepresentation
513
+ property :machine_type, as: 'machineType'
513
514
  hash :per_location_status, as: 'perLocationStatus', class: Google::Apis::DeploymentmanagerV2::BulkInsertOperationStatus, decorator: Google::Apis::DeploymentmanagerV2::BulkInsertOperationStatus::Representation
514
515
 
515
516
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-deploymentmanager_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.0
4
+ version: 0.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 2025-03-30 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2/v0.33.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-deploymentmanager_v2/v0.35.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-deploymentmanager_v2
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Deployment Manager V2 API V2
82
79
  test_files: []