google-apis-cloudbuild_v2 0.18.0 → 0.19.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: c398cb93985c5dc05cc61e839bbf8f14fe05a511dca492cc1fa15ef0ba493d80
4
- data.tar.gz: 72222e853e67fb977023ce3398258fc5a5fe396edeb93baf04f7c2779c752a32
3
+ metadata.gz: a6d00270e6c3ef87b8a379326bd026949db8a289994b39c721f6f08d6381c0c6
4
+ data.tar.gz: 938c7dfcf3d0402735571586882a9dc73c2177b0562a9b1161d933b85537e5af
5
5
  SHA512:
6
- metadata.gz: 6e7275460797c220bd77699b57b19c5d2609261203975b9ce67050944ee245dcf51697a0335c28045c0181d73fd1236e2f64df7156fe6c641447565eec10f327
7
- data.tar.gz: 6a0c2cca5a0e66c31a064598f5cc68ff7073089970cdf9b599a0ec79b4100c796d62dec7aeaad280eb8a0ab01152e5386105ea08c34a3d4b42d8386a6fd4f255
6
+ metadata.gz: 13c912828f1acb14408725942f4943cade9f1084ca69ca59bffb8e7406ad1b7133c0c5906a56f596a67b62c3234e31558cf2e23b60f06d13db7cc88a0b4b4ac0
7
+ data.tar.gz: e3ebb1ce272c18a47b01aa155101f209664f79c9201ec27c5cd1d6acb93b0bd57b11e97741034c69c49fc5a549c33272d5a8036bad98ef17e507a89a683903e3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudbuild_v2
2
2
 
3
+ ### v0.19.0 (2024-05-26)
4
+
5
+ * Regenerated from discovery document revision 20240519
6
+ * Regenerated using generator version 0.15.0
7
+
3
8
  ### v0.18.0 (2024-05-05)
4
9
 
5
10
  * Regenerated from discovery document revision 20240427
@@ -283,7 +283,7 @@ module Google
283
283
  # @return [Google::Apis::CloudbuildV2::UserCredential]
284
284
  attr_accessor :authorizer_credential
285
285
 
286
- # Required. The URI of the Bitbucket Data Center instance or cluster this
286
+ # Optional. The URI of the Bitbucket Data Center instance or cluster this
287
287
  # connection is for.
288
288
  # Corresponds to the JSON property `hostUri`
289
289
  # @return [String]
@@ -415,7 +415,7 @@ module Google
415
415
  class Connection
416
416
  include Google::Apis::Core::Hashable
417
417
 
418
- # Allows clients to store small amounts of arbitrary data.
418
+ # Optional. Allows clients to store small amounts of arbitrary data.
419
419
  # Corresponds to the JSON property `annotations`
420
420
  # @return [Hash<String,String>]
421
421
  attr_accessor :annotations
@@ -435,9 +435,9 @@ module Google
435
435
  # @return [String]
436
436
  attr_accessor :create_time
437
437
 
438
- # If disabled is set to true, functionality is disabled for this connection.
439
- # Repository based API methods and webhooks processing for repositories in this
440
- # connection will be disabled.
438
+ # Optional. If disabled is set to true, functionality is disabled for this
439
+ # connection. Repository based API methods and webhooks processing for
440
+ # repositories in this connection will be disabled.
441
441
  # Corresponds to the JSON property `disabled`
442
442
  # @return [Boolean]
443
443
  attr_accessor :disabled
@@ -834,7 +834,7 @@ module Google
834
834
  class GitHubConfig
835
835
  include Google::Apis::Core::Hashable
836
836
 
837
- # GitHub App installation id.
837
+ # Optional. GitHub App installation id.
838
838
  # Corresponds to the JSON property `appInstallationId`
839
839
  # @return [Fixnum]
840
840
  attr_accessor :app_installation_id
@@ -915,17 +915,17 @@ module Google
915
915
  # @return [String]
916
916
  attr_accessor :api_key
917
917
 
918
- # Id of the GitHub App created from the manifest.
918
+ # Optional. Id of the GitHub App created from the manifest.
919
919
  # Corresponds to the JSON property `appId`
920
920
  # @return [Fixnum]
921
921
  attr_accessor :app_id
922
922
 
923
- # ID of the installation of the GitHub App.
923
+ # Optional. ID of the installation of the GitHub App.
924
924
  # Corresponds to the JSON property `appInstallationId`
925
925
  # @return [Fixnum]
926
926
  attr_accessor :app_installation_id
927
927
 
928
- # The URL-friendly name of the GitHub App.
928
+ # Optional. The URL-friendly name of the GitHub App.
929
929
  # Corresponds to the JSON property `appSlug`
930
930
  # @return [String]
931
931
  attr_accessor :app_slug
@@ -935,8 +935,8 @@ module Google
935
935
  # @return [String]
936
936
  attr_accessor :host_uri
937
937
 
938
- # SecretManager resource containing the private key of the GitHub App, formatted
939
- # as `projects/*/secrets/*/versions/*`.
938
+ # Optional. SecretManager resource containing the private key of the GitHub App,
939
+ # formatted as `projects/*/secrets/*/versions/*`.
940
940
  # Corresponds to the JSON property `privateKeySecretVersion`
941
941
  # @return [String]
942
942
  attr_accessor :private_key_secret_version
@@ -952,13 +952,13 @@ module Google
952
952
  # @return [Google::Apis::CloudbuildV2::GoogleDevtoolsCloudbuildV2ServiceDirectoryConfig]
953
953
  attr_accessor :service_directory_config
954
954
 
955
- # SSL certificate to use for requests to GitHub Enterprise.
955
+ # Optional. SSL certificate to use for requests to GitHub Enterprise.
956
956
  # Corresponds to the JSON property `sslCa`
957
957
  # @return [String]
958
958
  attr_accessor :ssl_ca
959
959
 
960
- # SecretManager resource containing the webhook secret of the GitHub App,
961
- # formatted as `projects/*/secrets/*/versions/*`.
960
+ # Optional. SecretManager resource containing the webhook secret of the GitHub
961
+ # App, formatted as `projects/*/secrets/*/versions/*`.
962
962
  # Corresponds to the JSON property `webhookSecretSecretVersion`
963
963
  # @return [String]
964
964
  attr_accessor :webhook_secret_secret_version
@@ -993,8 +993,8 @@ module Google
993
993
  # @return [Google::Apis::CloudbuildV2::UserCredential]
994
994
  attr_accessor :authorizer_credential
995
995
 
996
- # The URI of the GitLab Enterprise host this connection is for. If not specified,
997
- # the default value is https://gitlab.com.
996
+ # Optional. The URI of the GitLab Enterprise host this connection is for. If not
997
+ # specified, the default value is https://gitlab.com.
998
998
  # Corresponds to the JSON property `hostUri`
999
999
  # @return [String]
1000
1000
  attr_accessor :host_uri
@@ -1016,7 +1016,7 @@ module Google
1016
1016
  # @return [Google::Apis::CloudbuildV2::GoogleDevtoolsCloudbuildV2ServiceDirectoryConfig]
1017
1017
  attr_accessor :service_directory_config
1018
1018
 
1019
- # SSL certificate to use for requests to GitLab Enterprise.
1019
+ # Optional. SSL certificate to use for requests to GitLab Enterprise.
1020
1020
  # Corresponds to the JSON property `sslCa`
1021
1021
  # @return [String]
1022
1022
  attr_accessor :ssl_ca
@@ -1332,8 +1332,8 @@ module Google
1332
1332
  class OAuthCredential
1333
1333
  include Google::Apis::Core::Hashable
1334
1334
 
1335
- # A SecretManager resource containing the OAuth token that authorizes the Cloud
1336
- # Build connection. Format: `projects/*/secrets/*/versions/*`.
1335
+ # Optional. A SecretManager resource containing the OAuth token that authorizes
1336
+ # the Cloud Build connection. Format: `projects/*/secrets/*/versions/*`.
1337
1337
  # Corresponds to the JSON property `oauthTokenSecretVersion`
1338
1338
  # @return [String]
1339
1339
  attr_accessor :oauth_token_secret_version
@@ -2200,7 +2200,7 @@ module Google
2200
2200
  class Repository
2201
2201
  include Google::Apis::Core::Hashable
2202
2202
 
2203
- # Allows clients to store small amounts of arbitrary data.
2203
+ # Optional. Allows clients to store small amounts of arbitrary data.
2204
2204
  # Corresponds to the JSON property `annotations`
2205
2205
  # @return [Hash<String,String>]
2206
2206
  attr_accessor :annotations
@@ -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.18.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240427"
25
+ REVISION = "20240519"
26
26
  end
27
27
  end
28
28
  end
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.18.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: 2024-05-05 00:00:00.000000000 Z
11
+ date: 2024-05-26 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.14.0
19
+ version: 0.15.0
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.14.0
29
+ version: 0.15.0
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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v2/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v2/v0.19.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: []