google-apis-cloudbuild_v2 0.23.0 → 0.25.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: b7c6712c3f3c5cf132c1d167e96b0dd9e992a291ac8cb69c6b458d3bc5bf6681
|
4
|
+
data.tar.gz: e83ff8b39f7c8e07f9d61ade231681dae6a9e67ee7ae8bc7f0dd26cb5360f0aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8a0e4ad15b2d9970b141f556588912a8c54dbf812ca863773b52525e682d7791e9212672a4842d4e069a4cb05fef16f22c6a3055a58383fde1dd67ae1260238
|
7
|
+
data.tar.gz: ebced9a5ba6fe776cc110f3c96c5921a799be3efbbb874257f1a81909967ffdffe896c7f2fedab8c8b10bee699c677553098f420517a8d88b617e8917255b6c5
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-cloudbuild_v2
|
2
2
|
|
3
|
+
### v0.25.0 (2024-12-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241210
|
6
|
+
|
7
|
+
### v0.24.0 (2024-08-11)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240731
|
10
|
+
* Regenerated using generator version 0.15.1
|
11
|
+
|
3
12
|
### v0.23.0 (2024-07-25)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240720
|
@@ -1426,9 +1426,9 @@ module Google
|
|
1426
1426
|
attr_accessor :api_version
|
1427
1427
|
|
1428
1428
|
# Output only. Identifies whether the user has requested cancellation of the
|
1429
|
-
# operation. Operations that have been cancelled successfully have
|
1430
|
-
# error value with a google.rpc.Status.code of 1
|
1431
|
-
# CANCELLED`.
|
1429
|
+
# operation. Operations that have been cancelled successfully have google.
|
1430
|
+
# longrunning.Operation.error value with a google.rpc.Status.code of `1`,
|
1431
|
+
# corresponding to `Code.CANCELLED`.
|
1432
1432
|
# Corresponds to the JSON property `cancelRequested`
|
1433
1433
|
# @return [Boolean]
|
1434
1434
|
attr_accessor :cancel_requested
|
@@ -1580,7 +1580,7 @@ module Google
|
|
1580
1580
|
class PipelineRef
|
1581
1581
|
include Google::Apis::Core::Hashable
|
1582
1582
|
|
1583
|
-
# Name of the Pipeline.
|
1583
|
+
# Optional. Name of the Pipeline.
|
1584
1584
|
# Corresponds to the JSON property `name`
|
1585
1585
|
# @return [String]
|
1586
1586
|
attr_accessor :name
|
@@ -2831,7 +2831,7 @@ module Google
|
|
2831
2831
|
class TaskRef
|
2832
2832
|
include Google::Apis::Core::Hashable
|
2833
2833
|
|
2834
|
-
# Name of the task.
|
2834
|
+
# Optional. Name of the task.
|
2835
2835
|
# Corresponds to the JSON property `name`
|
2836
2836
|
# @return [String]
|
2837
2837
|
attr_accessor :name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudbuildV2
|
18
18
|
# Version of the google-apis-cloudbuild_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.25.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241210"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -816,8 +816,8 @@ module Google
|
|
816
816
|
# Clients can use Operations.GetOperation or other methods to check whether the
|
817
817
|
# cancellation succeeded or whether the operation completed despite cancellation.
|
818
818
|
# On successful cancellation, the operation is not deleted; instead, it becomes
|
819
|
-
# an operation with an Operation.error value with a google.rpc.Status.code of 1
|
820
|
-
# corresponding to `Code.CANCELLED`.
|
819
|
+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
|
820
|
+
# , corresponding to `Code.CANCELLED`.
|
821
821
|
# @param [String] name
|
822
822
|
# The name of the operation resource to be cancelled.
|
823
823
|
# @param [Google::Apis::CloudbuildV2::CancelOperationRequest] cancel_operation_request_object
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudbuild_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.25.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-
|
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-cloudbuild_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v2/v0.25.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbuild_v2
|
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 Cloud Build API V2
|