google-apis-config_v1 0.3.0 → 0.5.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: 4c8a4ee6532040ebfdde52a3da8ac4400778640f08fbad824ba7ae1fc3ec7881
4
- data.tar.gz: 2057e6b1092e49008c6f8db4047b4fde97b7278a6f2804068d6037efe978432c
3
+ metadata.gz: 7dae54ae9518db144118a202e6448880e19fbb0e307031e4bd02113274bd113b
4
+ data.tar.gz: aa7ee0dd08abe22fcccb31416e4020ee393e78a025486ee72baf9ec299d1908f
5
5
  SHA512:
6
- metadata.gz: f8060ef3ff0c55be1ad02c3f899ebc7e437cdc3b3b6d1e2ad456ef09dc1daed80c4ec054fba9381b75417fc560820a8013e0476c870059d80aaf2de12adaf7aa
7
- data.tar.gz: b5c16aef4cad60614e922563a9cfeb65392b558fc410fc32ca46b6ed8f7e68195384550ebe860dc1fbf9181f9bff0db93d16c39fe0e35bc8c9ec3a87106d9b12
6
+ metadata.gz: bd6589cb0b57c51bbf2715f45b8d84f0b41eca8a9107ff7ff02cfeaec410fa6c532e0b6fbc1844014188a9d327dccb63801ba8f6cbd5e1acd61dee29da99bc9d
7
+ data.tar.gz: 5c64d4037f54200bf3d41d1e1592088a5f71d71e2ca2427ff3bfc06ae6db31a6a73a1573010d1c7083828339cda778b0e654fa58dff390fd9ef1e3f7760a0f96
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-config_v1
2
2
 
3
+ ### v0.5.0 (2024-11-24)
4
+
5
+ * Regenerated from discovery document revision 20241106
6
+ * Regenerated using generator version 0.15.1
7
+
8
+ ### v0.4.0 (2024-07-25)
9
+
10
+ * Regenerated from discovery document revision 20240710
11
+
3
12
  ### v0.3.0 (2024-05-19)
4
13
 
5
14
  * Regenerated using generator version 0.15.0
@@ -354,7 +354,7 @@ module Google
354
354
  # @return [String]
355
355
  attr_accessor :quota_validation
356
356
 
357
- # Optional. User-specified Service Account (SA) credentials to be used when
357
+ # Required. User-specified Service Account (SA) credentials to be used when
358
358
  # actuating resources. Format: `projects/`projectID`/serviceAccounts/`
359
359
  # serviceAccount``
360
360
  # Corresponds to the JSON property `serviceAccount`
@@ -1303,7 +1303,7 @@ module Google
1303
1303
  # @return [String]
1304
1304
  attr_accessor :preview_mode
1305
1305
 
1306
- # Optional. User-specified Service Account (SA) credentials to be used when
1306
+ # Required. User-specified Service Account (SA) credentials to be used when
1307
1307
  # previewing resources. Format: `projects/`projectID`/serviceAccounts/`
1308
1308
  # serviceAccount``
1309
1309
  # Corresponds to the JSON property `serviceAccount`
@@ -1838,9 +1838,9 @@ module Google
1838
1838
  class TerraformBlueprint
1839
1839
  include Google::Apis::Core::Hashable
1840
1840
 
1841
- # Required. URI of an object in Google Cloud Storage. Format: `gs://`bucket`/`
1842
- # object`` URI may also specify an object version for zipped objects. Format: `
1843
- # gs://`bucket`/`object`#`version``
1841
+ # URI of an object in Google Cloud Storage. Format: `gs://`bucket`/`object`` URI
1842
+ # may also specify an object version for zipped objects. Format: `gs://`bucket`/`
1843
+ # object`#`version``
1844
1844
  # Corresponds to the JSON property `gcsSource`
1845
1845
  # @return [String]
1846
1846
  attr_accessor :gcs_source
@@ -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.3.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240424"
25
+ REVISION = "20241106"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-config_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-26 00:00:00.000000000 Z
11
+ date: 2024-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  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.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-config_v1/v0.5.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-config_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Infrastructure Manager API V1