google-apis-firebasedataconnect_v1beta 0.7.0 → 0.8.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0e07753e10700ca8800a4e963487922a196e5c5f123d9fed9e0c7abbb5d7f69c
|
4
|
+
data.tar.gz: 0d29c574851067205f9ef4b01510bfc82e33736501f33eb4a79fa47f71abc440
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25257d71a566e1d296ad5906754c196a6de5401bad716be6a730fb3afd15e0575ae1c583ed04743992044768e569a73a61ffca06847d5b3b51479724d66b134a
|
7
|
+
data.tar.gz: cd15f62bdd279b23985caa1c3dbddcaf9797e21367195c7124c6fec6b2cffcae28bfd278aeb7419d4ef30be488a2897674becd7e3c6ae5214bf34191d70472dc
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-firebasedataconnect_v1beta
|
2
2
|
|
3
|
+
### v0.8.0 (2025-06-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250604
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.7.0 (2025-05-04)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.17.0
|
@@ -358,19 +358,40 @@ module Google
|
|
358
358
|
class GraphqlErrorExtensions
|
359
359
|
include Google::Apis::Core::Hashable
|
360
360
|
|
361
|
+
# Maps to canonical gRPC codes. If not specified, it represents `Code.INTERNAL`.
|
362
|
+
# Corresponds to the JSON property `code`
|
363
|
+
# @return [String]
|
364
|
+
attr_accessor :code
|
365
|
+
|
366
|
+
# More detailed error message to assist debugging. In the backend, only include
|
367
|
+
# it in admin authenticated API like ExecuteGraphql. In the emulator, always
|
368
|
+
# include it to assist debugging.
|
369
|
+
# Corresponds to the JSON property `debugDetails`
|
370
|
+
# @return [String]
|
371
|
+
attr_accessor :debug_details
|
372
|
+
|
361
373
|
# The source file name where the error occurred. Included only for `UpdateSchema`
|
362
374
|
# and `UpdateConnector`, it corresponds to `File.path` of the provided `Source`.
|
363
375
|
# Corresponds to the JSON property `file`
|
364
376
|
# @return [String]
|
365
377
|
attr_accessor :file
|
366
378
|
|
379
|
+
# Distinguish which schema or connector the error originates from. It should be
|
380
|
+
# set on errors from control plane APIs (e.g. `UpdateSchema`, `UpdateConnector`).
|
381
|
+
# Corresponds to the JSON property `resource`
|
382
|
+
# @return [String]
|
383
|
+
attr_accessor :resource
|
384
|
+
|
367
385
|
def initialize(**args)
|
368
386
|
update!(**args)
|
369
387
|
end
|
370
388
|
|
371
389
|
# Update properties of this object
|
372
390
|
def update!(**args)
|
391
|
+
@code = args[:code] if args.key?(:code)
|
392
|
+
@debug_details = args[:debug_details] if args.key?(:debug_details)
|
373
393
|
@file = args[:file] if args.key?(:file)
|
394
|
+
@resource = args[:resource] if args.key?(:resource)
|
374
395
|
end
|
375
396
|
end
|
376
397
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.8.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250604"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -303,7 +303,10 @@ module Google
|
|
303
303
|
class GraphqlErrorExtensions
|
304
304
|
# @private
|
305
305
|
class Representation < Google::Apis::Core::JsonRepresentation
|
306
|
+
property :code, as: 'code'
|
307
|
+
property :debug_details, as: 'debugDetails'
|
306
308
|
property :file, as: 'file'
|
309
|
+
property :resource, as: 'resource'
|
307
310
|
end
|
308
311
|
end
|
309
312
|
|
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.
|
4
|
+
version: 0.8.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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedataconnect_v1beta/v0.8.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:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Firebase Data Connect API V1beta
|
79
79
|
test_files: []
|