google-apis-config_v1 0.5.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: 7dae54ae9518db144118a202e6448880e19fbb0e307031e4bd02113274bd113b
4
- data.tar.gz: aa7ee0dd08abe22fcccb31416e4020ee393e78a025486ee72baf9ec299d1908f
3
+ metadata.gz: 81f6b6bc396d3ca701fc8bce0efbe482ffa0546f2548e72d943060bdd4b507a0
4
+ data.tar.gz: 1b176ec54ae340ae6422eddfe70fccc15c6fc742a78784ce4e282c9e5b397d15
5
5
  SHA512:
6
- metadata.gz: bd6589cb0b57c51bbf2715f45b8d84f0b41eca8a9107ff7ff02cfeaec410fa6c532e0b6fbc1844014188a9d327dccb63801ba8f6cbd5e1acd61dee29da99bc9d
7
- data.tar.gz: 5c64d4037f54200bf3d41d1e1592088a5f71d71e2ca2427ff3bfc06ae6db31a6a73a1573010d1c7083828339cda778b0e654fa58dff390fd9ef1e3f7760a0f96
6
+ metadata.gz: f06bad34bb8872d9dff4b7d40e8bc02fdf39332d19807164708b2a41defa302f0956d2cde973f741c91f315b5e072f5915a4cf59562fcd368296faffb428e75f
7
+ data.tar.gz: 50f31480d958a246692f57834056951c1eeb3d2591ce138845477b3927a0287e8cb46eeceb63e516529ad1c66bdcfef47bf7a03839a752c49d017497317ac113
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.6.0 (2024-12-15)
9
+
10
+ * Regenerated from discovery document revision 20241211
11
+
3
12
  ### v0.5.0 (2024-11-24)
4
13
 
5
14
  * Regenerated from discovery document revision 20241106
@@ -758,7 +758,7 @@ module Google
758
758
  # @return [String]
759
759
  attr_accessor :next_page_token
760
760
 
761
- # List of Previewss.
761
+ # List of Previews.
762
762
  # Corresponds to the JSON property `previews`
763
763
  # @return [Array<Google::Apis::ConfigV1::Preview>]
764
764
  attr_accessor :previews
@@ -790,7 +790,7 @@ module Google
790
790
  # @return [String]
791
791
  attr_accessor :next_page_token
792
792
 
793
- # List of Resourcess.
793
+ # List of Resources.
794
794
  # Corresponds to the JSON property `resources`
795
795
  # @return [Array<Google::Apis::ConfigV1::Resource>]
796
796
  attr_accessor :resources
@@ -1077,9 +1077,9 @@ module Google
1077
1077
  attr_accessor :preview_metadata
1078
1078
 
1079
1079
  # Output only. Identifies whether the user has requested cancellation of the
1080
- # operation. Operations that have successfully been cancelled have Operation.
1081
- # error value with a google.rpc.Status.code of 1, corresponding to `Code.
1082
- # CANCELLED`.
1080
+ # operation. Operations that have successfully been cancelled have google.
1081
+ # longrunning.Operation.error value with a google.rpc.Status.code of `1`,
1082
+ # corresponding to `Code.CANCELLED`.
1083
1083
  # Corresponds to the JSON property `requestedCancellation`
1084
1084
  # @return [Boolean]
1085
1085
  attr_accessor :requested_cancellation
@@ -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
- # identifiy preview during automation. See https://google.aip.dev/148#
1223
- # annotations for details on format and size limitations.
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
@@ -1850,7 +1850,7 @@ module Google
1850
1850
  # @return [Google::Apis::ConfigV1::GitSource]
1851
1851
  attr_accessor :git_source
1852
1852
 
1853
- # Input variable values for the Terraform blueprint.
1853
+ # Optional. Input variable values for the Terraform blueprint.
1854
1854
  # Corresponds to the JSON property `inputValues`
1855
1855
  # @return [Hash<String,Google::Apis::ConfigV1::TerraformVariable>]
1856
1856
  attr_accessor :input_values
@@ -1943,7 +1943,7 @@ module Google
1943
1943
  class TerraformVariable
1944
1944
  include Google::Apis::Core::Hashable
1945
1945
 
1946
- # Input variable value.
1946
+ # Optional. Input variable value.
1947
1947
  # Corresponds to the JSON property `inputValue`
1948
1948
  # @return [Object]
1949
1949
  attr_accessor :input_value
@@ -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.5.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.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241106"
25
+ REVISION = "20250219"
26
26
  end
27
27
  end
28
28
  end
@@ -904,8 +904,8 @@ module Google
904
904
  # Clients can use Operations.GetOperation or other methods to check whether the
905
905
  # cancellation succeeded or whether the operation completed despite cancellation.
906
906
  # On successful cancellation, the operation is not deleted; instead, it becomes
907
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
908
- # corresponding to `Code.CANCELLED`.
907
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
908
+ # , corresponding to `Code.CANCELLED`.
909
909
  # @param [String] name
910
910
  # The name of the operation resource to be cancelled.
911
911
  # @param [Google::Apis::ConfigV1::CancelOperationRequest] cancel_operation_request_object
@@ -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 resources, 'page_size' specifies number of
1303
- # resources to return. If unspecified, at most 500 will be returned. The maximum
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
- # resources.
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.5.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: 2024-12-04 00:00:00.000000000 Z
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.5.0
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.22
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: []