google-apis-integrations_v1alpha 0.11.0 → 0.12.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: edf76d40c7cb899c2e373b8bb4c37823b3fc24e4de046873105b8a6f80b6ed12
4
- data.tar.gz: d7a8baf576f2d9c028d072615b0924816278930a9dd8a8e5538f578a3ce74f6c
3
+ metadata.gz: 5fd5e33a5f62374f0c306fd89dc8758c451750b9d400fb3897e1dd5f67173d54
4
+ data.tar.gz: 84c2cc3956c8f12f72520087eeb9798562e88798b5c9928d2a6d716e2c597da8
5
5
  SHA512:
6
- metadata.gz: a6e92243fc75bc2046a1693341786994143116424c45769cae8663c580fc9a6b08e78dfb3fc78c0da828ab9c91e5f6aef98953b66cbf1896fbd99ba23939c502
7
- data.tar.gz: b51389822a6bb795eb2cb3005647d025d64ac192443fe938eb17f17107e96e5ec41ae75a4a47bdd01d403d1d55cac6708b97e58083a3bad1ecdb986857e2761d
6
+ metadata.gz: 2c441c20933bdd6773b2f81cc28e442acbac3b7c8d018a724bbbbf74437d1d9f93b12cb9ab466af5e518dd715c6d37df72842e10a40457833fa040bba2ed2f33
7
+ data.tar.gz: 99a2877b3f24fd94d772faf80dfe3170561afb5042d1ded4c9acafa5bb9420e8ef53dcbaefbcb8d4cf25532d45bebb4007c5a4b6acfb757cb6b307422d2aa96c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-integrations_v1alpha
2
2
 
3
+ ### v0.12.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230322
6
+
3
7
  ### v0.11.0 (2023-03-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20230303
@@ -7033,6 +7033,13 @@ module Google
7033
7033
  # @return [String]
7034
7034
  attr_accessor :parent_template_id
7035
7035
 
7036
+ # Optional. The run-as service account email, if set and auth config is not
7037
+ # configured, that will be used to generate auth token to be used in Connector
7038
+ # task, Rest caller task and Cloud function task.
7039
+ # Corresponds to the JSON property `runAsServiceAccount`
7040
+ # @return [String]
7041
+ attr_accessor :run_as_service_account
7042
+
7036
7043
  # Optional. An increasing sequence that is set when a new snapshot is created.
7037
7044
  # The last created snapshot can be identified by [workflow_name, org_id latest(
7038
7045
  # snapshot_number)]. However, last created snapshot need not be same as the HEAD.
@@ -7108,6 +7115,7 @@ module Google
7108
7115
  @name = args[:name] if args.key?(:name)
7109
7116
  @origin = args[:origin] if args.key?(:origin)
7110
7117
  @parent_template_id = args[:parent_template_id] if args.key?(:parent_template_id)
7118
+ @run_as_service_account = args[:run_as_service_account] if args.key?(:run_as_service_account)
7111
7119
  @snapshot_number = args[:snapshot_number] if args.key?(:snapshot_number)
7112
7120
  @state = args[:state] if args.key?(:state)
7113
7121
  @status = args[:status] if args.key?(:status)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IntegrationsV1alpha
18
18
  # Version of the google-apis-integrations_v1alpha gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230303"
25
+ REVISION = "20230322"
26
26
  end
27
27
  end
28
28
  end
@@ -3304,6 +3304,7 @@ module Google
3304
3304
  property :name, as: 'name'
3305
3305
  property :origin, as: 'origin'
3306
3306
  property :parent_template_id, as: 'parentTemplateId'
3307
+ property :run_as_service_account, as: 'runAsServiceAccount'
3307
3308
  property :snapshot_number, :numeric_string => true, as: 'snapshotNumber'
3308
3309
  property :state, as: 'state'
3309
3310
  property :status, as: 'status'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-integrations_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.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: 2023-03-12 00:00:00.000000000 Z
11
+ date: 2023-04-02 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-integrations_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1alpha/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1alpha/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-integrations_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []