google-apis-cloudbuild_v1 0.30.0 → 0.31.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: fb974611111f39af9240db88d6349aefe12112fe4ac3f7d140a2437b6e8450a0
4
- data.tar.gz: d7d626d662a571c10f33d579ff29f97d7d5223c04b180fcef8cd87dd2e5b2741
3
+ metadata.gz: d3a087cd716784a3a4d38b39d307f4dce40015a755773e1ecf2311aa34509b5c
4
+ data.tar.gz: 1c344ecc858dab91da86d96328e11cf9eabc2ee412900c3766fb1d53ad37b0cb
5
5
  SHA512:
6
- metadata.gz: 76e0aece12187ac51ce8cf57b07db8fc5fe84c971be638bb5c2daf052272f855f3ea4a25b579e5ee5a5267d165af9229595be3e7e0e0fa527eed1f4a3736bafc
7
- data.tar.gz: 25dbc4d15d5e5555837fcb1f0d61dcb42c42789942d7993987c80282346f0a9cd26aa1ec95afb00cd1d3845eaff49f824d8ccd4345ddd9b8c172ce73d3a1556e
6
+ metadata.gz: e7c695f6f0028181f1fcc0f8220c684ea38e917aa646c4facdeba60321fab687dfa688991b23e1651e793c4f505a28f3631d35eb8d74ef86bc7860cf86ff0530
7
+ data.tar.gz: 9efc7435fc047f66452a60479da44daac5c5b6f8cbf6a194b649de85c48c2a089e67d5ece8950f28801e64d66c7f4a1867072126ae7b124284e344ca41a6712a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudbuild_v1
2
2
 
3
+ ### v0.31.0 (2022-05-20)
4
+
5
+ * Regenerated from discovery document revision 20220512
6
+
3
7
  ### v0.30.0 (2022-05-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20220505
@@ -1484,38 +1484,6 @@ module Google
1484
1484
  end
1485
1485
  end
1486
1486
 
1487
- # Metadata for `CreateGitLabConfig` operation.
1488
- class CreateGitLabConfigOperationMetadata
1489
- include Google::Apis::Core::Hashable
1490
-
1491
- # Time the operation was completed.
1492
- # Corresponds to the JSON property `completeTime`
1493
- # @return [String]
1494
- attr_accessor :complete_time
1495
-
1496
- # Time the operation was created.
1497
- # Corresponds to the JSON property `createTime`
1498
- # @return [String]
1499
- attr_accessor :create_time
1500
-
1501
- # The resource name of the GitLabConfig to be created. Format: `projects/`
1502
- # project`/locations/`location`/gitlabConfigs/`id``.
1503
- # Corresponds to the JSON property `gitlabConfig`
1504
- # @return [String]
1505
- attr_accessor :gitlab_config
1506
-
1507
- def initialize(**args)
1508
- update!(**args)
1509
- end
1510
-
1511
- # Update properties of this object
1512
- def update!(**args)
1513
- @complete_time = args[:complete_time] if args.key?(:complete_time)
1514
- @create_time = args[:create_time] if args.key?(:create_time)
1515
- @gitlab_config = args[:gitlab_config] if args.key?(:gitlab_config)
1516
- end
1517
- end
1518
-
1519
1487
  # Metadata for the `CreateWorkerPool` operation.
1520
1488
  class CreateWorkerPoolOperationMetadata
1521
1489
  include Google::Apis::Core::Hashable
@@ -1612,38 +1580,6 @@ module Google
1612
1580
  end
1613
1581
  end
1614
1582
 
1615
- # Metadata for `DeleteGitLabConfig` operation.
1616
- class DeleteGitLabConfigOperationMetadata
1617
- include Google::Apis::Core::Hashable
1618
-
1619
- # Time the operation was completed.
1620
- # Corresponds to the JSON property `completeTime`
1621
- # @return [String]
1622
- attr_accessor :complete_time
1623
-
1624
- # Time the operation was created.
1625
- # Corresponds to the JSON property `createTime`
1626
- # @return [String]
1627
- attr_accessor :create_time
1628
-
1629
- # The resource name of the GitLabConfig to be created. Format: `projects/`
1630
- # project`/locations/`location`/gitlabConfigs/`id``.
1631
- # Corresponds to the JSON property `gitlabConfig`
1632
- # @return [String]
1633
- attr_accessor :gitlab_config
1634
-
1635
- def initialize(**args)
1636
- update!(**args)
1637
- end
1638
-
1639
- # Update properties of this object
1640
- def update!(**args)
1641
- @complete_time = args[:complete_time] if args.key?(:complete_time)
1642
- @create_time = args[:create_time] if args.key?(:create_time)
1643
- @gitlab_config = args[:gitlab_config] if args.key?(:gitlab_config)
1644
- end
1645
- end
1646
-
1647
1583
  # Metadata for the `DeleteWorkerPool` operation.
1648
1584
  class DeleteWorkerPoolOperationMetadata
1649
1585
  include Google::Apis::Core::Hashable
@@ -3619,38 +3555,6 @@ module Google
3619
3555
  end
3620
3556
  end
3621
3557
 
3622
- # Metadata for `UpdateGitLabConfig` operation.
3623
- class UpdateGitLabConfigOperationMetadata
3624
- include Google::Apis::Core::Hashable
3625
-
3626
- # Time the operation was completed.
3627
- # Corresponds to the JSON property `completeTime`
3628
- # @return [String]
3629
- attr_accessor :complete_time
3630
-
3631
- # Time the operation was created.
3632
- # Corresponds to the JSON property `createTime`
3633
- # @return [String]
3634
- attr_accessor :create_time
3635
-
3636
- # The resource name of the GitLabConfig to be created. Format: `projects/`
3637
- # project`/locations/`location`/gitlabConfigs/`id``.
3638
- # Corresponds to the JSON property `gitlabConfig`
3639
- # @return [String]
3640
- attr_accessor :gitlab_config
3641
-
3642
- def initialize(**args)
3643
- update!(**args)
3644
- end
3645
-
3646
- # Update properties of this object
3647
- def update!(**args)
3648
- @complete_time = args[:complete_time] if args.key?(:complete_time)
3649
- @create_time = args[:create_time] if args.key?(:create_time)
3650
- @gitlab_config = args[:gitlab_config] if args.key?(:gitlab_config)
3651
- end
3652
- end
3653
-
3654
3558
  # Metadata for the `UpdateWorkerPool` operation.
3655
3559
  class UpdateWorkerPoolOperationMetadata
3656
3560
  include Google::Apis::Core::Hashable
@@ -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.30.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220505"
25
+ REVISION = "20220512"
26
26
  end
27
27
  end
28
28
  end
@@ -184,12 +184,6 @@ module Google
184
184
  include Google::Apis::Core::JsonObjectSupport
185
185
  end
186
186
 
187
- class CreateGitLabConfigOperationMetadata
188
- class Representation < Google::Apis::Core::JsonRepresentation; end
189
-
190
- include Google::Apis::Core::JsonObjectSupport
191
- end
192
-
193
187
  class CreateWorkerPoolOperationMetadata
194
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
195
189
 
@@ -208,12 +202,6 @@ module Google
208
202
  include Google::Apis::Core::JsonObjectSupport
209
203
  end
210
204
 
211
- class DeleteGitLabConfigOperationMetadata
212
- class Representation < Google::Apis::Core::JsonRepresentation; end
213
-
214
- include Google::Apis::Core::JsonObjectSupport
215
- end
216
-
217
205
  class DeleteWorkerPoolOperationMetadata
218
206
  class Representation < Google::Apis::Core::JsonRepresentation; end
219
207
 
@@ -544,12 +532,6 @@ module Google
544
532
  include Google::Apis::Core::JsonObjectSupport
545
533
  end
546
534
 
547
- class UpdateGitLabConfigOperationMetadata
548
- class Representation < Google::Apis::Core::JsonRepresentation; end
549
-
550
- include Google::Apis::Core::JsonObjectSupport
551
- end
552
-
553
535
  class UpdateWorkerPoolOperationMetadata
554
536
  class Representation < Google::Apis::Core::JsonRepresentation; end
555
537
 
@@ -941,15 +923,6 @@ module Google
941
923
  end
942
924
  end
943
925
 
944
- class CreateGitLabConfigOperationMetadata
945
- # @private
946
- class Representation < Google::Apis::Core::JsonRepresentation
947
- property :complete_time, as: 'completeTime'
948
- property :create_time, as: 'createTime'
949
- property :gitlab_config, as: 'gitlabConfig'
950
- end
951
- end
952
-
953
926
  class CreateWorkerPoolOperationMetadata
954
927
  # @private
955
928
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -977,15 +950,6 @@ module Google
977
950
  end
978
951
  end
979
952
 
980
- class DeleteGitLabConfigOperationMetadata
981
- # @private
982
- class Representation < Google::Apis::Core::JsonRepresentation
983
- property :complete_time, as: 'completeTime'
984
- property :create_time, as: 'createTime'
985
- property :gitlab_config, as: 'gitlabConfig'
986
- end
987
- end
988
-
989
953
  class DeleteWorkerPoolOperationMetadata
990
954
  # @private
991
955
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1528,15 +1492,6 @@ module Google
1528
1492
  end
1529
1493
  end
1530
1494
 
1531
- class UpdateGitLabConfigOperationMetadata
1532
- # @private
1533
- class Representation < Google::Apis::Core::JsonRepresentation
1534
- property :complete_time, as: 'completeTime'
1535
- property :create_time, as: 'createTime'
1536
- property :gitlab_config, as: 'gitlabConfig'
1537
- end
1538
- end
1539
-
1540
1495
  class UpdateWorkerPoolOperationMetadata
1541
1496
  # @private
1542
1497
  class Representation < Google::Apis::Core::JsonRepresentation
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.30.0
4
+ version: 0.31.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-05-16 00:00:00.000000000 Z
11
+ date: 2022-05-23 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.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1/v0.31.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: []