Skip to content

Commit 181f0fb

Browse files
feat: Automated regeneration of firebaserules v1 client (googleapis#21085)
Auto-created at 2024-12-15 10:54:07 +0000 using the toys pull request generator.
1 parent 7d9d023 commit 181f0fb

File tree

4 files changed

+38
-32
lines changed

4 files changed

+38
-32
lines changed

generated/google-apis-firebaserules_v1/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-firebaserules_v1
22

3+
### v0.25.0 (2024-12-15)
4+
5+
* Regenerated from discovery document revision 20241125
6+
* Regenerated using generator version 0.15.1
7+
38
### v0.24.0 (2024-05-19)
49

510
* Regenerated using generator version 0.15.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ class UpdateReleaseRequest
744744
# @return [Google::Apis::FirebaserulesV1::Release]
745745
attr_accessor :release
746746

747-
# Specifies which fields to update.
747+
# Optional. Specifies which fields to update.
748748
# Corresponds to the JSON property `updateMask`
749749
# @return [String]
750750
attr_accessor :update_mask

generated/google-apis-firebaserules_v1/lib/google/apis/firebaserules_v1/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 FirebaserulesV1
1818
# Version of the google-apis-firebaserules_v1 gem
19-
GEM_VERSION = "0.24.0"
19+
GEM_VERSION = "0.25.0"
2020

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

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

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

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def get_project_release(name, fields: nil, quota_user: nil, options: nil, &block
211211
# Required. Resource name of the `Release`. Format: `projects/`project_id`/
212212
# releases/`release_id``
213213
# @param [String] executable_version
214-
# The requested runtime executable version. Defaults to
214+
# Optional. The requested runtime executable version. Defaults to
215215
# FIREBASE_RULES_EXECUTABLE_V1.
216216
# @param [String] fields
217217
# Selector specifying which fields to include in a partial response.
@@ -247,26 +247,26 @@ def get_project_release_executable(name, executable_version: nil, fields: nil, q
247247
# @param [String] name
248248
# Required. Resource name for the project. Format: `projects/`project_id``
249249
# @param [String] filter
250-
# `Release` filter. The list method supports filters with restrictions on the `
251-
# Release.name`, and `Release.ruleset_name`. Example 1: A filter of 'name=prod*'
252-
# might return `Release`s with names within 'projects/foo' prefixed with 'prod':
253-
# Name -> Ruleset Name: * projects/foo/releases/prod -> projects/foo/rulesets/
254-
# uuid1234 * projects/foo/releases/prod/v1 -> projects/foo/rulesets/uuid1234 *
255-
# projects/foo/releases/prod/v2 -> projects/foo/rulesets/uuid8888 Example 2: A
256-
# filter of `name=prod* ruleset_name=uuid1234` would return only `Release`
257-
# instances for 'projects/foo' with names prefixed with 'prod' referring to the
258-
# same `Ruleset` name of 'uuid1234': Name -> Ruleset Name: * projects/foo/
259-
# releases/prod -> projects/foo/rulesets/1234 * projects/foo/releases/prod/v1 ->
260-
# projects/foo/rulesets/1234 In the examples, the filter parameters refer to the
261-
# search filters are relative to the project. Fully qualified prefixed may also
262-
# be used.
250+
# Optional. `Release` filter. The list method supports filters with restrictions
251+
# on the `Release.name`, and `Release.ruleset_name`. Example 1: A filter of '
252+
# name=prod*' might return `Release`s with names within 'projects/foo' prefixed
253+
# with 'prod': Name -> Ruleset Name: * projects/foo/releases/prod -> projects/
254+
# foo/rulesets/uuid1234 * projects/foo/releases/prod/v1 -> projects/foo/rulesets/
255+
# uuid1234 * projects/foo/releases/prod/v2 -> projects/foo/rulesets/uuid8888
256+
# Example 2: A filter of `name=prod* ruleset_name=uuid1234` would return only `
257+
# Release` instances for 'projects/foo' with names prefixed with 'prod'
258+
# referring to the same `Ruleset` name of 'uuid1234': Name -> Ruleset Name: *
259+
# projects/foo/releases/prod -> projects/foo/rulesets/1234 * projects/foo/
260+
# releases/prod/v1 -> projects/foo/rulesets/1234 In the examples, the filter
261+
# parameters refer to the search filters are relative to the project. Fully
262+
# qualified prefixed may also be used.
263263
# @param [Fixnum] page_size
264-
# Page size to load. Maximum of 100. Defaults to 10. Note: `page_size` is just a
265-
# hint and the service may choose to load fewer than `page_size` results due to
266-
# the size of the output. To traverse all of the releases, the caller should
267-
# iterate until the `page_token` on the response is empty.
264+
# Optional. Page size to load. Maximum of 100. Defaults to 10. Note: `page_size`
265+
# is just a hint and the service may choose to load fewer than `page_size`
266+
# results due to the size of the output. To traverse all of the releases, the
267+
# caller should iterate until the `page_token` on the response is empty.
268268
# @param [String] page_token
269-
# Next page token for the next batch of `Release` instances.
269+
# Optional. Next page token for the next batch of `Release` instances.
270270
# @param [String] fields
271271
# Selector specifying which fields to include in a partial response.
272272
# @param [String] quota_user
@@ -439,17 +439,18 @@ def get_project_ruleset(name, fields: nil, quota_user: nil, options: nil, &block
439439
# @param [String] name
440440
# Required. Resource name for the project. Format: `projects/`project_id``
441441
# @param [String] filter
442-
# `Ruleset` filter. The list method supports filters with restrictions on `
443-
# Ruleset.name`. Filters on `Ruleset.create_time` should use the `date` function
444-
# which parses strings that conform to the RFC 3339 date/time specifications.
445-
# Example: `create_time > date("2017-01-01T00:00:00Z") AND name=UUID-*`
442+
# Optional. `Ruleset` filter. The list method supports filters with restrictions
443+
# on `Ruleset.name`. Filters on `Ruleset.create_time` should use the `date`
444+
# function which parses strings that conform to the RFC 3339 date/time
445+
# specifications. Example: `create_time > date("2017-01-01T00:00:00Z") AND name=
446+
# UUID-*`
446447
# @param [Fixnum] page_size
447-
# Page size to load. Maximum of 100. Defaults to 10. Note: `page_size` is just a
448-
# hint and the service may choose to load less than `page_size` due to the size
449-
# of the output. To traverse all of the releases, caller should iterate until
450-
# the `page_token` is empty.
448+
# Optional. Page size to load. Maximum of 100. Defaults to 10. Note: `page_size`
449+
# is just a hint and the service may choose to load less than `page_size` due to
450+
# the size of the output. To traverse all of the releases, caller should iterate
451+
# until the `page_token` is empty.
451452
# @param [String] page_token
452-
# Next page token for loading the next batch of `Ruleset` instances.
453+
# Optional. Next page token for loading the next batch of `Ruleset` instances.
453454
# @param [String] fields
454455
# Selector specifying which fields to include in a partial response.
455456
# @param [String] quota_user

0 commit comments

Comments
 (0)