google-apis-cloudbuild_v1 0.74.0 → 0.75.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/cloudbuild_v1/gem_version.rb +2 -2
- data/lib/google/apis/cloudbuild_v1/service.rb +6 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 060cdd82242045a029f80fe97798ddc7e29963569dfd642a9a072b09e7f17f3b
|
4
|
+
data.tar.gz: 20cd3c08538357b9427fcdc6a296c2ea1e2ba15980b9ac608280a4067e1bdaaf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3fd67d2cb6cdbbaf03e95d74f3e002c3ee53091d36c48f20f70f7c703cd40a2d0a4a34293656d0ada7e3110514049056178315a1e957afd3d08c73216c3a28d8
|
7
|
+
data.tar.gz: 0c355c9549d784a9cc2344c85ffe812e8ee53010a4b9a4dad1c555fe7cc54e9e50c8cca250be2e89a456879baf0bf0239586dceed6ba2d73b177049d94652769
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudbuildV1
|
18
18
|
# Version of the google-apis-cloudbuild_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.75.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250930"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -195,9 +195,9 @@ module Google
|
|
195
195
|
execute_or_queue_command(command, &block)
|
196
196
|
end
|
197
197
|
|
198
|
-
# Approves or rejects a pending build. If approved, the returned
|
199
|
-
# analogous to the LRO returned from a CreateBuild call.
|
200
|
-
# returned LRO will be immediately done.
|
198
|
+
# Approves or rejects a pending build. If approved, the returned long-running
|
199
|
+
# operation (LRO) will be analogous to the LRO returned from a CreateBuild call.
|
200
|
+
# If rejected, the returned LRO will be immediately done.
|
201
201
|
# @param [String] name
|
202
202
|
# Required. Name of the target build. For example: "projects/`$project_id`/
|
203
203
|
# builds/`$build_id`"
|
@@ -961,9 +961,9 @@ module Google
|
|
961
961
|
execute_or_queue_command(command, &block)
|
962
962
|
end
|
963
963
|
|
964
|
-
# Approves or rejects a pending build. If approved, the returned
|
965
|
-
# analogous to the LRO returned from a CreateBuild call.
|
966
|
-
# returned LRO will be immediately done.
|
964
|
+
# Approves or rejects a pending build. If approved, the returned long-running
|
965
|
+
# operation (LRO) will be analogous to the LRO returned from a CreateBuild call.
|
966
|
+
# If rejected, the returned LRO will be immediately done.
|
967
967
|
# @param [String] name
|
968
968
|
# Required. Name of the target build. For example: "projects/`$project_id`/
|
969
969
|
# builds/`$build_id`"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudbuild_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.75.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-cloudbuild_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1/v0.75.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbuild_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|