Skip to content

Commit 2085c79

Browse files
feat: Automated regeneration of privateca v1beta1 client (googleapis#22511)
Auto-created at 2025-04-20 10:54:41 +0000 using the toys pull request generator.
1 parent 9ad9241 commit 2085c79

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300320,6 +300320,7 @@
300320300320
"/privateca:v1beta1/privateca.projects.locations.get": get_project_location
300321300321
"/privateca:v1beta1/privateca.projects.locations.get/name": name
300322300322
"/privateca:v1beta1/privateca.projects.locations.list": list_project_locations
300323+
"/privateca:v1beta1/privateca.projects.locations.list/extraLocationTypes": extra_location_types
300323300324
"/privateca:v1beta1/privateca.projects.locations.list/filter": filter
300324300325
"/privateca:v1beta1/privateca.projects.locations.list/name": name
300325300326
"/privateca:v1beta1/privateca.projects.locations.list/pageSize": page_size

generated/google-apis-privateca_v1beta1/CHANGELOG.md

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

3+
### v0.36.0 (2025-04-20)
4+
5+
* Regenerated from discovery document revision 20250326
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.35.0 (2024-12-15)
49

510
* Regenerated from discovery document revision 20241204

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module PrivatecaV1beta1
1818
# Version of the google-apis-privateca_v1beta1 gem
19-
GEM_VERSION = "0.35.0"
19+
GEM_VERSION = "0.36.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.1"
22+
GENERATOR_VERSION = "0.16.0"
2323

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

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

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

0 commit comments

Comments
 (0)