google-apis-integrations_v1alpha 0.2.0 → 0.3.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b95b026a57ba8746ad52ad43f1cc2a6c066cb700e719d5754acf4f81e64ec97f
|
4
|
+
data.tar.gz: 5dea2426135f7d76a718faf0e8c12776a8f7743fb448d90724c7397d63b17759
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76fa717063fa8ad050c38465afaee836572f37040a395cbf4ad2b6ed6ad4828853852d405e786de9ccef61bc0b84b05cd31268fb53bca1ee198a58a40b88c069
|
7
|
+
data.tar.gz: c7337d0e4afb34727bb4f168c57f86572e7fadbe69e32ab924ce143374353b2fb06d2cd213a5bd925c815996cfc0bc7a3bf6df188b334ed8e16adc1fc31a08fe
|
data/CHANGELOG.md
CHANGED
@@ -6323,8 +6323,9 @@ module Google
|
|
6323
6323
|
# @return [String]
|
6324
6324
|
attr_accessor :request_id
|
6325
6325
|
|
6326
|
-
#
|
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.
|
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 = "
|
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
|
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
|
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.
|
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-
|
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.
|
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: []
|