google-apis-config_v1 0.21.0 → 0.22.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e0ba8c90ea41c6a0be11142e93c897d6cce3f9f39741da88dff81a518762d4bf
|
|
4
|
+
data.tar.gz: 270b06c58adfce1ffa3c794b669d11574c3e56e905af984fa1e5ce3b06540ee6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a1017e33197f94962c0e559ddde41c31ffb3e1e45440467d016cccf940b12f5ba288c6d722488f772551c665de61ac4f7fd461965d821c8f8bafd0f784e01754
|
|
7
|
+
data.tar.gz: 653133929f8b374f4841d5dde96a0a85076ffa63bf238fd175039b57f3b63f832177380783787f5e9b769a0de97abd2fa0cb962e6191f1dd019014335b29a0df
|
data/CHANGELOG.md
CHANGED
|
@@ -621,6 +621,12 @@ module Google
|
|
|
621
621
|
# @return [Google::Apis::ConfigV1::ApplyResults]
|
|
622
622
|
attr_accessor :apply_results
|
|
623
623
|
|
|
624
|
+
# Output only. Indicating if early apply results are available.
|
|
625
|
+
# Corresponds to the JSON property `applyResultsAvailable`
|
|
626
|
+
# @return [Boolean]
|
|
627
|
+
attr_accessor :apply_results_available
|
|
628
|
+
alias_method :apply_results_available?, :apply_results_available
|
|
629
|
+
|
|
624
630
|
# Output only. Cloud Build instance UUID associated with this operation.
|
|
625
631
|
# Corresponds to the JSON property `build`
|
|
626
632
|
# @return [String]
|
|
@@ -644,6 +650,7 @@ module Google
|
|
|
644
650
|
# Update properties of this object
|
|
645
651
|
def update!(**args)
|
|
646
652
|
@apply_results = args[:apply_results] if args.key?(:apply_results)
|
|
653
|
+
@apply_results_available = args[:apply_results_available] if args.key?(:apply_results_available)
|
|
647
654
|
@build = args[:build] if args.key?(:build)
|
|
648
655
|
@logs = args[:logs] if args.key?(:logs)
|
|
649
656
|
@step = args[:step] if args.key?(:step)
|
|
@@ -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.22.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260623"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -576,6 +576,7 @@ module Google
|
|
|
576
576
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
577
577
|
property :apply_results, as: 'applyResults', class: Google::Apis::ConfigV1::ApplyResults, decorator: Google::Apis::ConfigV1::ApplyResults::Representation
|
|
578
578
|
|
|
579
|
+
property :apply_results_available, as: 'applyResultsAvailable'
|
|
579
580
|
property :build, as: 'build'
|
|
580
581
|
property :logs, as: 'logs'
|
|
581
582
|
property :step, as: 'step'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.22.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-config_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-config_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-config_v1/v0.22.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-config_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|