google-apis-cloudbuild_v1 0.18.0 → 0.19.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: 53781e49ef12adbfef2f55b94ab307557d256f87c0e7ed645bd993568bf71a50
|
|
4
|
+
data.tar.gz: ca5bb81efd3ed0460065f2dfefc0210c16674779eb9f3e53d6067859fab096b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a83f04caa79fda8bbed10b67ed94068d27ad49f74f91ffac134f7ad15879ac16b9d6f3090653dddb602c93357c5f875cb6046677751f980c0e78ee957f79639
|
|
7
|
+
data.tar.gz: 0afe33eacf15f5060c3abbcaf857abe73d69940938f4b514288eecc77e57be3392c4e84205223809dbceaae7170cb9f1dc21debe76350e3def17f8cd5a38b335
|
data/CHANGELOG.md
CHANGED
|
@@ -790,6 +790,13 @@ module Google
|
|
|
790
790
|
attr_accessor :disabled
|
|
791
791
|
alias_method :disabled?, :disabled
|
|
792
792
|
|
|
793
|
+
# Optional. EventType allows the user to explicitly set the type of event to
|
|
794
|
+
# which this BuildTrigger should respond. This field is optional but will be
|
|
795
|
+
# validated against the rest of the configuration if it is set.
|
|
796
|
+
# Corresponds to the JSON property `eventType`
|
|
797
|
+
# @return [String]
|
|
798
|
+
attr_accessor :event_type
|
|
799
|
+
|
|
793
800
|
# Path, from the source root, to the build configuration file (i.e. cloudbuild.
|
|
794
801
|
# yaml).
|
|
795
802
|
# Corresponds to the JSON property `filename`
|
|
@@ -906,6 +913,7 @@ module Google
|
|
|
906
913
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
907
914
|
@description = args[:description] if args.key?(:description)
|
|
908
915
|
@disabled = args[:disabled] if args.key?(:disabled)
|
|
916
|
+
@event_type = args[:event_type] if args.key?(:event_type)
|
|
909
917
|
@filename = args[:filename] if args.key?(:filename)
|
|
910
918
|
@filter = args[:filter] if args.key?(:filter)
|
|
911
919
|
@git_file_source = args[:git_file_source] if args.key?(:git_file_source)
|
|
@@ -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.19.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20211029"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -641,6 +641,7 @@ module Google
|
|
|
641
641
|
property :create_time, as: 'createTime'
|
|
642
642
|
property :description, as: 'description'
|
|
643
643
|
property :disabled, as: 'disabled'
|
|
644
|
+
property :event_type, as: 'eventType'
|
|
644
645
|
property :filename, as: 'filename'
|
|
645
646
|
property :filter, as: 'filter'
|
|
646
647
|
property :git_file_source, as: 'gitFileSource', class: Google::Apis::CloudbuildV1::GitFileSource, decorator: Google::Apis::CloudbuildV1::GitFileSource::Representation
|
|
@@ -1390,8 +1390,8 @@ module Google
|
|
|
1390
1390
|
# If set to true, and the `WorkerPool` is not found, the request will succeed
|
|
1391
1391
|
# but no action will be taken on the server.
|
|
1392
1392
|
# @param [String] etag
|
|
1393
|
-
# Optional. If
|
|
1394
|
-
#
|
|
1393
|
+
# Optional. If provided, it must match the server's etag on the workerpool for
|
|
1394
|
+
# the request to be processed.
|
|
1395
1395
|
# @param [Boolean] validate_only
|
|
1396
1396
|
# If set, validate the request and preview the response, but do not actually
|
|
1397
1397
|
# post it.
|
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.
|
|
4
|
+
version: 0.19.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: 2021-
|
|
11
|
+
date: 2021-11-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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1/v0.19.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: []
|