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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb7da61baae7e18e6abf9911a447be1c6a4195b5245def422df5cd08770f8173
|
4
|
+
data.tar.gz: 643cc3106ca97f7bca845b0870ecc6cb322efd4e6ae8b5b7dd09eed3126a476d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3d1af59b88319e99dde760f0336d4d93d8915e5f3fdb5c8cdfb41a63aff67edac957a56269074a84423074855d11c959353e88a9fb93f06da338a53474ecb82
|
7
|
+
data.tar.gz: a42c4fa953c42f333f72625057f3832db7d135517b99a21f0c8159fa7d901e7fac33f9257532d77986896af319898d1a04a6e96deb7f5d77e50a374ddddcbb67
|
data/CHANGELOG.md
CHANGED
@@ -758,7 +758,7 @@ module Google
|
|
758
758
|
# @return [String]
|
759
759
|
attr_accessor :next_page_token
|
760
760
|
|
761
|
-
# List of
|
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
|
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
|
1081
|
-
# error value with a google.rpc.Status.code of 1
|
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.
|
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 = "
|
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
|
+
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-
|
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.
|
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.
|
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
|