google-apis-integrations_v1alpha 0.2.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/integrations_v1alpha/classes.rb +11 -4
- data/lib/google/apis/integrations_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/integrations_v1alpha/representations.rb +1 -0
- data/lib/google/apis/integrations_v1alpha/service.rb +6 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3a88523c212592d92a67926648f1ae251cee3b3805ed1cb0880bdc19f0c6b785
|
4
|
+
data.tar.gz: c0631dc299ea48855677a529e623994fe5b9a241998206dddd52d9ae4c11ee5d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42bdb1289b17f246bf8e248d66cced3f2dc853db5d85bfbd21b17110edf789e6031e125a17a92e728eae9256446ab292dcddd36c5ed9e9f62e265a759b0039d0
|
7
|
+
data.tar.gz: 330ac6d2cc1269f07ab5a6a4f43f97ad038f7c7f61b621823f55fb77005f9fe28949e9e06d4d471470e8fe51c5e391f03f17c6f6171d8323a7440f683dcf3848
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-integrations_v1alpha
|
2
2
|
|
3
|
+
### v0.4.0 (2023-01-01)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20221220
|
6
|
+
|
7
|
+
### v0.3.0 (2022-11-25)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20221122
|
10
|
+
|
3
11
|
### v0.2.0 (2022-10-28)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20221025
|
@@ -2710,6 +2710,11 @@ module Google
|
|
2710
2710
|
# @return [String]
|
2711
2711
|
attr_accessor :resolved_by
|
2712
2712
|
|
2713
|
+
#
|
2714
|
+
# Corresponds to the JSON property `resolvedByCpi`
|
2715
|
+
# @return [String]
|
2716
|
+
attr_accessor :resolved_by_cpi
|
2717
|
+
|
2713
2718
|
#
|
2714
2719
|
# Corresponds to the JSON property `timestamp`
|
2715
2720
|
# @return [String]
|
@@ -2722,6 +2727,7 @@ module Google
|
|
2722
2727
|
# Update properties of this object
|
2723
2728
|
def update!(**args)
|
2724
2729
|
@resolved_by = args[:resolved_by] if args.key?(:resolved_by)
|
2730
|
+
@resolved_by_cpi = args[:resolved_by_cpi] if args.key?(:resolved_by_cpi)
|
2725
2731
|
@timestamp = args[:timestamp] if args.key?(:timestamp)
|
2726
2732
|
end
|
2727
2733
|
end
|
@@ -5244,7 +5250,7 @@ module Google
|
|
5244
5250
|
# @return [String]
|
5245
5251
|
attr_accessor :name
|
5246
5252
|
|
5247
|
-
#
|
5253
|
+
# Node configuration for the connection.
|
5248
5254
|
# Corresponds to the JSON property `nodeConfig`
|
5249
5255
|
# @return [Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1NodeConfig]
|
5250
5256
|
attr_accessor :node_config
|
@@ -5418,7 +5424,7 @@ module Google
|
|
5418
5424
|
end
|
5419
5425
|
end
|
5420
5426
|
|
5421
|
-
#
|
5427
|
+
# Node configuration for the connection.
|
5422
5428
|
class GoogleCloudConnectorsV1NodeConfig
|
5423
5429
|
include Google::Apis::Core::Hashable
|
5424
5430
|
|
@@ -6323,8 +6329,9 @@ module Google
|
|
6323
6329
|
# @return [String]
|
6324
6330
|
attr_accessor :request_id
|
6325
6331
|
|
6326
|
-
#
|
6327
|
-
# i.e. TriggerConfig.trigger_id.equals(trigger_id)
|
6332
|
+
# Required. Matched against all `@link TriggerConfig`s across all integrations.
|
6333
|
+
# i.e. TriggerConfig.trigger_id.equals(trigger_id). The trigger_id is in the
|
6334
|
+
# format of `api_trigger/TRIGGER_NAME`.
|
6328
6335
|
# Corresponds to the JSON property `triggerId`
|
6329
6336
|
# @return [String]
|
6330
6337
|
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.4.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 = "20221220"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2347,6 +2347,7 @@ module Google
|
|
2347
2347
|
# @private
|
2348
2348
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2349
2349
|
property :resolved_by, as: 'resolvedBy'
|
2350
|
+
property :resolved_by_cpi, as: 'resolvedByCpi'
|
2350
2351
|
property :timestamp, as: 'timestamp'
|
2351
2352
|
end
|
2352
2353
|
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.4.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:
|
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-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.4.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: []
|