google-apis-cloudbuild_v1 0.66.0 → 0.67.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: ce41dadc265ffc289a8aadb1786a90e10feaa2b6b7a6c9563b7295f3b83d43de
4
- data.tar.gz: f9240b3e50584f822ff2bb499f345bdea937210c3747325725ec6acd788202e3
3
+ metadata.gz: f83116f10dff362090ef90e3becca7ecda0ed7e28d65ef2cb75607b5b841d744
4
+ data.tar.gz: 609c94af0ffeed052fb21e81eed2e339ab831fd2ae7c4171521dfb4af4fcb03a
5
5
  SHA512:
6
- metadata.gz: 39a6101db85864ff7f73e0c01429d9ead238812b8c241d985f077b1332c7e0703e6ab2806bad15b0b03e2c1678122826ff89dc6b0ee4fecdb168d2d831f3f015
7
- data.tar.gz: 7046b72e055bf68aaea83e27a8f519fbbd245368ffcff8cd2e3f6704877c07871272129b48cc11aa4c2e0014c63b79a1e1cf8b39f56089ac1c87fd28bb427534
6
+ metadata.gz: 7d3b0255305f4b04e56c4ed0436ce6ba9832b1e48f0f75136391ab78733130652e7f967b3e92ce6dc80f6ae8c6428277e47a803c6fe8faf5f06434505cabbca2
7
+ data.tar.gz: d7b6066cc51957b4443fc8d2eed65c80a7d1510e431889f659bf9e81fd7a28a7395a0ad8505f699b80d5c34894408edbb7ca900454dfc223a06f24822ac9f0f1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudbuild_v1
2
2
 
3
+ ### v0.67.0 (2024-12-15)
4
+
5
+ * Regenerated from discovery document revision 20241210
6
+
3
7
  ### v0.66.0 (2024-12-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20241025
@@ -3222,9 +3222,9 @@ module Google
3222
3222
  attr_accessor :api_version
3223
3223
 
3224
3224
  # Output only. Identifies whether the user has requested cancellation of the
3225
- # operation. Operations that have been cancelled successfully have Operation.
3226
- # error value with a google.rpc.Status.code of 1, corresponding to `Code.
3227
- # CANCELLED`.
3225
+ # operation. Operations that have been cancelled successfully have google.
3226
+ # longrunning.Operation.error value with a google.rpc.Status.code of `1`,
3227
+ # corresponding to `Code.CANCELLED`.
3228
3228
  # Corresponds to the JSON property `cancelRequested`
3229
3229
  # @return [Boolean]
3230
3230
  attr_accessor :cancel_requested
@@ -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.66.0"
19
+ GEM_VERSION = "0.67.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 = "20241025"
25
+ REVISION = "20241210"
26
26
  end
27
27
  end
28
28
  end
@@ -130,8 +130,8 @@ module Google
130
130
  # Clients can use Operations.GetOperation or other methods to check whether the
131
131
  # cancellation succeeded or whether the operation completed despite cancellation.
132
132
  # On successful cancellation, the operation is not deleted; instead, it becomes
133
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
134
- # corresponding to `Code.CANCELLED`.
133
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
134
+ # , corresponding to `Code.CANCELLED`.
135
135
  # @param [String] name
136
136
  # The name of the operation resource to be cancelled.
137
137
  # @param [Google::Apis::CloudbuildV1::CancelOperationRequest] cancel_operation_request_object
@@ -1693,8 +1693,8 @@ module Google
1693
1693
  # Clients can use Operations.GetOperation or other methods to check whether the
1694
1694
  # cancellation succeeded or whether the operation completed despite cancellation.
1695
1695
  # On successful cancellation, the operation is not deleted; instead, it becomes
1696
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
1697
- # corresponding to `Code.CANCELLED`.
1696
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
1697
+ # , corresponding to `Code.CANCELLED`.
1698
1698
  # @param [String] name
1699
1699
  # The name of the operation resource to be cancelled.
1700
1700
  # @param [Google::Apis::CloudbuildV1::CancelOperationRequest] cancel_operation_request_object
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudbuild_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.66.0
4
+ version: 0.67.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-04 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-cloudbuild_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1/v0.66.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1/v0.67.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbuild_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.22
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 V1