google-apis-connectors_v2 0.12.0 → 0.14.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: e57fa338d75f16b99708b7067cd7b8439d3a8f8a0cc02b0a11034ffea875f463
4
- data.tar.gz: 1435852039967874d6abc6dc28c0d583a2afe754f065ca16d5355827f09f53ba
3
+ metadata.gz: 6309a893fffe2f91894fcbb740b42d5f382be925ac397b5fb6a78a3f84be8352
4
+ data.tar.gz: 87c45ca109be01d99f60db398fd4f92a0f90198032457138ebeb2c13e4407167
5
5
  SHA512:
6
- metadata.gz: e6a542c762f974b04748ffb0c568b209c3467dd607d70a80a12868069f9b7ac897076537783aac504f8aa2bc918df18325a73f738876cbf6fc330665086b8bfe
7
- data.tar.gz: e795eb926d8c86127765e2ff0712ceb6363c81dc7d37b089869545ddbc2bf764a424ae600376efe1bbd1686b669b51db6b91d65818c8dec43c9e5a09519b681a
6
+ metadata.gz: 6a4f8135f666a913124ea0c93fa9b4ddae5ccef618471e6e60770a84f76d55e777b21691e10d1cd64a51f159872ea4ae0313aa0cd4e73f3c96b3d3b0ae7aae9c
7
+ data.tar.gz: 7a91c0f0df33f7e85bf56c9cd45b546f40b5d4d4cd94058a5148a8cc2d8f284ed21d41f8706a45755ff618cad84850930737a3aa31b222dbdcc63fa51cb8d0b7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-connectors_v2
2
2
 
3
+ ### v0.14.0 (2024-05-19)
4
+
5
+ * Regenerated using generator version 0.15.0
6
+
7
+ ### v0.13.0 (2024-04-21)
8
+
9
+ * Regenerated from discovery document revision 20240415
10
+
3
11
  ### v0.12.0 (2024-03-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20240319
@@ -334,6 +334,11 @@ module Google
334
334
  # @return [String]
335
335
  attr_accessor :name
336
336
 
337
+ #
338
+ # Corresponds to the JSON property `operations`
339
+ # @return [Array<String>]
340
+ attr_accessor :operations
341
+
337
342
  def initialize(**args)
338
343
  update!(**args)
339
344
  end
@@ -343,6 +348,7 @@ module Google
343
348
  @fields = args[:fields] if args.key?(:fields)
344
349
  @json_schema = args[:json_schema] if args.key?(:json_schema)
345
350
  @name = args[:name] if args.key?(:name)
351
+ @operations = args[:operations] if args.key?(:operations)
346
352
  end
347
353
  end
348
354
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ConnectorsV2
18
18
  # Version of the google-apis-connectors_v2 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240319"
25
+ REVISION = "20240415"
26
26
  end
27
27
  end
28
28
  end
@@ -379,6 +379,7 @@ module Google
379
379
  property :json_schema, as: 'jsonSchema', class: Google::Apis::ConnectorsV2::JsonSchema, decorator: Google::Apis::ConnectorsV2::JsonSchema::Representation
380
380
 
381
381
  property :name, as: 'name'
382
+ collection :operations, as: 'operations'
382
383
  end
383
384
  end
384
385
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-connectors_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.14.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: 2024-03-24 00:00:00.000000000 Z
11
+ date: 2024-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-connectors_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v2/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v2/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v2
63
63
  post_install_message:
64
64
  rdoc_options: []