google-apis-cloudbuild_v2 0.5.0 → 0.6.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: 585acbae0fac3257941cf886a506a68b02283c3a97172a183b2099e2a80b234f
|
|
4
|
+
data.tar.gz: 738da2fa69c9cec8ea0f61efd39276499f9c13ed3e4c6eb9517fcfaa2e61bc84
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a5b454d2be99edf4f9bfca3409dd7ff631aab6a62ab07383af4a7debf77133807b7b39266af64734a332a5cea72ca4d8636262eb44cd9afc62be8e71dcd5466
|
|
7
|
+
data.tar.gz: 59857055b31ae7c360a21a79edc25edecbc1a699d25a1bd69e3796b24f21ea7268331b87f73f9a9cfd2a63ccb94a7dee57a13e8e14c7bacc4fd98a093e779d7d
|
data/CHANGELOG.md
CHANGED
|
@@ -2522,10 +2522,10 @@ module Google
|
|
|
2522
2522
|
# @return [Array<Google::Apis::CloudbuildV2::Sidecar>]
|
|
2523
2523
|
attr_accessor :sidecars
|
|
2524
2524
|
|
|
2525
|
-
#
|
|
2526
|
-
#
|
|
2525
|
+
# StepTemplate can be used as the basis for all step containers within the Task,
|
|
2526
|
+
# so that the steps inherit settings on the base container.
|
|
2527
2527
|
# Corresponds to the JSON property `stepTemplate`
|
|
2528
|
-
# @return [
|
|
2528
|
+
# @return [Google::Apis::CloudbuildV2::StepTemplate]
|
|
2529
2529
|
attr_accessor :step_template
|
|
2530
2530
|
|
|
2531
2531
|
# Steps of the task.
|
|
@@ -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.6.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20231127"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1109,7 +1109,7 @@ module Google
|
|
|
1109
1109
|
|
|
1110
1110
|
collection :sidecars, as: 'sidecars', class: Google::Apis::CloudbuildV2::Sidecar, decorator: Google::Apis::CloudbuildV2::Sidecar::Representation
|
|
1111
1111
|
|
|
1112
|
-
|
|
1112
|
+
property :step_template, as: 'stepTemplate', class: Google::Apis::CloudbuildV2::StepTemplate, decorator: Google::Apis::CloudbuildV2::StepTemplate::Representation
|
|
1113
1113
|
|
|
1114
1114
|
collection :steps, as: 'steps', class: Google::Apis::CloudbuildV2::Step, decorator: Google::Apis::CloudbuildV2::Step::Representation
|
|
1115
1115
|
|
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.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: 2023-
|
|
11
|
+
date: 2023-12-03 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.6.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: []
|