google-apis-firebasedataconnect_v1beta 0.22.0 → 0.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d81edcc32021d464f393ca1546153820bc5643a961a8966019335ade90a966a
4
- data.tar.gz: 1f48ae0a720ed5c676769e23dabbc97b719b929f0faf408e8b4f80c714159fe8
3
+ metadata.gz: df770e2e12d5ae8800e77091ae07e4f7a92ad955fbd8bbca058653b67102c043
4
+ data.tar.gz: 24c7573a2ce0523f8795d6650481d18416077b2b071ba9de5bb84d3c06caa9b4
5
5
  SHA512:
6
- metadata.gz: 00dde4882be02ccc631ece5f6477f2ef11ced25d3b9eb8805a99fed24c1e888ae78a535d294e6cbc99c2156a06302c3c276eba197e634e6852287e9442e1ef2d
7
- data.tar.gz: dd7547e0e63f0c02b0d3936ba297b2b98fd8dc9931f0ab55a89a0699e046e10a046c0243d2f63729aa03bf34d9119a1140bbfeb8eec04a80e67144e9d30b9432
6
+ metadata.gz: 5d5e90216631924695b08b711049a41c6013e06e3b947c132962518be56cfd5a9ee29cb6b353bce5228afd52cba4c4a432341fcea6897d45198b292eb95e8918
7
+ data.tar.gz: 5b0ed3d2942378a00bbe7e8583bd642a672d331c875adee2db1e203c9ffa6570cea04aa1905d3a07d213b6da4ef74eb4f0df05bf8c2e02a45223ee4fa019a494
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-firebasedataconnect_v1beta
2
2
 
3
+ ### v0.24.0 (2026-08-02)
4
+
5
+ * Regenerated from discovery document revision 20260726
6
+
7
+ ### v0.23.0 (2026-07-26)
8
+
9
+ * Regenerated from discovery document revision 20260719
10
+
3
11
  ### v0.22.0 (2026-06-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20260531
@@ -77,6 +77,11 @@ module Google
77
77
  class CloudSqlInstance
78
78
  include Google::Apis::Core::Hashable
79
79
 
80
+ # Output only. [Output only] The Cloud SQL instance edition.
81
+ # Corresponds to the JSON property `edition`
82
+ # @return [String]
83
+ attr_accessor :edition
84
+
80
85
  # Required. Name of the CloudSQL instance, in the format: ``` projects/`project`/
81
86
  # locations/`location`/instances/`instance` ```
82
87
  # Corresponds to the JSON property `instance`
@@ -89,6 +94,7 @@ module Google
89
94
 
90
95
  # Update properties of this object
91
96
  def update!(**args)
97
+ @edition = args[:edition] if args.key?(:edition)
92
98
  @instance = args[:instance] if args.key?(:instance)
93
99
  end
94
100
  end
@@ -1403,6 +1409,11 @@ module Google
1403
1409
  # @return [Hash<String,String>]
1404
1410
  attr_accessor :annotations
1405
1411
 
1412
+ # Output only. The list of connectors in this service.
1413
+ # Corresponds to the JSON property `connectors`
1414
+ # @return [Array<Google::Apis::FirebasedataconnectV1beta::Connector>]
1415
+ attr_accessor :connectors
1416
+
1406
1417
  # Output only. [Output only] Create time stamp.
1407
1418
  # Corresponds to the JSON property `createTime`
1408
1419
  # @return [String]
@@ -1442,6 +1453,16 @@ module Google
1442
1453
  attr_accessor :reconciling
1443
1454
  alias_method :reconciling?, :reconciling
1444
1455
 
1456
+ # Output only. The list of schemas in this service.
1457
+ # Corresponds to the JSON property `schemas`
1458
+ # @return [Array<Google::Apis::FirebasedataconnectV1beta::Schema>]
1459
+ attr_accessor :schemas
1460
+
1461
+ # Used to represent a set of source files.
1462
+ # Corresponds to the JSON property `source`
1463
+ # @return [Google::Apis::FirebasedataconnectV1beta::Source]
1464
+ attr_accessor :source
1465
+
1445
1466
  # Output only. System-assigned, unique identifier.
1446
1467
  # Corresponds to the JSON property `uid`
1447
1468
  # @return [String]
@@ -1459,12 +1480,15 @@ module Google
1459
1480
  # Update properties of this object
1460
1481
  def update!(**args)
1461
1482
  @annotations = args[:annotations] if args.key?(:annotations)
1483
+ @connectors = args[:connectors] if args.key?(:connectors)
1462
1484
  @create_time = args[:create_time] if args.key?(:create_time)
1463
1485
  @display_name = args[:display_name] if args.key?(:display_name)
1464
1486
  @etag = args[:etag] if args.key?(:etag)
1465
1487
  @labels = args[:labels] if args.key?(:labels)
1466
1488
  @name = args[:name] if args.key?(:name)
1467
1489
  @reconciling = args[:reconciling] if args.key?(:reconciling)
1490
+ @schemas = args[:schemas] if args.key?(:schemas)
1491
+ @source = args[:source] if args.key?(:source)
1468
1492
  @uid = args[:uid] if args.key?(:uid)
1469
1493
  @update_time = args[:update_time] if args.key?(:update_time)
1470
1494
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirebasedataconnectV1beta
18
18
  # Version of the google-apis-firebasedataconnect_v1beta gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260531"
25
+ REVISION = "20260726"
26
26
  end
27
27
  end
28
28
  end
@@ -303,6 +303,7 @@ module Google
303
303
  class CloudSqlInstance
304
304
  # @private
305
305
  class Representation < Google::Apis::Core::JsonRepresentation
306
+ property :edition, as: 'edition'
306
307
  property :instance, as: 'instance'
307
308
  end
308
309
  end
@@ -671,12 +672,18 @@ module Google
671
672
  # @private
672
673
  class Representation < Google::Apis::Core::JsonRepresentation
673
674
  hash :annotations, as: 'annotations'
675
+ collection :connectors, as: 'connectors', class: Google::Apis::FirebasedataconnectV1beta::Connector, decorator: Google::Apis::FirebasedataconnectV1beta::Connector::Representation
676
+
674
677
  property :create_time, as: 'createTime'
675
678
  property :display_name, as: 'displayName'
676
679
  property :etag, as: 'etag'
677
680
  hash :labels, as: 'labels'
678
681
  property :name, as: 'name'
679
682
  property :reconciling, as: 'reconciling'
683
+ collection :schemas, as: 'schemas', class: Google::Apis::FirebasedataconnectV1beta::Schema, decorator: Google::Apis::FirebasedataconnectV1beta::Schema::Representation
684
+
685
+ property :source, as: 'source', class: Google::Apis::FirebasedataconnectV1beta::Source, decorator: Google::Apis::FirebasedataconnectV1beta::Source::Representation
686
+
680
687
  property :uid, as: 'uid'
681
688
  property :update_time, as: 'updateTime'
682
689
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebasedataconnect_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasedataconnect_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedataconnect_v1beta/v0.22.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedataconnect_v1beta/v0.24.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasedataconnect_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: