google-apis-config_v1 0.6.0 → 0.7.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: 81f6b6bc396d3ca701fc8bce0efbe482ffa0546f2548e72d943060bdd4b507a0
|
4
|
+
data.tar.gz: 1b176ec54ae340ae6422eddfe70fccc15c6fc742a78784ce4e282c9e5b397d15
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f06bad34bb8872d9dff4b7d40e8bc02fdf39332d19807164708b2a41defa302f0956d2cde973f741c91f315b5e072f5915a4cf59562fcd368296faffb428e75f
|
7
|
+
data.tar.gz: 50f31480d958a246692f57834056951c1eeb3d2591ce138845477b3927a0287e8cb46eeceb63e516529ad1c66bdcfef47bf7a03839a752c49d017497317ac113
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-config_v1
|
2
2
|
|
3
|
+
### v0.7.0 (2025-02-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250219
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
3
8
|
### v0.6.0 (2024-12-15)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20241211
|
@@ -1219,8 +1219,8 @@ module Google
|
|
1219
1219
|
include Google::Apis::Core::Hashable
|
1220
1220
|
|
1221
1221
|
# Optional. Arbitrary key-value metadata storage e.g. to help client tools
|
1222
|
-
#
|
1223
|
-
#
|
1222
|
+
# identify preview during automation. See https://google.aip.dev/148#annotations
|
1223
|
+
# for details on format and size limitations.
|
1224
1224
|
# Corresponds to the JSON property `annotations`
|
1225
1225
|
# @return [Hash<String,String>]
|
1226
1226
|
attr_accessor :annotations
|
@@ -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.7.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250219"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1299,13 +1299,13 @@ module Google
|
|
1299
1299
|
# @param [String] order_by
|
1300
1300
|
# Optional. Field to use to sort the list.
|
1301
1301
|
# @param [Fixnum] page_size
|
1302
|
-
# Optional. When requesting a page of
|
1303
|
-
#
|
1304
|
-
# value is 1000.
|
1302
|
+
# Optional. When requesting a page of terraform versions, 'page_size' specifies
|
1303
|
+
# number of terraform versions to return. If unspecified, at most 500 will be
|
1304
|
+
# returned. The maximum value is 1000.
|
1305
1305
|
# @param [String] page_token
|
1306
1306
|
# Optional. Token returned by previous call to 'ListTerraformVersions' which
|
1307
1307
|
# specifies the position in the list from where to continue listing the
|
1308
|
-
#
|
1308
|
+
# terraform versions.
|
1309
1309
|
# @param [String] fields
|
1310
1310
|
# Selector specifying which fields to include in a partial response.
|
1311
1311
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,14 +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.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-02 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-config_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-config_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-config_v1/v0.7.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-config_v1
|
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
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Infrastructure Manager API V1
|
82
79
|
test_files: []
|