google-apis-clouddeploy_v1 0.57.0 → 0.59.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: a5e11cbc4c221f5bb30ccff1902812963ed0877ad42552b587090bfac3fede96
4
- data.tar.gz: b8a1f77b59448a86bf81d64769ac4724ba2770310d7f12c49b7ebb5969222626
3
+ metadata.gz: 9fbead4b8d7609d6518f351326f42d366b39e92c0ecdffee657a3221b5e55013
4
+ data.tar.gz: 37bc378b53057bc0b2f2f90c8a09640e73a82a3f0c199caf4318435bafef57c6
5
5
  SHA512:
6
- metadata.gz: 53654cfa44cde45eb715ea6464f52c4d0e2161e73d31e1049cf60cb6aca5d4c4851b91c88677d2221bee1529e3340f031227c4f1d2e84aa5328b3100f75b8936
7
- data.tar.gz: e89ef9c448c8e3a8fb1eddcf20e38793dbcaaaa40786a53e1bcfc078cc12bc446c4540ea40a06bdcb3c9bb92aecedcbec68eb90f2d90b68abfd4b4e9dee53902
6
+ metadata.gz: 2d889061a3f93397bb154672dcc8f4642d88bbe1626451978b30badb2971feb9199ed484351ff3fee5b79ab3accf7fe03b7a8c46f34aa433b8c3d2be8f98b3a9
7
+ data.tar.gz: a9a3362a8d048fb3d5b161b231b8882607668a3c353d4c2651e10fb7fd09c2b770dcddefdfd9b10afccb4856f980cef3c16214a639384614fec919b8e4285b3c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-clouddeploy_v1
2
2
 
3
+ ### v0.59.0 (2025-04-20)
4
+
5
+ * Regenerated from discovery document revision 20250409
6
+
7
+ ### v0.58.0 (2025-03-09)
8
+
9
+ * Regenerated from discovery document revision 20250226
10
+
3
11
  ### v0.57.0 (2025-02-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20250212
@@ -1017,7 +1017,8 @@ module Google
1017
1017
  # @return [Google::Apis::ClouddeployV1::Predeploy]
1018
1018
  attr_accessor :predeploy
1019
1019
 
1020
- # Optional. Whether to run verify tests after each percentage deployment.
1020
+ # Optional. Whether to run verify tests after each percentage deployment via `
1021
+ # skaffold verify`.
1021
1022
  # Corresponds to the JSON property `verify`
1022
1023
  # @return [Boolean]
1023
1024
  attr_accessor :verify
@@ -1977,7 +1978,7 @@ module Google
1977
1978
  # @return [String]
1978
1979
  attr_accessor :description
1979
1980
 
1980
- # The weak etag of the `Automation` resource. This checksum is computed by the
1981
+ # The weak etag of the `DeployPolicy` resource. This checksum is computed by the
1981
1982
  # server based on the value of other fields, and may be sent on update and
1982
1983
  # delete requests to ensure the client has an up-to-date value before proceeding.
1983
1984
  # Corresponds to the JSON property `etag`
@@ -3557,7 +3558,8 @@ module Google
3557
3558
  # @return [Array<String>]
3558
3559
  attr_accessor :profiles
3559
3560
 
3560
- # Optional. Whether to run verify tests after the deployment.
3561
+ # Optional. Whether to run verify tests after the deployment via `skaffold
3562
+ # verify`.
3561
3563
  # Corresponds to the JSON property `verify`
3562
3564
  # @return [Boolean]
3563
3565
  attr_accessor :verify
@@ -5675,7 +5677,7 @@ module Google
5675
5677
  # @return [Google::Apis::ClouddeployV1::Predeploy]
5676
5678
  attr_accessor :predeploy
5677
5679
 
5678
- # Optional. Whether to verify a deployment.
5680
+ # Optional. Whether to verify a deployment via `skaffold verify`.
5679
5681
  # Corresponds to the JSON property `verify`
5680
5682
  # @return [Boolean]
5681
5683
  attr_accessor :verify
@@ -5915,7 +5917,8 @@ module Google
5915
5917
  # @return [String]
5916
5918
  attr_accessor :artifact_uri
5917
5919
 
5918
- # Output only. File path of the rendered manifest relative to the URI.
5920
+ # Output only. File path of the rendered manifest relative to the URI for the
5921
+ # stable phase.
5919
5922
  # Corresponds to the JSON property `manifestPath`
5920
5923
  # @return [String]
5921
5924
  attr_accessor :manifest_path
@@ -5925,8 +5928,8 @@ module Google
5925
5928
  # @return [Hash<String,Google::Apis::ClouddeployV1::PhaseArtifact>]
5926
5929
  attr_accessor :phase_artifacts
5927
5930
 
5928
- # Output only. File path of the resolved Skaffold configuration relative to the
5929
- # URI.
5931
+ # Output only. File path of the resolved Skaffold configuration for the stable
5932
+ # phase, relative to the URI.
5930
5933
  # Corresponds to the JSON property `skaffoldConfigPath`
5931
5934
  # @return [String]
5932
5935
  attr_accessor :skaffold_config_path
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ClouddeployV1
18
18
  # Version of the google-apis-clouddeploy_v1 gem
19
- GEM_VERSION = "0.57.0"
19
+ GEM_VERSION = "0.59.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250212"
25
+ REVISION = "20250409"
26
26
  end
27
27
  end
28
28
  end
@@ -114,6 +114,9 @@ module Google
114
114
  # Lists information about the supported locations for this service.
115
115
  # @param [String] name
116
116
  # The resource that owns the locations collection, if applicable.
117
+ # @param [Array<String>, String] extra_location_types
118
+ # Optional. A list of extra location types that should be used as conditions for
119
+ # controlling the visibility of the locations.
117
120
  # @param [String] filter
118
121
  # A filter to narrow down results to a preferred subset. The filtering language
119
122
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -141,11 +144,12 @@ module Google
141
144
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
142
145
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
143
146
  # @raise [Google::Apis::AuthorizationError] Authorization is required
144
- def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
147
+ def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
145
148
  command = make_simple_command(:get, 'v1/{+name}/locations', options)
146
149
  command.response_representation = Google::Apis::ClouddeployV1::ListLocationsResponse::Representation
147
150
  command.response_class = Google::Apis::ClouddeployV1::ListLocationsResponse
148
151
  command.params['name'] = name unless name.nil?
152
+ command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
149
153
  command.query['filter'] = filter unless filter.nil?
150
154
  command.query['pageSize'] = page_size unless page_size.nil?
151
155
  command.query['pageToken'] = page_token unless page_token.nil?
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-clouddeploy_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.57.0
4
+ version: 0.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-02 00:00:00.000000000 Z
10
+ date: 2025-04-20 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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-clouddeploy_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-clouddeploy_v1/v0.57.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-clouddeploy_v1/v0.59.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-clouddeploy_v1
62
62
  rdoc_options: []
63
63
  require_paths: