google-apis-run_v1 0.95.0 → 0.96.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: dc946155d0024e0b35f49923329e9b8fb616d89eaf76c6ba826a7c841a14d101
4
- data.tar.gz: 5bc0b8a5849cecf4cd06550ebd7670526166406fb3fa0e0f4ddc233b1bd48a76
3
+ metadata.gz: 13c5239aea4f0e95bbdff63a1547204510aa1af70aefeba5f9d8a57c7143aab7
4
+ data.tar.gz: bc9e3986cc4dccbefa289e55c0bfdd0e00760cd7578534c34ffa4c69d040929c
5
5
  SHA512:
6
- metadata.gz: e6745dc16fa1d0134710f22664a3b0138879758d32b78a80b9b2ee73368a7d82d33c3f0f5a5a728123effdca80f7ee9ed7cd406457e6a8f2028f10467fa0a9c0
7
- data.tar.gz: 3d5f992d9e5e64f694eec512faa5066561534bad705336e48b11d5796cb65971c4134ff2e8a1c75d3629fea750ac27a568bef179459e259862655a0003c44c06
6
+ metadata.gz: 2f76ec7c6f0914f221837402c663f4b8dcfb3fcee4b2e301f5e58f600810d2a34db201f44e941708b9658f87a30d87e153027c20db1d40d050dc9b20b4014613
7
+ data.tar.gz: 7c8d8b5a628ce6836700b741175a3ac703c6e47576d13d97819195d6aa7151febdb2cd6d7c2c0e894cb6b214a9e3f1e089da464ccff1fc0808e87ae1f6cf1c6d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.96.0 (2025-12-07)
4
+
5
+ * Regenerated from discovery document revision 20251202
6
+
3
7
  ### v0.95.0 (2025-11-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20251031
@@ -2680,6 +2680,14 @@ module Google
2680
2680
  # @return [String]
2681
2681
  attr_accessor :artifact_id
2682
2682
 
2683
+ # Optional. Path to a folder containing the files to upload to Artifact Registry.
2684
+ # This can be either an absolute path, e.g. `/workspace/my-app/target/`, or a
2685
+ # relative path from /workspace, e.g. `my-app/target/`. This field is mutually
2686
+ # exclusive with the `path` field.
2687
+ # Corresponds to the JSON property `deployFolder`
2688
+ # @return [String]
2689
+ attr_accessor :deploy_folder
2690
+
2683
2691
  # Maven `groupId` value used when uploading the artifact to Artifact Registry.
2684
2692
  # Corresponds to the JSON property `groupId`
2685
2693
  # @return [String]
@@ -2712,6 +2720,7 @@ module Google
2712
2720
  # Update properties of this object
2713
2721
  def update!(**args)
2714
2722
  @artifact_id = args[:artifact_id] if args.key?(:artifact_id)
2723
+ @deploy_folder = args[:deploy_folder] if args.key?(:deploy_folder)
2715
2724
  @group_id = args[:group_id] if args.key?(:group_id)
2716
2725
  @path = args[:path] if args.key?(:path)
2717
2726
  @repository = args[:repository] if args.key?(:repository)
@@ -3470,8 +3479,9 @@ module Google
3470
3479
  attr_accessor :operations
3471
3480
 
3472
3481
  # Unordered list. Unreachable resources. Populated when the request sets `
3473
- # ListOperationsRequest.return_partial_success` and reads across collections e.g.
3474
- # when attempting to list all resources across all supported locations.
3482
+ # ListOperationsRequest.return_partial_success` and reads across collections.
3483
+ # For example, when attempting to list all resources across all supported
3484
+ # locations.
3475
3485
  # Corresponds to the JSON property `unreachable`
3476
3486
  # @return [Array<String>]
3477
3487
  attr_accessor :unreachable
@@ -4499,9 +4509,11 @@ module Google
4499
4509
  # zonal-redundancy-disabled`: Revision. * `run.googleapis.com/health-check-
4500
4510
  # disabled`: Revision. * `run.googleapis.com/ingress`: Service. * `run.
4501
4511
  # googleapis.com/launch-stage`: Service, Job. * `run.googleapis.com/minScale`:
4502
- # Service * `run.googleapis.com/network-interfaces`: Revision, Execution. * `run.
4503
- # googleapis.com/post-key-revocation-action-type`: Revision. * `run.googleapis.
4504
- # com/secrets`: Revision, Execution. * `run.googleapis.com/secure-session-agent`:
4512
+ # Service. * `run.googleapis.com/maxScale`: Service. * `run.googleapis.com/
4513
+ # manualInstanceCount`: Service. * `run.googleapis.com/network-interfaces`:
4514
+ # Revision, Execution. * `run.googleapis.com/post-key-revocation-action-type`:
4515
+ # Revision. `run.googleapis.com/scalingMode`: Service. * `run.googleapis.com/
4516
+ # secrets`: Revision, Execution. * `run.googleapis.com/secure-session-agent`:
4505
4517
  # Revision. * `run.googleapis.com/sessionAffinity`: Revision. * `run.googleapis.
4506
4518
  # com/startup-cpu-boost`: Revision. * `run.googleapis.com/vpc-access-connector`:
4507
4519
  # Revision, Execution. * `run.googleapis.com/vpc-access-egress`: Revision,
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV1
18
18
  # Version of the google-apis-run_v1 gem
19
- GEM_VERSION = "0.95.0"
19
+ GEM_VERSION = "0.96.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 = "20251031"
25
+ REVISION = "20251202"
26
26
  end
27
27
  end
28
28
  end
@@ -1525,6 +1525,7 @@ module Google
1525
1525
  # @private
1526
1526
  class Representation < Google::Apis::Core::JsonRepresentation
1527
1527
  property :artifact_id, as: 'artifactId'
1528
+ property :deploy_folder, as: 'deployFolder'
1528
1529
  property :group_id, as: 'groupId'
1529
1530
  property :path, as: 'path'
1530
1531
  property :repository, as: 'repository'
@@ -2080,11 +2080,12 @@ module Google
2080
2080
  # list call.
2081
2081
  # @param [Boolean] return_partial_success
2082
2082
  # When set to `true`, operations that are reachable are returned as normal, and
2083
- # those that are unreachable are returned in the [ListOperationsResponse.
2084
- # unreachable] field. This can only be `true` when reading across collections e.
2085
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
2086
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
2087
- # explicitly documented otherwise in service or product specific documentation.
2083
+ # those that are unreachable are returned in the ListOperationsResponse.
2084
+ # unreachable field. This can only be `true` when reading across collections.
2085
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
2086
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
2087
+ # if set unless explicitly documented otherwise in service or product specific
2088
+ # documentation.
2088
2089
  # @param [String] fields
2089
2090
  # Selector specifying which fields to include in a partial response.
2090
2091
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.95.0
4
+ version: 0.96.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.95.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.96.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1
62
62
  rdoc_options: []
63
63
  require_paths: