google-apis-cloudbuild_v1 0.33.0 → 0.36.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: b28d792caafcf4c7fe9d6224100282d76f95c160e3b78e94f274d7f0a10014a2
4
- data.tar.gz: 25743299e5e245f04aac6cc6e26a4ce546edda308f8c014ed325f195bb0e0888
3
+ metadata.gz: 7a368c199d226d619177618ca3501b623138280d1329ee815e49e73ad3a7c6af
4
+ data.tar.gz: e7ed2ef632fd84bcbddae1bc6c0e559de09ec348fef08928c905d903e725d7b6
5
5
  SHA512:
6
- metadata.gz: '09838df073bdcd1ebf52b76ad2296dfca32429ff73af5d4a63e09e1a6a191671bb6aaf56a3df648256ac0ed9db46f114ba3358ff35c941898999a9e3a5e8463e'
7
- data.tar.gz: b0b27141282c9feefbe36a8a6085d35d81462663c361d3512b4d48995e8f63125683cfb7b77b6ad44fe30ede1ece9f5256c4d54da8c1ce2d9f724f9ad7c2883f
6
+ metadata.gz: 9371753d15088c99297cde6e926266a22f19a1918aed178e7f752401e59818a898b1fed11857fddf6614152a8159faacf52385d8d231cfaa1452757ababc8ebf
7
+ data.tar.gz: 2df3d688849a5b77c2d121312ff572de69afb496c77973a934d5f565640bddcd12b87d0e4f86134bbd32c3815fb0bda746a7203d80aee5a6939c8e5b8042e3cd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-cloudbuild_v1
2
2
 
3
+ ### v0.36.0 (2022-08-16)
4
+
5
+ * Regenerated from discovery document revision 20220808
6
+ * Regenerated using generator version 0.9.0
7
+
8
+ ### v0.35.0 (2022-06-30)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.34.0 (2022-06-24)
13
+
14
+ * Regenerated from discovery document revision 20220619
15
+ * Regenerated using generator version 0.7.0
16
+
3
17
  ### v0.33.0 (2022-06-17)
4
18
 
5
19
  * Regenerated using generator version 0.6.0
@@ -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.33.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.6.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220512"
25
+ REVISION = "20220808"
26
26
  end
27
27
  end
28
28
  end
@@ -855,8 +855,8 @@ module Google
855
855
  # Required. Name of the parent resource.
856
856
  # @param [Fixnum] page_size
857
857
  # The maximum number of configs to return. The service may return fewer than
858
- # this value. If unspecified, at most 50 configs will be returned. The maximum
859
- # value is 1000; values above 1000 will be coerced to 1000.
858
+ # this value. The maximum value is 1000; values above 1000 will be coerced to
859
+ # 1000.
860
860
  # @param [String] page_token
861
861
  # A page token, received from a previous `ListBitbucketServerRepositoriesRequest`
862
862
  # call. Provide this to retrieve the subsequent page. When paginating, all
@@ -1592,7 +1592,10 @@ module Google
1592
1592
  execute_or_queue_command(command, &block)
1593
1593
  end
1594
1594
 
1595
- # Runs a `BuildTrigger` at a particular source revision.
1595
+ # Runs a `BuildTrigger` at a particular source revision. To run a regional or
1596
+ # global trigger, use the POST request that includes the location endpoint in
1597
+ # the path. The POST request that does not include the location endpoint in the
1598
+ # path can only be used when running global triggers.
1596
1599
  # @param [String] name
1597
1600
  # The name of the `Trigger` to run. Format: `projects/`project`/locations/`
1598
1601
  # location`/triggers/`trigger``
@@ -2058,7 +2061,10 @@ module Google
2058
2061
  execute_or_queue_command(command, &block)
2059
2062
  end
2060
2063
 
2061
- # Runs a `BuildTrigger` at a particular source revision.
2064
+ # Runs a `BuildTrigger` at a particular source revision. To run a regional or
2065
+ # global trigger, use the POST request that includes the location endpoint in
2066
+ # the path. The POST request that does not include the location endpoint in the
2067
+ # path can only be used when running global triggers.
2062
2068
  # @param [String] project_id
2063
2069
  # Required. ID of the project.
2064
2070
  # @param [String] trigger_id
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.33.0
4
+ version: 0.36.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: 2022-06-20 00:00:00.000000000 Z
11
+ date: 2022-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.6'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.6'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1/v0.36.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: []