google-apis-connectors_v2 0.17.0 → 0.18.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: db20589e6c18a278c62d8f605d0a4efb94de641b329e97d101f1ec17199e3f3d
4
- data.tar.gz: cb497f87f65f627eff87252f2a0b57fef62b0e8f47e6b74b7409563e0204e09c
3
+ metadata.gz: '07368663e1e2436cd3025008dbf00b7eaca0206593e91d822d889e08537d7129'
4
+ data.tar.gz: b69f40c5dacd3750fdf1b82d8313e6ccf3a2ef22ccea65480b3ec88c5da80b31
5
5
  SHA512:
6
- metadata.gz: 9c3e8c78feefd2021bce2c27824861defaa331bf9e86a3deb29bf7787becdacca7f482e9f674b78b73a0d29c3547f9f22fa3503662b4c63f86d4d8f59da17515
7
- data.tar.gz: 559177a1c0347e63bbd7cd966fd5725772ca717ddfc12a3a5a78b8a9847e7ef95fd1248497ea9891e1666ffd6880db4873c653732fda18fdb1638ab5f415295a
6
+ metadata.gz: f942b60dca1ab6a014d3a8749f837263d9e322491309e863ed6417f20c0df3f3da9f37a2c45939d440964b134a30567501cc7245d84c96c781f3d8b929e9c7a3
7
+ data.tar.gz: 5ee59bee735bc34583f124c468015df0e1e932dc91eb33f178a77ac0d97d639f7910376eef8bafeecfad0055d708b239001aa610c27107ac59fae3d1f1f0af75
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-connectors_v2
2
2
 
3
+ ### v0.18.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240708
6
+
3
7
  ### v0.17.0 (2024-06-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20240612
@@ -1363,6 +1363,12 @@ module Google
1363
1363
  # @return [String]
1364
1364
  attr_accessor :data_type
1365
1365
 
1366
+ # The following field specifies the default value of the Parameter provided by
1367
+ # the external system if a value is not provided.
1368
+ # Corresponds to the JSON property `defaultValue`
1369
+ # @return [Object]
1370
+ attr_accessor :default_value
1371
+
1366
1372
  # A brief description of the metadata field.
1367
1373
  # Corresponds to the JSON property `description`
1368
1374
  # @return [String]
@@ -1378,6 +1384,12 @@ module Google
1378
1384
  # @return [String]
1379
1385
  attr_accessor :name
1380
1386
 
1387
+ # Specifies whether a null value is allowed.
1388
+ # Corresponds to the JSON property `nullable`
1389
+ # @return [Boolean]
1390
+ attr_accessor :nullable
1391
+ alias_method :nullable?, :nullable
1392
+
1381
1393
  def initialize(**args)
1382
1394
  update!(**args)
1383
1395
  end
@@ -1385,9 +1397,11 @@ module Google
1385
1397
  # Update properties of this object
1386
1398
  def update!(**args)
1387
1399
  @data_type = args[:data_type] if args.key?(:data_type)
1400
+ @default_value = args[:default_value] if args.key?(:default_value)
1388
1401
  @description = args[:description] if args.key?(:description)
1389
1402
  @json_schema = args[:json_schema] if args.key?(:json_schema)
1390
1403
  @name = args[:name] if args.key?(:name)
1404
+ @nullable = args[:nullable] if args.key?(:nullable)
1391
1405
  end
1392
1406
  end
1393
1407
 
@@ -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.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240612"
25
+ REVISION = "20240708"
26
26
  end
27
27
  end
28
28
  end
@@ -655,10 +655,12 @@ module Google
655
655
  # @private
656
656
  class Representation < Google::Apis::Core::JsonRepresentation
657
657
  property :data_type, as: 'dataType'
658
+ property :default_value, as: 'defaultValue'
658
659
  property :description, as: 'description'
659
660
  property :json_schema, as: 'jsonSchema', class: Google::Apis::ConnectorsV2::JsonSchema, decorator: Google::Apis::ConnectorsV2::JsonSchema::Representation
660
661
 
661
662
  property :name, as: 'name'
663
+ property :nullable, as: 'nullable'
662
664
  end
663
665
  end
664
666
 
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.17.0
4
+ version: 0.18.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-06-16 00:00:00.000000000 Z
11
+ date: 2024-07-25 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.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v2/v0.18.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: []