google-apis-integrations_v1alpha 0.2.0 → 0.3.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: 60529f9307229512ca3c0fa1727a87638255eb1225060a25b9f95fa78c18130c
4
- data.tar.gz: 3b13272bd4e0eeaece0d500c80212b43b49101e557bcf3308f65398cad0fff51
3
+ metadata.gz: b95b026a57ba8746ad52ad43f1cc2a6c066cb700e719d5754acf4f81e64ec97f
4
+ data.tar.gz: 5dea2426135f7d76a718faf0e8c12776a8f7743fb448d90724c7397d63b17759
5
5
  SHA512:
6
- metadata.gz: 8e178b7baa7b5ba1b41d5befed8e082cefed5007c8dca0b154a5bf503e2e4287f7a1ad6192699239f547ea99f7d73252deecd6cd1fa0c23e0907ec27a6de4870
7
- data.tar.gz: 4e023cdde4691a26f842ee708709bf5d22aed2fea8a671f24a84cab78c1bf2d7a32a0de2be4228d8cd38473e32024186144971457c25f85d95bf8dcdec59f44e
6
+ metadata.gz: 76fa717063fa8ad050c38465afaee836572f37040a395cbf4ad2b6ed6ad4828853852d405e786de9ccef61bc0b84b05cd31268fb53bca1ee198a58a40b88c069
7
+ data.tar.gz: c7337d0e4afb34727bb4f168c57f86572e7fadbe69e32ab924ce143374353b2fb06d2cd213a5bd925c815996cfc0bc7a3bf6df188b334ed8e16adc1fc31a08fe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-integrations_v1alpha
2
2
 
3
+ ### v0.3.0 (2022-11-25)
4
+
5
+ * Regenerated from discovery document revision 20221122
6
+
3
7
  ### v0.2.0 (2022-10-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20221025
@@ -6323,8 +6323,9 @@ module Google
6323
6323
  # @return [String]
6324
6324
  attr_accessor :request_id
6325
6325
 
6326
- # Optional. Matched against all `@link TriggerConfig`s across all integrations.
6327
- # i.e. TriggerConfig.trigger_id.equals(trigger_id)
6326
+ # Required. Matched against all `@link TriggerConfig`s across all integrations.
6327
+ # i.e. TriggerConfig.trigger_id.equals(trigger_id). The trigger_id is in the
6328
+ # format of `api_trigger/TRIGGER_NAME`.
6328
6329
  # Corresponds to the JSON property `triggerId`
6329
6330
  # @return [String]
6330
6331
  attr_accessor :trigger_id
@@ -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.2.0"
19
+ GEM_VERSION = "0.3.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 = "20221025"
25
+ REVISION = "20221122"
26
26
  end
27
27
  end
28
28
  end
@@ -822,7 +822,9 @@ module Google
822
822
  execute_or_queue_command(command, &block)
823
823
  end
824
824
 
825
- # Lists the status of the integration executions.
825
+ # Lists the results of all the integration executions. The response includes the
826
+ # same information as the [execution log](https://cloud.google.com/application-
827
+ # integration/docs/viewing-logs) in the Integration UI.
826
828
  # @param [String] parent
827
829
  # Required. The parent resource name of the integration execution.
828
830
  # @param [String] filter
@@ -2058,7 +2060,9 @@ module Google
2058
2060
  execute_or_queue_command(command, &block)
2059
2061
  end
2060
2062
 
2061
- # Lists the status of the integration executions.
2063
+ # Lists the results of all the integration executions. The response includes the
2064
+ # same information as the [execution log](https://cloud.google.com/application-
2065
+ # integration/docs/viewing-logs) in the Integration UI.
2062
2066
  # @param [String] parent
2063
2067
  # Required. The parent resource name of the integration execution.
2064
2068
  # @param [String] filter
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.2.0
4
+ version: 0.3.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: 2022-12-12 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.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1alpha/v0.3.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: []