google-apis-config_v1 0.4.0 → 0.6.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: c26fc40f1b71661ff0eae9eee54b44ad1e7910692239c9f5ba787fa58a70aed4
4
- data.tar.gz: afab95611c6d51d6c12591775d113e298dbf2e9a9adf9b8613ef29679c4b996a
3
+ metadata.gz: eb7da61baae7e18e6abf9911a447be1c6a4195b5245def422df5cd08770f8173
4
+ data.tar.gz: 643cc3106ca97f7bca845b0870ecc6cb322efd4e6ae8b5b7dd09eed3126a476d
5
5
  SHA512:
6
- metadata.gz: b9c426956040112d65d5b18fa03a09eb142b65006f0823b2b072098689e689beced3c7dcc0cfb2e5b70e753425baef19d5869476a46fbae0717c1b4395d59e01
7
- data.tar.gz: e30693356889a945fc683845d34554defb8bad72a4a10dc60ed365e6f1fc10d1421666a9d5fec1b4ca00bf100fd54bee332a6aabfaef867e5ae9d05893a9318e
6
+ metadata.gz: e3d1af59b88319e99dde760f0336d4d93d8915e5f3fdb5c8cdfb41a63aff67edac957a56269074a84423074855d11c959353e88a9fb93f06da338a53474ecb82
7
+ data.tar.gz: a42c4fa953c42f333f72625057f3832db7d135517b99a21f0c8159fa7d901e7fac33f9257532d77986896af319898d1a04a6e96deb7f5d77e50a374ddddcbb67
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
7
+ ### v0.5.0 (2024-11-24)
8
+
9
+ * Regenerated from discovery document revision 20241106
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.4.0 (2024-07-25)
4
13
 
5
14
  * Regenerated from discovery document revision 20240710
@@ -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`
@@ -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
@@ -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`
@@ -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.4.0"
19
+ GEM_VERSION = "0.6.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 = "20240710"
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.4.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-07-25 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.4.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.6
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