google-apis-workflows_v1 0.46.0 → 0.48.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: f439a6e2592f07ccc33e0b57331c34f785d2fdf0ec6ad9fc9ffd1cd34260dacc
4
- data.tar.gz: 8a01da9b88fd6e097ed87759f606aa21a1580d613d4a6d0f0c325e595e81d1dc
3
+ metadata.gz: 23fb8e4a68aa46a1ce3b9e605880d436e0fd21351099b9f820070d91dd7b3152
4
+ data.tar.gz: a18ddec820d375c1950d63ada7a9995920252605611d39c79b33c1d055f29e71
5
5
  SHA512:
6
- metadata.gz: 8669bb040c256992fada2395b831fff5f13f4ebd70791e367733ba7f469ebb25912833d2e0207e33665d58e524e157b23c3e78092b08aeeb443208d9527a0d89
7
- data.tar.gz: b38caabc63cbf5ced918c5a7cdc64ea2d791a2c531863d57b8026197f730e82931de0324c68c6ae1be3c37b641a7d16347f4bdbe7c00ef918953d9b64d2aaeee
6
+ metadata.gz: d83c0148fe5f43f0e5723a197d61e66b32137ee107940a800ee22cf1007f11728f6a14ddbd236b737239a35e356c6e0cf30df23dd797dd6bb0c53bf84b76f3a6
7
+ data.tar.gz: f8154164490f8810eb90ff3880ea9199f86dfc28ad2b44ed8cf5626c2377dd52bc0d66c48311eb2fd9aac388c53842b2389b4e3f26b1002afdf968ba13686696
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-workflows_v1
2
2
 
3
+ ### v0.48.0 (2026-02-08)
4
+
5
+ * Regenerated from discovery document revision 20260128
6
+
7
+ ### v0.47.0 (2025-12-14)
8
+
9
+ * Regenerated from discovery document revision 20251203
10
+
3
11
  ### v0.46.0 (2025-11-09)
4
12
 
5
13
  * Regenerated from discovery document revision 20251026
@@ -78,8 +78,9 @@ module Google
78
78
  attr_accessor :operations
79
79
 
80
80
  # Unordered list. Unreachable resources. Populated when the request sets `
81
- # ListOperationsRequest.return_partial_success` and reads across collections e.g.
82
- # when attempting to list all resources across all supported locations.
81
+ # ListOperationsRequest.return_partial_success` and reads across collections.
82
+ # For example, when attempting to list all resources across all supported
83
+ # locations.
83
84
  # Corresponds to the JSON property `unreachable`
84
85
  # @return [Array<String>]
85
86
  attr_accessor :unreachable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module WorkflowsV1
18
18
  # Version of the google-apis-workflows_v1 gem
19
- GEM_VERSION = "0.46.0"
19
+ GEM_VERSION = "0.48.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 = "20251026"
25
+ REVISION = "20260128"
26
26
  end
27
27
  end
28
28
  end
@@ -82,7 +82,11 @@ module Google
82
82
  execute_or_queue_command(command, &block)
83
83
  end
84
84
 
85
- # Lists information about the supported locations for this service.
85
+ # Lists information about the supported locations for this service. This method
86
+ # can be called in two ways: * **List all public locations:** Use the path `GET /
87
+ # v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
88
+ # projects/`project_id`/locations`. This may include public locations as well as
89
+ # private or other locations specifically visible to the project.
86
90
  # @param [String] name
87
91
  # The resource that owns the locations collection, if applicable.
88
92
  # @param [Array<String>, String] extra_location_types
@@ -205,11 +209,12 @@ module Google
205
209
  # The standard list page token.
206
210
  # @param [Boolean] return_partial_success
207
211
  # When set to `true`, operations that are reachable are returned as normal, and
208
- # those that are unreachable are returned in the [ListOperationsResponse.
209
- # unreachable] field. This can only be `true` when reading across collections e.
210
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
211
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
212
- # explicitly documented otherwise in service or product specific documentation.
212
+ # those that are unreachable are returned in the ListOperationsResponse.
213
+ # unreachable field. This can only be `true` when reading across collections.
214
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
215
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
216
+ # if set unless explicitly documented otherwise in service or product specific
217
+ # documentation.
213
218
  # @param [String] fields
214
219
  # Selector specifying which fields to include in a partial response.
215
220
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-workflows_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.0
4
+ version: 0.48.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-workflows_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-workflows_v1/v0.46.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workflows_v1/v0.48.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workflows_v1
62
62
  rdoc_options: []
63
63
  require_paths: