google-apis-connectors_v2 0.12.0 → 0.13.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: f54d0933332a47765b8d591fd098ec7cd2da10573a5ec64eb242a04777ba963e
4
+ data.tar.gz: 6248db97a58cf34206842a3dc1c9a7d8411a66ca1386d0d9c01d8139b01481e8
5
5
  SHA512:
6
- metadata.gz: e6a542c762f974b04748ffb0c568b209c3467dd607d70a80a12868069f9b7ac897076537783aac504f8aa2bc918df18325a73f738876cbf6fc330665086b8bfe
7
- data.tar.gz: e795eb926d8c86127765e2ff0712ceb6363c81dc7d37b089869545ddbc2bf764a424ae600376efe1bbd1686b669b51db6b91d65818c8dec43c9e5a09519b681a
6
+ metadata.gz: b2a494e8e054e58e1f595222d2b67aec01e2ac7a0cea591c0442652fc8c6a2123923712cdf4c3c58b6686a7319d3ed04f94e309eedc1b816c3d944d9817931e6
7
+ data.tar.gz: abde7285cbe8e7838bf8208c88d296e4a96b95d41e915413c41f1d27e057869c7ad129bdebd87563034e8d8cd579e93358c7de281cf929bd8cfd621057cfc5ad
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-connectors_v2
2
2
 
3
+ ### v0.13.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240415
6
+
3
7
  ### v0.12.0 (2024-03-24)
4
8
 
5
9
  * 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.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.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.13.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-04-21 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-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.13.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: []