google-apis-run_v2 0.94.0 → 0.95.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: 71401e0e74192b29ce9d5fdc4200cfc747985af46e705e8faa7cd640306add67
4
- data.tar.gz: 892f30757d882901a443af3dc735ae95b239e29ec82c248faf9f46634d5733ef
3
+ metadata.gz: 6e77da5d2cf1e8ad676fd49b81477ef75be58a4c7d5702d9621fd6be4ce4be65
4
+ data.tar.gz: 46f88ecdc0163d3d77adf2f2a98f820426fa511c29c5ba64b2bfac81c393321e
5
5
  SHA512:
6
- metadata.gz: '08f5ea21c8bbcba52c388782523273daf3400dfcd51c92524ba2202ac8c58a0abe89650c1c59da64bc0fdac1311a3b671d0d6e06ff2d25d3597c2832ad6f08f2'
7
- data.tar.gz: d300321e6cb96f5e9e540974334db689460930bb37fa6d99b54431fd252673e6390836fce4e8e03dfdb0d2b2fbb242486c282df3e257c7f1935a42146d13904d
6
+ metadata.gz: 13d1c5537a93bc9c7648248989dffc095a3ed64f1b1ab1ed39de9c8a1861526f994afe70915b3a696b992192823e6a5a5c3083b30025060e86a0047e19fc5aa2
7
+ data.tar.gz: 3372cdd038cfc8657afe1a6857c5b32204de615f5c5008b499391b0960c460fb9ca011ca9ede31b56e1de9252faa295bf4b81dbcd240ddf3b6d32fe85723108b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.95.0 (2025-08-17)
4
+
5
+ * Regenerated from discovery document revision 20250808
6
+
3
7
  ### v0.94.0 (2025-08-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20250801
@@ -3580,6 +3580,12 @@ module Google
3580
3580
  # @return [String]
3581
3581
  attr_accessor :name
3582
3582
 
3583
+ # Optional. Path within the volume from which the container's volume should be
3584
+ # mounted. Defaults to "" (volume's root).
3585
+ # Corresponds to the JSON property `subPath`
3586
+ # @return [String]
3587
+ attr_accessor :sub_path
3588
+
3583
3589
  def initialize(**args)
3584
3590
  update!(**args)
3585
3591
  end
@@ -3588,6 +3594,7 @@ module Google
3588
3594
  def update!(**args)
3589
3595
  @mount_path = args[:mount_path] if args.key?(:mount_path)
3590
3596
  @name = args[:name] if args.key?(:name)
3597
+ @sub_path = args[:sub_path] if args.key?(:sub_path)
3591
3598
  end
3592
3599
  end
3593
3600
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV2
18
18
  # Version of the google-apis-run_v2 gem
19
- GEM_VERSION = "0.94.0"
19
+ GEM_VERSION = "0.95.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250801"
25
+ REVISION = "20250808"
26
26
  end
27
27
  end
28
28
  end
@@ -1605,6 +1605,7 @@ module Google
1605
1605
  class Representation < Google::Apis::Core::JsonRepresentation
1606
1606
  property :mount_path, as: 'mountPath'
1607
1607
  property :name, as: 'name'
1608
+ property :sub_path, as: 'subPath'
1608
1609
  end
1609
1610
  end
1610
1611
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.94.0
4
+ version: 0.95.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.94.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.95.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2
62
62
  rdoc_options: []
63
63
  require_paths: