google-apis-config_v1 0.9.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 86742b8ddcb3caa6ae17c68f3ea2a3795b636a63217019ee39d00a8c56ec6b1d
|
4
|
+
data.tar.gz: 4aee298d3cdd5d0641f23ca1b67baf9af6481f9b12022271278c816bdafa74f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ec991c21f1b58b638c3fcff39f8592f8ed32c3fb83749d2c50b6888fdd45f16496fa71c69e2df13a061477c6478913f69172be9e568948074f13ec0fb6837f8
|
7
|
+
data.tar.gz: 698924528806d1bc4f6812ac57787cdfd0c8df1bfb1ec3004cc7068d6f9592231d5ef571685dd10b0d9954a3e1813c0949c91fbba5c61ce2ab0a92dcb8da6676
|
data/CHANGELOG.md
CHANGED
@@ -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`/
|
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.
|
19
|
+
GEM_VERSION = "0.10.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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`/
|
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,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-config_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.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-config_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-config_v1/v0.
|
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:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
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: []
|