Skip to content

Commit 9ce98db

Browse files
feat: Automated regeneration of firebasedataconnect v1beta client (googleapis#20564)
Co-authored-by: Yoshi Automation Bot <[email protected]>
1 parent 0e7fc6f commit 9ce98db

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

generated/google-apis-firebasedataconnect_v1beta/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-firebasedataconnect_v1beta
22

3+
### v0.3.0 (2024-11-17)
4+
5+
* Regenerated from discovery document revision 20241108
6+
37
### v0.2.0 (2024-10-13)
48

59
* Regenerated from discovery document revision 20241006

generated/google-apis-firebasedataconnect_v1beta/lib/google/apis/firebasedataconnect_v1beta/classes.rb

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,10 @@ def update!(**args)
499499
end
500500
end
501501

502-
# Message for response to listing Connectors.
502+
# Message for response to listing Connectors. By default, `connectors.source`
503+
# will not be included in the response. To specify the fields included in the
504+
# response, the response field mask can be provided by using the query parameter
505+
# `$fields` or the header `X-Goog-FieldMask`.
503506
class ListConnectorsResponse
504507
include Google::Apis::Core::Hashable
505508

@@ -581,7 +584,10 @@ def update!(**args)
581584
end
582585
end
583586

584-
# Message for response to listing Schemas.
587+
# Message for response to listing Schemas. By default, `schemas.source` will not
588+
# be included in the response. To specify the fields included in the response,
589+
# the response field mask can be provided by using the query parameter `$fields`
590+
# or the header `X-Goog-FieldMask`.
585591
class ListSchemasResponse
586592
include Google::Apis::Core::Hashable
587593

generated/google-apis-firebasedataconnect_v1beta/lib/google/apis/firebasedataconnect_v1beta/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module FirebasedataconnectV1beta
1818
# Version of the google-apis-firebasedataconnect_v1beta gem
19-
GEM_VERSION = "0.2.0"
19+
GEM_VERSION = "0.3.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241006"
25+
REVISION = "20241108"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)