google-apis-integrations_v1alpha 0.3.0 → 0.4.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: b95b026a57ba8746ad52ad43f1cc2a6c066cb700e719d5754acf4f81e64ec97f
4
- data.tar.gz: 5dea2426135f7d76a718faf0e8c12776a8f7743fb448d90724c7397d63b17759
3
+ metadata.gz: 3a88523c212592d92a67926648f1ae251cee3b3805ed1cb0880bdc19f0c6b785
4
+ data.tar.gz: c0631dc299ea48855677a529e623994fe5b9a241998206dddd52d9ae4c11ee5d
5
5
  SHA512:
6
- metadata.gz: 76fa717063fa8ad050c38465afaee836572f37040a395cbf4ad2b6ed6ad4828853852d405e786de9ccef61bc0b84b05cd31268fb53bca1ee198a58a40b88c069
7
- data.tar.gz: c7337d0e4afb34727bb4f168c57f86572e7fadbe69e32ab924ce143374353b2fb06d2cd213a5bd925c815996cfc0bc7a3bf6df188b334ed8e16adc1fc31a08fe
6
+ metadata.gz: 42bdb1289b17f246bf8e248d66cced3f2dc853db5d85bfbd21b17110edf789e6031e125a17a92e728eae9256446ab292dcddd36c5ed9e9f62e265a759b0039d0
7
+ data.tar.gz: 330ac6d2cc1269f07ab5a6a4f43f97ad038f7c7f61b621823f55fb77005f9fe28949e9e06d4d471470e8fe51c5e391f03f17c6f6171d8323a7440f683dcf3848
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.3.0 (2022-11-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20221122
@@ -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
- # Configuration for the connection.
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
- # Configuration for the connection.
5427
+ # Node configuration for the connection.
5422
5428
  class GoogleCloudConnectorsV1NodeConfig
5423
5429
  include Google::Apis::Core::Hashable
5424
5430
 
@@ -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.3.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 = "20221122"
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
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.3.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: 2022-12-12 00:00:00.000000000 Z
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.3.0
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: []