google-apis-firebaserules_v1 0.24.0 → 0.26.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: c0bba28b1cc835e1103e49d3047657233ccccf0afb0663086eb0d1f03c5129dd
|
4
|
+
data.tar.gz: ea40a7777deb6993e7dd6c1bed87f7c8038adab39befeda110089f472e6384fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7cc590c1c4e988fd3b588bb9bab1824e594e988946c909333d06b1aec0ff1bc1072b3c954630141a1584f7b3eced6ea362ed23b0359c196b1ece226fc590c367
|
7
|
+
data.tar.gz: ac1a1f7f6b507b5845eb20f1674cf7a817dd7df3db3ccd9668e9ab9e6ba60e53cb62586f2c825d74d5be0988adef6a1532f4c726b1168a0e07d13755533f28ce
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-firebaserules_v1
|
2
2
|
|
3
|
+
### v0.26.0 (2025-05-04)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.17.0
|
6
|
+
|
7
|
+
### v0.25.0 (2024-12-15)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20241125
|
10
|
+
* Regenerated using generator version 0.15.1
|
11
|
+
|
3
12
|
### v0.24.0 (2024-05-19)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.15.0
|
data/OVERVIEW.md
CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://firebase.google.com/docs/storage/security) m
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby
|
86
|
+
This library is supported on Ruby 3.1+.
|
87
87
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
@@ -744,7 +744,7 @@ module Google
|
|
744
744
|
# @return [Google::Apis::FirebaserulesV1::Release]
|
745
745
|
attr_accessor :release
|
746
746
|
|
747
|
-
# Specifies which fields to update.
|
747
|
+
# Optional. Specifies which fields to update.
|
748
748
|
# Corresponds to the JSON property `updateMask`
|
749
749
|
# @return [String]
|
750
750
|
attr_accessor :update_mask
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module FirebaserulesV1
|
18
18
|
# Version of the google-apis-firebaserules_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.26.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.17.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241125"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -211,7 +211,7 @@ module Google
|
|
211
211
|
# Required. Resource name of the `Release`. Format: `projects/`project_id`/
|
212
212
|
# releases/`release_id``
|
213
213
|
# @param [String] executable_version
|
214
|
-
# The requested runtime executable version. Defaults to
|
214
|
+
# Optional. The requested runtime executable version. Defaults to
|
215
215
|
# FIREBASE_RULES_EXECUTABLE_V1.
|
216
216
|
# @param [String] fields
|
217
217
|
# Selector specifying which fields to include in a partial response.
|
@@ -247,26 +247,26 @@ module Google
|
|
247
247
|
# @param [String] name
|
248
248
|
# Required. Resource name for the project. Format: `projects/`project_id``
|
249
249
|
# @param [String] filter
|
250
|
-
# `Release` filter. The list method supports filters with restrictions
|
251
|
-
# Release.name`, and `Release.ruleset_name`. Example 1: A filter of '
|
252
|
-
# might return `Release`s with names within 'projects/foo' prefixed
|
253
|
-
# Name -> Ruleset Name: * projects/foo/releases/prod -> projects/
|
254
|
-
# uuid1234 * projects/foo/releases/prod/v1 -> projects/foo/rulesets/
|
255
|
-
# projects/foo/releases/prod/v2 -> projects/foo/rulesets/uuid8888
|
256
|
-
# filter of `name=prod* ruleset_name=uuid1234` would return only `
|
257
|
-
# instances for 'projects/foo' with names prefixed with 'prod'
|
258
|
-
# same `Ruleset` name of 'uuid1234': Name -> Ruleset Name: *
|
259
|
-
# releases/prod -> projects/foo/rulesets/1234 * projects/foo/
|
260
|
-
# projects/foo/rulesets/1234 In the examples, the filter
|
261
|
-
# search filters are relative to the project. Fully
|
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.
|
263
263
|
# @param [Fixnum] page_size
|
264
|
-
# Page size to load. Maximum of 100. Defaults to 10. Note: `page_size`
|
265
|
-
# hint and the service may choose to load fewer than `page_size`
|
266
|
-
# the size of the output. To traverse all of the releases, the
|
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.
|
268
268
|
# @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.
|
270
270
|
# @param [String] fields
|
271
271
|
# Selector specifying which fields to include in a partial response.
|
272
272
|
# @param [String] quota_user
|
@@ -439,17 +439,18 @@ module Google
|
|
439
439
|
# @param [String] name
|
440
440
|
# Required. Resource name for the project. Format: `projects/`project_id``
|
441
441
|
# @param [String] filter
|
442
|
-
# `Ruleset` filter. The list method supports filters with restrictions
|
443
|
-
# Ruleset.name`. Filters on `Ruleset.create_time` should use the `date`
|
444
|
-
# which parses strings that conform to the RFC 3339 date/time
|
445
|
-
# Example: `create_time > date("2017-01-01T00:00:00Z") AND name=
|
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-*`
|
446
447
|
# @param [Fixnum] page_size
|
447
|
-
# Page size to load. Maximum of 100. Defaults to 10. Note: `page_size`
|
448
|
-
# hint and the service may choose to load less than `page_size` due to
|
449
|
-
# of the output. To traverse all of the releases, caller should iterate
|
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.
|
451
452
|
# @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.
|
453
454
|
# @param [String] fields
|
454
455
|
# Selector specifying which fields to include in a partial response.
|
455
456
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-firebaserules_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.26.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaserules_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaserules_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaserules_v1/v0.26.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaserules_v1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
66
|
requirements:
|
69
67
|
- - ">="
|
70
68
|
- !ruby/object:Gem::Version
|
71
|
-
version: '
|
69
|
+
version: '3.1'
|
72
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
71
|
requirements:
|
74
72
|
- - ">="
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.8
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Firebase Rules API V1
|
82
79
|
test_files: []
|