Skip to content

Commit 9674825

Browse files
feat: Automated regeneration of firebasedataconnect v1beta client (googleapis#22319)
Auto-created at 2025-03-30 10:43:00 +0000 using the toys pull request generator.
1 parent 4421ada commit 9674825

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233327,6 +233327,7 @@
233327233327
"/firebasedataconnect:v1beta/firebasedataconnect.projects.locations.get": get_project_location
233328233328
"/firebasedataconnect:v1beta/firebasedataconnect.projects.locations.get/name": name
233329233329
"/firebasedataconnect:v1beta/firebasedataconnect.projects.locations.list": list_project_locations
233330+
"/firebasedataconnect:v1beta/firebasedataconnect.projects.locations.list/extraLocationTypes": extra_location_types
233330233331
"/firebasedataconnect:v1beta/firebasedataconnect.projects.locations.list/filter": filter
233331233332
"/firebasedataconnect:v1beta/firebasedataconnect.projects.locations.list/name": name
233332233333
"/firebasedataconnect:v1beta/firebasedataconnect.projects.locations.list/pageSize": page_size

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.6.0 (2025-03-30)
4+
5+
* Regenerated from discovery document revision 20250323
6+
37
### v0.5.0 (2025-01-12)
48

59
* Regenerated from discovery document revision 20250105

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.5.0"
19+
GEM_VERSION = "0.6.0"
2020

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

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

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc
8787
# Lists information about the supported locations for this service.
8888
# @param [String] name
8989
# The resource that owns the locations collection, if applicable.
90+
# @param [Array<String>, String] extra_location_types
91+
# Optional. A list of extra location types that should be used as conditions for
92+
# controlling the visibility of the locations.
9093
# @param [String] filter
9194
# A filter to narrow down results to a preferred subset. The filtering language
9295
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -114,11 +117,12 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc
114117
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
115118
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
116119
# @raise [Google::Apis::AuthorizationError] Authorization is required
117-
def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
120+
def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
118121
command = make_simple_command(:get, 'v1beta/{+name}/locations', options)
119122
command.response_representation = Google::Apis::FirebasedataconnectV1beta::ListLocationsResponse::Representation
120123
command.response_class = Google::Apis::FirebasedataconnectV1beta::ListLocationsResponse
121124
command.params['name'] = name unless name.nil?
125+
command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
122126
command.query['filter'] = filter unless filter.nil?
123127
command.query['pageSize'] = page_size unless page_size.nil?
124128
command.query['pageToken'] = page_token unless page_token.nil?

0 commit comments

Comments
 (0)