google-apis-cloudbuild_v2 0.12.0 → 0.13.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: 0a00befcf1725b0382a0f3fb94e44b677b1fef5f571fe8946200fd1a90a91874
4
- data.tar.gz: 3f168298280d2a6ee122911761f3a182320f51cc02d77a78f7a3c6ba3e0fa7bd
3
+ metadata.gz: d9ceefb04394c828fec360af01594802a18a1a2c3b1baafee12c2b60bc7fdbb5
4
+ data.tar.gz: c3da8a3b44486aaffebd44c43d2c41d88d13a0ad07ea5bbc99d76c6b650f8470
5
5
  SHA512:
6
- metadata.gz: 93b9a6285ba20c1eb4ef2c9cca710a9816597d6bc701c0308a7afed302c5573537033f8da52c0a1b6b7dfbc79bb27aaac8bf3f6a7e6565a722d88005c21afd8e
7
- data.tar.gz: 4211f7e5c44b3b2efdc636fedd0f7ac80f78d92f2637d5e979e138ebd6ccf31080803122613388bbe004ead315ee28081b4bd600f0bae0d39c4de8e28341ee44
6
+ metadata.gz: dae0de2c69a715a6b86336f50dcd4bec0536d2d9022e0c526ce42d1cd43195438a956aa18c047babc6e11e7f7a20f35df7e722afae924b1c9c3902f8f02e8a61
7
+ data.tar.gz: 0bf82cb791767d3134f8205760c2e204fd599457f35e864daed73398798fea2446c73ffadae420b8cb5bccf43639a7450c530d1df83ca382ba41dc6bb235dc8c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudbuild_v2
2
2
 
3
+ ### v0.13.0 (2024-03-03)
4
+
5
+ * Regenerated from discovery document revision 20240223
6
+ * Regenerated using generator version 0.14.0
7
+
3
8
  ### v0.12.0 (2024-02-23)
4
9
 
5
10
  * Unspecified changes
@@ -2893,25 +2893,6 @@ module Google
2893
2893
  end
2894
2894
  end
2895
2895
 
2896
- # VolumeClaim is a user's request for a volume.
2897
- class VolumeClaim
2898
- include Google::Apis::Core::Hashable
2899
-
2900
- # Volume size, e.g. 1gb.
2901
- # Corresponds to the JSON property `storage`
2902
- # @return [String]
2903
- attr_accessor :storage
2904
-
2905
- def initialize(**args)
2906
- update!(**args)
2907
- end
2908
-
2909
- # Update properties of this object
2910
- def update!(**args)
2911
- @storage = args[:storage] if args.key?(:storage)
2912
- end
2913
- end
2914
-
2915
2896
  # Pod volumes to mount into the container's filesystem.
2916
2897
  class VolumeMount
2917
2898
  include Google::Apis::Core::Hashable
@@ -3061,11 +3042,6 @@ module Google
3061
3042
  # @return [String]
3062
3043
  attr_accessor :sub_path
3063
3044
 
3064
- # VolumeClaim is a user's request for a volume.
3065
- # Corresponds to the JSON property `volumeClaim`
3066
- # @return [Google::Apis::CloudbuildV2::VolumeClaim]
3067
- attr_accessor :volume_claim
3068
-
3069
3045
  def initialize(**args)
3070
3046
  update!(**args)
3071
3047
  end
@@ -3075,7 +3051,6 @@ module Google
3075
3051
  @name = args[:name] if args.key?(:name)
3076
3052
  @secret = args[:secret] if args.key?(:secret)
3077
3053
  @sub_path = args[:sub_path] if args.key?(:sub_path)
3078
- @volume_claim = args[:volume_claim] if args.key?(:volume_claim)
3079
3054
  end
3080
3055
  end
3081
3056
 
@@ -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.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.1"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240207"
25
+ REVISION = "20240223"
26
26
  end
27
27
  end
28
28
  end
@@ -436,12 +436,6 @@ module Google
436
436
  include Google::Apis::Core::JsonObjectSupport
437
437
  end
438
438
 
439
- class VolumeClaim
440
- class Representation < Google::Apis::Core::JsonRepresentation; end
441
-
442
- include Google::Apis::Core::JsonObjectSupport
443
- end
444
-
445
439
  class VolumeMount
446
440
  class Representation < Google::Apis::Core::JsonRepresentation; end
447
441
 
@@ -1240,13 +1234,6 @@ module Google
1240
1234
  end
1241
1235
  end
1242
1236
 
1243
- class VolumeClaim
1244
- # @private
1245
- class Representation < Google::Apis::Core::JsonRepresentation
1246
- property :storage, as: 'storage'
1247
- end
1248
- end
1249
-
1250
1237
  class VolumeMount
1251
1238
  # @private
1252
1239
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1290,8 +1277,6 @@ module Google
1290
1277
  property :secret, as: 'secret', class: Google::Apis::CloudbuildV2::SecretVolumeSource, decorator: Google::Apis::CloudbuildV2::SecretVolumeSource::Representation
1291
1278
 
1292
1279
  property :sub_path, as: 'subPath'
1293
- property :volume_claim, as: 'volumeClaim', class: Google::Apis::CloudbuildV2::VolumeClaim, decorator: Google::Apis::CloudbuildV2::VolumeClaim::Representation
1294
-
1295
1280
  end
1296
1281
  end
1297
1282
 
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.12.0
4
+ version: 0.13.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-02-25 00:00:00.000000000 Z
11
+ date: 2024-03-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.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v2/v0.13.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: []