google-cloud-workflows-v1 0.1.2 → 0.1.3

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: 664489d75ccc335bf98d78001acd33f786426d8682c008c214b58ac0e8a0e848
4
- data.tar.gz: 477b2f0818547c77e94d0ec27621f0f9d014dc03a15b6a56779ac37420c19330
3
+ metadata.gz: 2c296acd1e27ff025d4ef82b76f60c9f38368f41de48a9aaad82bcb29c83cb1b
4
+ data.tar.gz: 798d12ad8ccf8f4486183adac564a1086436c40b150a505c3e22c4538f443140
5
5
  SHA512:
6
- metadata.gz: 24ea2ac4b3af0b27d39891ea9957a782c1c87339ff0bbc510b9e0f3fafe42b32cac91bfe9450bd659c003868372c9bb5b4d0f781f9fa201f42f95d773ab8b8cf
7
- data.tar.gz: cc56a6f40cbb76444a7e94149dbddcdeab827add7ea3e241c73fea39d6b8db82c8c7fb514c8e23ccec9a4d162eb8ea563d21e9d97ad19ad8e190bc10e2fe2d02
6
+ metadata.gz: 3d58e75ed6508c105fb4f279cb294905124fca73fff1e3464daae4c301770087baa0768e951a4b0d9549d288f36477034553545dabdf788b216689c3ca4c6f30
7
+ data.tar.gz: f20d12803f6963cdf661b449f61e1b1a516377a5a33f4f33ce2d8cf07630906a529bd6a08ca2548a3348ea956af71c3b6ac463d4a24020ce3d3eeec6539ff0f4
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Workflows
23
23
  module V1
24
- VERSION = "0.1.2"
24
+ VERSION = "0.1.3"
25
25
  end
26
26
  end
27
27
  end
@@ -1,8 +1,6 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/workflows/v1/workflows.proto
3
3
 
4
- require 'google/protobuf'
5
-
6
4
  require 'google/api/annotations_pb'
7
5
  require 'google/api/client_pb'
8
6
  require 'google/api/field_behavior_pb'
@@ -10,6 +8,8 @@ require 'google/api/resource_pb'
10
8
  require 'google/longrunning/operations_pb'
11
9
  require 'google/protobuf/field_mask_pb'
12
10
  require 'google/protobuf/timestamp_pb'
11
+ require 'google/protobuf'
12
+
13
13
  Google::Protobuf::DescriptorPool.generated_pool.build do
14
14
  add_file("google/cloud/workflows/v1/workflows.proto", :syntax => :proto3) do
15
15
  add_message "google.cloud.workflows.v1.Workflow" do
@@ -29,7 +29,7 @@ module Google
29
29
  # networking interruptions.
30
30
  class Service
31
31
 
32
- include GRPC::GenericService
32
+ include ::GRPC::GenericService
33
33
 
34
34
  self.marshal_class_method = :encode
35
35
  self.unmarshal_class_method = :decode
@@ -37,9 +37,11 @@ module Google
37
37
  # @return [::String]
38
38
  # Output only. The revision of the workflow.
39
39
  # A new revision of a workflow is created as a result of updating the
40
- # following fields of a workflow:
41
- # - `source_code`
42
- # - `service_account`
40
+ # following properties of a workflow:
41
+ #
42
+ # - {::Google::Cloud::Workflows::V1::Workflow#service_account Service account}
43
+ # - {::Google::Cloud::Workflows::V1::Workflow#source_contents Workflow code to be executed}
44
+ #
43
45
  # The format is "000001-a4d", where the first 6 characters define
44
46
  # the zero-padded revision ordinal number. They are followed by a hyphen and
45
47
  # 3 hexadecimal random characters.
@@ -62,21 +64,21 @@ module Google
62
64
  # International characters are allowed.
63
65
  # @!attribute [rw] service_account
64
66
  # @return [::String]
65
- # Name of the service account associated with the latest workflow version.
67
+ # The service account associated with the latest workflow version.
66
68
  # This service account represents the identity of the workflow and determines
67
69
  # what permissions the workflow has.
68
- # Format: projects/\\{project}/serviceAccounts/\\{account}
70
+ # Format: projects/\\{project}/serviceAccounts/\\{account} or \\{account}
69
71
  #
70
- # Using `-` as a wildcard for the `{project}` will infer the project from
71
- # the account. The `{account}` value can be the `email` address or the
72
- # `unique_id` of the service account.
72
+ # Using `-` as a wildcard for the `{project}` or not providing one at all
73
+ # will infer the project from the account. The `{account}` value can be the
74
+ # `email` address or the `unique_id` of the service account.
73
75
  #
74
76
  # If not provided, workflow will use the project's default service account.
75
77
  # Modifying this field for an existing workflow results in a new workflow
76
78
  # revision.
77
79
  # @!attribute [rw] source_contents
78
80
  # @return [::String]
79
- # Workflow code to be executed. The size limit is 32KB.
81
+ # Workflow code to be executed. The size limit is 128KB.
80
82
  class Workflow
81
83
  include ::Google::Protobuf::MessageExts
82
84
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-workflows-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-11 00:00:00.000000000 Z
11
+ date: 2021-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common