google-apis-config_v1 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7dae54ae9518db144118a202e6448880e19fbb0e307031e4bd02113274bd113b
4
- data.tar.gz: aa7ee0dd08abe22fcccb31416e4020ee393e78a025486ee72baf9ec299d1908f
3
+ metadata.gz: eb7da61baae7e18e6abf9911a447be1c6a4195b5245def422df5cd08770f8173
4
+ data.tar.gz: 643cc3106ca97f7bca845b0870ecc6cb322efd4e6ae8b5b7dd09eed3126a476d
5
5
  SHA512:
6
- metadata.gz: bd6589cb0b57c51bbf2715f45b8d84f0b41eca8a9107ff7ff02cfeaec410fa6c532e0b6fbc1844014188a9d327dccb63801ba8f6cbd5e1acd61dee29da99bc9d
7
- data.tar.gz: 5c64d4037f54200bf3d41d1e1592088a5f71d71e2ca2427ff3bfc06ae6db31a6a73a1573010d1c7083828339cda778b0e654fa58dff390fd9ef1e3f7760a0f96
6
+ metadata.gz: e3d1af59b88319e99dde760f0336d4d93d8915e5f3fdb5c8cdfb41a63aff67edac957a56269074a84423074855d11c959353e88a9fb93f06da338a53474ecb82
7
+ data.tar.gz: a42c4fa953c42f333f72625057f3832db7d135517b99a21f0c8159fa7d901e7fac33f9257532d77986896af319898d1a04a6e96deb7f5d77e50a374ddddcbb67
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-config_v1
2
2
 
3
+ ### v0.6.0 (2024-12-15)
4
+
5
+ * Regenerated from discovery document revision 20241211
6
+
3
7
  ### v0.5.0 (2024-11-24)
4
8
 
5
9
  * 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
@@ -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.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241106"
25
+ REVISION = "20241211"
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
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.5.0
4
+ version: 0.6.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-12-04 00:00:00.000000000 Z
11
+ date: 2024-12-15 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.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-config_v1/v0.6.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.22
78
+ rubygems_version: 3.5.23
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Infrastructure Manager API V1