google-apis-config_v1 0.8.0 → 0.10.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: 5906fb9ee30a25c29cc7206ea3954f11e026b07718d7d14edfa38d6ef566d06d
4
- data.tar.gz: 8ccb5b4fb325313df112d908cf2d7d7fedcb67643d34d9727f4527a765607773
3
+ metadata.gz: 86742b8ddcb3caa6ae17c68f3ea2a3795b636a63217019ee39d00a8c56ec6b1d
4
+ data.tar.gz: 4aee298d3cdd5d0641f23ca1b67baf9af6481f9b12022271278c816bdafa74f2
5
5
  SHA512:
6
- metadata.gz: dc7384c4ddfb2a7f0a2ebfc7dcf3ef979f7d0b310851d7b0f5b2aa432760b847546dcc4b9a4027938864fc8f6b1c7381cacde290b5703e8fcf357196c3adcf39
7
- data.tar.gz: a68ddc227af0e99cf65818931a1db52f148cc0bfb6126adef0eb221693eb9b9775af26911f97ecdcf76dd6359c5494628212d5ad6d5ec450f25ba15921aa058d
6
+ metadata.gz: 4ec991c21f1b58b638c3fcff39f8592f8ed32c3fb83749d2c50b6888fdd45f16496fa71c69e2df13a061477c6478913f69172be9e568948074f13ec0fb6837f8
7
+ data.tar.gz: 698924528806d1bc4f6812ac57787cdfd0c8df1bfb1ec3004cc7068d6f9592231d5ef571685dd10b0d9954a3e1813c0949c91fbba5c61ce2ab0a92dcb8da6676
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-config_v1
2
2
 
3
+ ### v0.10.0 (2025-06-08)
4
+
5
+ * Regenerated from discovery document revision 20250528
6
+ * Regenerated using generator version 0.18.0
7
+
8
+ ### v0.9.0 (2025-05-04)
9
+
10
+ * Regenerated using generator version 0.17.0
11
+
3
12
  ### v0.8.0 (2025-04-20)
4
13
 
5
14
  * Regenerated from discovery document revision 20250409
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/infrastructure-manager/docs
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -325,7 +325,7 @@ module Google
325
325
  attr_accessor :import_existing_resources
326
326
  alias_method :import_existing_resources?, :import_existing_resources
327
327
 
328
- # User-defined metadata for the deployment.
328
+ # Optional. User-defined metadata for the deployment.
329
329
  # Corresponds to the JSON property `labels`
330
330
  # @return [Hash<String,String>]
331
331
  attr_accessor :labels
@@ -341,8 +341,8 @@ module Google
341
341
  # @return [String]
342
342
  attr_accessor :lock_state
343
343
 
344
- # Resource name of the deployment. Format: `projects/`project`/locations/`
345
- # location`/deployments/`deployment``
344
+ # Identifier. Resource name of the deployment. Format: `projects/`project`/
345
+ # locations/`location`/deployments/`deployment``
346
346
  # Corresponds to the JSON property `name`
347
347
  # @return [String]
348
348
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ConfigV1
18
18
  # Version of the google-apis-config_v1 gem
19
- GEM_VERSION = "0.8.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250409"
25
+ REVISION = "20250528"
26
26
  end
27
27
  end
28
28
  end
@@ -532,8 +532,8 @@ module Google
532
532
 
533
533
  # Updates a Deployment.
534
534
  # @param [String] name
535
- # Resource name of the deployment. Format: `projects/`project`/locations/`
536
- # location`/deployments/`deployment``
535
+ # Identifier. Resource name of the deployment. Format: `projects/`project`/
536
+ # locations/`location`/deployments/`deployment``
537
537
  # @param [Google::Apis::ConfigV1::Deployment] deployment_object
538
538
  # @param [String] request_id
539
539
  # Optional. An optional request ID to identify requests. Specify a unique
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-config_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-20 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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-config_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-config_v1/v0.8.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-config_v1/v0.10.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-config_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Infrastructure Manager API V1
79
79
  test_files: []