google-apis-workflows_v1 0.18.0 → 0.19.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3a5ec6a65f4029f541d72d5cd3898e187e34fe17cd3efd8dfa799c7d574f49d3
4
- data.tar.gz: acb350bfce96892e215628d5096d5c71eada71d736a46cf79161dae73f50cf86
3
+ metadata.gz: d95dfe8f48ed5723d4cd086a1938925d53d06ccc90e939b2d88333bc498a7d3c
4
+ data.tar.gz: 12e03cebb9fb01c0301017606e42b955074da51e21b0343e89d99094e397089f
5
5
  SHA512:
6
- metadata.gz: 1c805b4f80c0a9e6ed094a9d620032c37653b61f1c2a40ce8316dab57a3e0cdef87eb2d71679a4683a6c0867ea720b838e34964cd348a123c92e7dbb1c6a8460
7
- data.tar.gz: 761119f0714e2391a8029ed76dc037bf7be011367e6777ffa1d2c415c356288ada83c08565bf5afba3ff2502579447d5af2fd85b7d462fd2fc516c4a977da7b9
6
+ metadata.gz: 8d2e56e07354f11791d134610ee6eb4718928176de6ca2ec20d7a545853be759898ff001a993818fb6b1897de0e68713f8f9e1870379039115194db3e7734086
7
+ data.tar.gz: 6ab6184b86a2aa690e8009ebcc6c1b2c9771e903e3f964377684ee2fe3d1e27218167cc2f33b02ceff9587e7de6c7cba9eb3b38cad169653e4e39b23de941901
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workflows_v1
2
2
 
3
+ ### v0.19.0 (2022-12-19)
4
+
5
+ * Regenerated from discovery document revision 20221208
6
+
3
7
  ### v0.18.0 (2022-10-27)
4
8
 
5
9
  * Regenerated using generator version 0.11.0
@@ -103,7 +103,7 @@ module Google
103
103
  # @return [Array<String>]
104
104
  attr_accessor :unreachable
105
105
 
106
- # The workflows which match the request.
106
+ # The workflows that match the request.
107
107
  # Corresponds to the JSON property `workflows`
108
108
  # @return [Array<Google::Apis::WorkflowsV1::Workflow>]
109
109
  attr_accessor :workflows
@@ -315,7 +315,7 @@ module Google
315
315
  class Workflow
316
316
  include Google::Apis::Core::Hashable
317
317
 
318
- # Output only. The timestamp of when the workflow was created.
318
+ # Output only. The timestamp for when the workflow was created.
319
319
  # Corresponds to the JSON property `createTime`
320
320
  # @return [String]
321
321
  attr_accessor :create_time
@@ -328,8 +328,8 @@ module Google
328
328
 
329
329
  # Labels associated with this workflow. Labels can contain at most 64 entries.
330
330
  # Keys and values can be no longer than 63 characters and can only contain
331
- # lowercase letters, numeric characters, underscores and dashes. Label keys must
332
- # start with a letter. International characters are allowed.
331
+ # lowercase letters, numeric characters, underscores, and dashes. Label keys
332
+ # must start with a letter. International characters are allowed.
333
333
  # Corresponds to the JSON property `labels`
334
334
  # @return [Hash<String,String>]
335
335
  attr_accessor :labels
@@ -340,8 +340,7 @@ module Google
340
340
  # @return [String]
341
341
  attr_accessor :name
342
342
 
343
- # Output only. The timestamp that the latest revision of the workflow was
344
- # created.
343
+ # Output only. The timestamp for the latest revision of the workflow's creation.
345
344
  # Corresponds to the JSON property `revisionCreateTime`
346
345
  # @return [String]
347
346
  attr_accessor :revision_create_time
@@ -378,7 +377,7 @@ module Google
378
377
  # @return [String]
379
378
  attr_accessor :state
380
379
 
381
- # Output only. The last update timestamp of the workflow.
380
+ # Output only. The timestamp for when the workflow was last updated.
382
381
  # Corresponds to the JSON property `updateTime`
383
382
  # @return [String]
384
383
  attr_accessor :update_time
@@ -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.18.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220406"
25
+ REVISION = "20221208"
26
26
  end
27
27
  end
28
28
  end
@@ -234,7 +234,7 @@ module Google
234
234
  end
235
235
 
236
236
  # Creates a new workflow. If a workflow with the specified name already exists
237
- # in the specified project and location, the long running operation will return
237
+ # in the specified project and location, the long running operation returns a
238
238
  # ALREADY_EXISTS error.
239
239
  # @param [String] parent
240
240
  # Required. Project and location in which the workflow should be created. Format:
@@ -308,10 +308,10 @@ module Google
308
308
  execute_or_queue_command(command, &block)
309
309
  end
310
310
 
311
- # Gets details of a single Workflow.
311
+ # Gets details of a single workflow.
312
312
  # @param [String] name
313
- # Required. Name of the workflow which information should be retrieved. Format:
314
- # projects/`project`/locations/`location`/workflows/`workflow`
313
+ # Required. Name of the workflow for which information should be retrieved.
314
+ # Format: projects/`project`/locations/`location`/workflows/`workflow`
315
315
  # @param [String] fields
316
316
  # Selector specifying which fields to include in a partial response.
317
317
  # @param [String] quota_user
@@ -339,7 +339,7 @@ module Google
339
339
  execute_or_queue_command(command, &block)
340
340
  end
341
341
 
342
- # Lists Workflows in a given project and location. The default order is not
342
+ # Lists workflows in a given project and location. The default order is not
343
343
  # specified.
344
344
  # @param [String] parent
345
345
  # Required. Project and location from which the workflows should be listed.
@@ -347,15 +347,15 @@ module Google
347
347
  # @param [String] filter
348
348
  # Filter to restrict results to specific workflows.
349
349
  # @param [String] order_by
350
- # Comma-separated list of fields that that specify the order of the results.
351
- # Default sorting order for a field is ascending. To specify descending order
352
- # for a field, append a " desc" suffix. If not specified, the results will be
353
- # returned in an unspecified order.
350
+ # Comma-separated list of fields that specify the order of the results. Default
351
+ # sorting order for a field is ascending. To specify descending order for a
352
+ # field, append a "desc" suffix. If not specified, the results are returned in
353
+ # an unspecified order.
354
354
  # @param [Fixnum] page_size
355
- # Maximum number of workflows to return per call. The service may return fewer
356
- # than this value. If the value is not specified, a default value of 500 will be
357
- # used. The maximum permitted value is 1000 and values greater than 1000 will be
358
- # coerced down to 1000.
355
+ # Maximum number of workflows to return per call. The service might return fewer
356
+ # than this value even if not at the end of the collection. If a value is not
357
+ # specified, a default value of 500 is used. The maximum permitted value is 1000
358
+ # and values greater than 1000 are coerced down to 1000.
359
359
  # @param [String] page_token
360
360
  # A page token, received from a previous `ListWorkflows` call. Provide this to
361
361
  # retrieve the subsequent page. When paginating, all other parameters provided
@@ -392,9 +392,9 @@ module Google
392
392
  end
393
393
 
394
394
  # Updates an existing workflow. Running this method has no impact on already
395
- # running executions of the workflow. A new revision of the workflow may be
396
- # created as a result of a successful update operation. In that case, such
397
- # revision will be used in new workflow executions.
395
+ # running executions of the workflow. A new revision of the workflow might be
396
+ # created as a result of a successful update operation. In that case, the new
397
+ # revision is used in new workflow executions.
398
398
  # @param [String] name
399
399
  # The resource name of the workflow. Format: projects/`project`/locations/`
400
400
  # location`/workflows/`workflow`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-workflows_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.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: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2023-01-04 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-workflows_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-workflows_v1/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workflows_v1/v0.19.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workflows_v1
63
63
  post_install_message:
64
64
  rdoc_options: []