google-apis-firebasedataconnect_v1beta 0.23.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: 2a642246718512e0a32de9a1dbd5654187e09562a6b5ced2e65ac001945f70e8
4
- data.tar.gz: d5dc174b3fe8ddbc963c301680d87a2e3ca96b6dbbba86685179d49f9221782a
3
+ metadata.gz: df770e2e12d5ae8800e77091ae07e4f7a92ad955fbd8bbca058653b67102c043
4
+ data.tar.gz: 24c7573a2ce0523f8795d6650481d18416077b2b071ba9de5bb84d3c06caa9b4
5
5
  SHA512:
6
- metadata.gz: 214550960088dca37ba0b70b334955365ee65658a89811870c4b76e93c42748a0389effa142d0d405cf9d85f68ede85984efb6208a7f1c29f9658bb38b643695
7
- data.tar.gz: c149267398a1197f86da0a88d6cb01fa40f65c00e255717d5dd924788f3d075799d037813fa699f4932a6f84b8fed5a8c6328b2a40ed60867cc493c42b0e246e
6
+ metadata.gz: 5d5e90216631924695b08b711049a41c6013e06e3b947c132962518be56cfd5a9ee29cb6b353bce5228afd52cba4c4a432341fcea6897d45198b292eb95e8918
7
+ data.tar.gz: 5b0ed3d2942378a00bbe7e8583bd642a672d331c875adee2db1e203c9ffa6570cea04aa1905d3a07d213b6da4ef74eb4f0df05bf8c2e02a45223ee4fa019a494
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.23.0 (2026-07-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20260719
@@ -1409,6 +1409,11 @@ module Google
1409
1409
  # @return [Hash<String,String>]
1410
1410
  attr_accessor :annotations
1411
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
+
1412
1417
  # Output only. [Output only] Create time stamp.
1413
1418
  # Corresponds to the JSON property `createTime`
1414
1419
  # @return [String]
@@ -1448,6 +1453,16 @@ module Google
1448
1453
  attr_accessor :reconciling
1449
1454
  alias_method :reconciling?, :reconciling
1450
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
+
1451
1466
  # Output only. System-assigned, unique identifier.
1452
1467
  # Corresponds to the JSON property `uid`
1453
1468
  # @return [String]
@@ -1465,12 +1480,15 @@ module Google
1465
1480
  # Update properties of this object
1466
1481
  def update!(**args)
1467
1482
  @annotations = args[:annotations] if args.key?(:annotations)
1483
+ @connectors = args[:connectors] if args.key?(:connectors)
1468
1484
  @create_time = args[:create_time] if args.key?(:create_time)
1469
1485
  @display_name = args[:display_name] if args.key?(:display_name)
1470
1486
  @etag = args[:etag] if args.key?(:etag)
1471
1487
  @labels = args[:labels] if args.key?(:labels)
1472
1488
  @name = args[:name] if args.key?(:name)
1473
1489
  @reconciling = args[:reconciling] if args.key?(:reconciling)
1490
+ @schemas = args[:schemas] if args.key?(:schemas)
1491
+ @source = args[:source] if args.key?(:source)
1474
1492
  @uid = args[:uid] if args.key?(:uid)
1475
1493
  @update_time = args[:update_time] if args.key?(:update_time)
1476
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.23.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 = "20260719"
25
+ REVISION = "20260726"
26
26
  end
27
27
  end
28
28
  end
@@ -672,12 +672,18 @@ module Google
672
672
  # @private
673
673
  class Representation < Google::Apis::Core::JsonRepresentation
674
674
  hash :annotations, as: 'annotations'
675
+ collection :connectors, as: 'connectors', class: Google::Apis::FirebasedataconnectV1beta::Connector, decorator: Google::Apis::FirebasedataconnectV1beta::Connector::Representation
676
+
675
677
  property :create_time, as: 'createTime'
676
678
  property :display_name, as: 'displayName'
677
679
  property :etag, as: 'etag'
678
680
  hash :labels, as: 'labels'
679
681
  property :name, as: 'name'
680
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
+
681
687
  property :uid, as: 'uid'
682
688
  property :update_time, as: 'updateTime'
683
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.23.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.23.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: