google-apis-firebaserules_v1 0.4.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2cd4818e34ac98c5322a4e744bbbf85f21a0cc5b7fd47d787a834d76f9cfffd4
4
- data.tar.gz: 6a91e232959596e5b1ed9c0165f1ba80b1d5e965c66c244dc5711e611e79067d
3
+ metadata.gz: 8896ec217e08217dfe89ae016f3fe2f3d24bf87435b9c0870a8229c8ac179711
4
+ data.tar.gz: c655acd2af07c74cbb778122efd3e8c5b376772de78e9a01e79466308216f5f2
5
5
  SHA512:
6
- metadata.gz: 2b3b7c4818f7f59e8c3e03e37658ef4096ab16328dd8fd617156c1c391e186bfbe1ad327357342ecbf7d972cebc18ba6594523bb2f17c51df24da0c37a6410dd
7
- data.tar.gz: 9b0df758c558f9955c9e7b921f5a5593ace544c51b0406955532dd4f152262e63677d0eb7b5df59f5739f2c2bf56bef93bc0826c68102efe7cb12b48ca29b29a
6
+ metadata.gz: 495f287a6c2aabb3c71511a48236c8930237581ff8ffd96169aaab60b8bd5a2ea51b3bfe7876022638447317b8c5d80a86336c1ad499cc562bae5455939501c2
7
+ data.tar.gz: cb9e44a0e4fb5d5a56923e27ed2d9b2ec684286a51a24af025fe10091cd70960b3b26d61d97b9ffd1f5b4a0d3fb429296c61dc9f844da059fa38794690cff195
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-firebaserules_v1
2
2
 
3
+ ### v0.8.0 (2021-07-18)
4
+
5
+ * Regenerated from discovery document revision 20210712
6
+
7
+ ### v0.7.0 (2021-06-29)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.6.0 (2021-06-24)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.5.0 (2021-06-13)
16
+
17
+ * Regenerated from discovery document revision 20210607
18
+ * Regenerated using generator version 0.3.0
19
+
3
20
  ### v0.4.0 (2021-05-19)
4
21
 
5
22
  * Unspecified changes
@@ -358,26 +358,12 @@ module Google
358
358
  class Release
359
359
  include Google::Apis::Core::Hashable
360
360
 
361
- # Time the release was created. Output only.
361
+ # Output only. Time the release was created.
362
362
  # Corresponds to the JSON property `createTime`
363
363
  # @return [String]
364
364
  attr_accessor :create_time
365
365
 
366
- # Resource name for the `Release`. `Release` names may be structured `app1/prod/
367
- # v2` or flat `app1_prod_v2` which affords developers a great deal of
368
- # flexibility in mapping the name to the style that best fits their existing
369
- # development practices. For example, a name could refer to an environment, an
370
- # app, a version, or some combination of three. In the table below, for the
371
- # project name `projects/foo`, the following relative release paths show how
372
- # flat and structured names might be chosen to match a desired development /
373
- # deployment strategy. Use Case | Flat Name | Structured Name -------------|-----
374
- # ----------------|---------------- Environments | releases/qa | releases/qa
375
- # Apps | releases/app1_qa | releases/app1/qa Versions | releases/app1_v2_qa |
376
- # releases/app1/v2/qa The delimiter between the release name path elements can
377
- # be almost anything and it should work equally well with the release name list
378
- # filter, but in many ways the structured paths provide a clearer picture of the
379
- # relationship between `Release` instances. Format: `projects/`project_id`/
380
- # releases/`release_id``
366
+ # Format: `projects/`project_id`/releases/`release_id``
381
367
  # Corresponds to the JSON property `name`
382
368
  # @return [String]
383
369
  attr_accessor :name
@@ -388,7 +374,7 @@ module Google
388
374
  # @return [String]
389
375
  attr_accessor :ruleset_name
390
376
 
391
- # Time the release was updated. Output only.
377
+ # Output only. Time the release was updated.
392
378
  # Corresponds to the JSON property `updateTime`
393
379
  # @return [String]
394
380
  attr_accessor :update_time
@@ -441,7 +427,7 @@ module Google
441
427
  class Ruleset
442
428
  include Google::Apis::Core::Hashable
443
429
 
444
- # Time the `Ruleset` was created. Output only.
430
+ # Output only. Time the `Ruleset` was created.
445
431
  # Corresponds to the JSON property `createTime`
446
432
  # @return [String]
447
433
  attr_accessor :create_time
@@ -451,8 +437,8 @@ module Google
451
437
  # @return [Google::Apis::FirebaserulesV1::Metadata]
452
438
  attr_accessor :metadata
453
439
 
454
- # Name of the `Ruleset`. The ruleset_id is auto generated by the service. Format:
455
- # `projects/`project_id`/rulesets/`ruleset_id`` Output only.
440
+ # Output only. Name of the `Ruleset`. The ruleset_id is auto generated by the
441
+ # service. Format: `projects/`project_id`/rulesets/`ruleset_id``
456
442
  # Corresponds to the JSON property `name`
457
443
  # @return [String]
458
444
  attr_accessor :name
@@ -743,7 +729,7 @@ module Google
743
729
  end
744
730
  end
745
731
 
746
- # The request for FirebaseRulesService.UpdateReleasePatch.
732
+ # The request for FirebaseRulesService.UpdateRelease.
747
733
  class UpdateReleaseRequest
748
734
  include Google::Apis::Core::Hashable
749
735
 
@@ -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.4.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210508"
25
+ REVISION = "20210712"
26
26
  end
27
27
  end
28
28
  end
@@ -62,8 +62,8 @@ module Google
62
62
  # auth.uid && (imageName.matches('*.png$') || imageName.matches('*.jpg$')) &&
63
63
  # resource.mimeType.matches('^image/') ` `
64
64
  # @param [String] name
65
- # Tests may either provide `source` or a `Ruleset` resource name. For tests
66
- # against `source`, the resource name must refer to the project: Format: `
65
+ # Required. Tests may either provide `source` or a `Ruleset` resource name. For
66
+ # tests against `source`, the resource name must refer to the project: Format: `
67
67
  # projects/`project_id`` For tests against a `Ruleset`, this must be the `
68
68
  # Ruleset` resource name: Format: `projects/`project_id`/rulesets/`ruleset_id``
69
69
  # @param [Google::Apis::FirebaserulesV1::TestRulesetRequest] test_ruleset_request_object
@@ -102,17 +102,16 @@ module Google
102
102
  # developer. Once a `Release` refers to a `Ruleset`, the rules can be enforced
103
103
  # by Firebase Rules-enabled services. More than one `Release` may be 'live'
104
104
  # concurrently. Consider the following three `Release` names for `projects/foo`
105
- # and the `Ruleset` to which they refer. Release Name | Ruleset Name ------------
106
- # --------------------|------------- projects/foo/releases/prod | projects/foo/
107
- # rulesets/uuid123 projects/foo/releases/prod/beta | projects/foo/rulesets/
108
- # uuid123 projects/foo/releases/prod/v23 | projects/foo/rulesets/uuid456 The
109
- # table reflects the `Ruleset` rollout in progress. The `prod` and `prod/beta`
110
- # releases refer to the same `Ruleset`. However, `prod/v23` refers to a new `
111
- # Ruleset`. The `Ruleset` reference for a `Release` may be updated using the
112
- # UpdateRelease method.
105
+ # and the `Ruleset` to which they refer. Release Name -> Ruleset Name * projects/
106
+ # foo/releases/prod -> projects/foo/rulesets/uuid123 * projects/foo/releases/
107
+ # prod/beta -> projects/foo/rulesets/uuid123 * projects/foo/releases/prod/v23 ->
108
+ # projects/foo/rulesets/uuid456 The relationships reflect a `Ruleset` rollout in
109
+ # progress. The `prod` and `prod/beta` releases refer to the same `Ruleset`.
110
+ # However, `prod/v23` refers to a new `Ruleset`. The `Ruleset` reference for a `
111
+ # Release` may be updated using the UpdateRelease method.
113
112
  # @param [String] name
114
- # Resource name for the project which owns this `Release`. Format: `projects/`
115
- # project_id``
113
+ # Required. Resource name for the project which owns this `Release`. Format: `
114
+ # projects/`project_id``
116
115
  # @param [Google::Apis::FirebaserulesV1::Release] release_object
117
116
  # @param [String] fields
118
117
  # Selector specifying which fields to include in a partial response.
@@ -145,8 +144,8 @@ module Google
145
144
 
146
145
  # Delete a `Release` by resource name.
147
146
  # @param [String] name
148
- # Resource name for the `Release` to delete. Format: `projects/`project_id`/
149
- # releases/`release_id``
147
+ # Required. Resource name for the `Release` to delete. Format: `projects/`
148
+ # project_id`/releases/`release_id``
150
149
  # @param [String] fields
151
150
  # Selector specifying which fields to include in a partial response.
152
151
  # @param [String] quota_user
@@ -176,8 +175,8 @@ module Google
176
175
 
177
176
  # Get a `Release` by name.
178
177
  # @param [String] name
179
- # Resource name of the `Release`. Format: `projects/`project_id`/releases/`
180
- # release_id``
178
+ # Required. Resource name of the `Release`. Format: `projects/`project_id`/
179
+ # releases/`release_id``
181
180
  # @param [String] fields
182
181
  # Selector specifying which fields to include in a partial response.
183
182
  # @param [String] quota_user
@@ -207,8 +206,8 @@ module Google
207
206
 
208
207
  # Get the `Release` executable to use when enforcing rules.
209
208
  # @param [String] name
210
- # Resource name of the `Release`. Format: `projects/`project_id`/releases/`
211
- # release_id``
209
+ # Required. Resource name of the `Release`. Format: `projects/`project_id`/
210
+ # releases/`release_id``
212
211
  # @param [String] executable_version
213
212
  # The requested runtime executable version. Defaults to
214
213
  # FIREBASE_RULES_EXECUTABLE_V1.
@@ -244,23 +243,21 @@ module Google
244
243
  # by `Release` name, `Ruleset` name, `TestSuite` name, or any combination
245
244
  # thereof.
246
245
  # @param [String] name
247
- # Resource name for the project. Format: `projects/`project_id``
246
+ # Required. Resource name for the project. Format: `projects/`project_id``
248
247
  # @param [String] filter
249
248
  # `Release` filter. The list method supports filters with restrictions on the `
250
- # Release.name`, `Release.ruleset_name`, and `Release.test_suite_name`. Example
251
- # 1: A filter of 'name=prod*' might return `Release`s with names within '
252
- # projects/foo' prefixed with 'prod': Name | Ruleset Name -----------------------
253
- # -------|------------- 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
249
+ # Release.name`, and `Release.ruleset_name`. Example 1: A filter of 'name=prod*'
250
+ # might return `Release`s with names within 'projects/foo' prefixed with 'prod':
251
+ # Name -> Ruleset Name: * projects/foo/releases/prod -> projects/foo/rulesets/
252
+ # uuid1234 * projects/foo/releases/prod/v1 -> projects/foo/rulesets/uuid1234 *
253
+ # projects/foo/releases/prod/v2 -> projects/foo/rulesets/uuid8888 Example 2: A
256
254
  # filter of `name=prod* ruleset_name=uuid1234` would return only `Release`
257
255
  # instances for 'projects/foo' with names prefixed with 'prod' referring to the
258
- # same `Ruleset` name of 'uuid1234': Name | Ruleset Name ------------------------
259
- # ------|------------- projects/foo/releases/prod | projects/foo/rulesets/1234
260
- # projects/foo/releases/prod/v1 | projects/foo/rulesets/1234 In the examples,
261
- # the filter parameters refer to the search filters are relative to the project.
262
- # Fully qualified prefixed may also be used. e.g. `test_suite_name=projects/foo/
263
- # testsuites/uuid1`
256
+ # same `Ruleset` name of 'uuid1234': Name -> Ruleset Name: * projects/foo/
257
+ # releases/prod -> projects/foo/rulesets/1234 * projects/foo/releases/prod/v1 ->
258
+ # projects/foo/rulesets/1234 In the examples, the filter parameters refer to the
259
+ # search filters are relative to the project. Fully qualified prefixed may also
260
+ # be used.
264
261
  # @param [Fixnum] page_size
265
262
  # Page size to load. Maximum of 100. Defaults to 10. Note: `page_size` is just a
266
263
  # hint and the service may choose to load fewer than `page_size` results due to
@@ -298,12 +295,12 @@ module Google
298
295
  execute_or_queue_command(command, &block)
299
296
  end
300
297
 
301
- # Update a `Release` via PATCH. Only updates to the `ruleset_name` and `
302
- # test_suite_name` fields will be honored. `Release` rename is not supported. To
303
- # create a `Release` use the CreateRelease method.
298
+ # Update a `Release` via PATCH. Only updates to `ruleset_name` will be honored. `
299
+ # Release` rename is not supported. To create a `Release` use the CreateRelease
300
+ # method.
304
301
  # @param [String] name
305
- # Resource name for the project which owns this `Release`. Format: `projects/`
306
- # project_id``
302
+ # Required. Resource name for the project which owns this `Release`. Format: `
303
+ # projects/`project_id``
307
304
  # @param [Google::Apis::FirebaserulesV1::UpdateReleaseRequest] update_release_request_object
308
305
  # @param [String] fields
309
306
  # Selector specifying which fields to include in a partial response.
@@ -339,8 +336,8 @@ module Google
339
336
  # semantics errors will result in an error response indicating the first error
340
337
  # encountered. For a detailed view of `Source` issues, use TestRuleset.
341
338
  # @param [String] name
342
- # Resource name for Project which owns this `Ruleset`. Format: `projects/`
343
- # project_id``
339
+ # Required. Resource name for Project which owns this `Ruleset`. Format: `
340
+ # projects/`project_id``
344
341
  # @param [Google::Apis::FirebaserulesV1::Ruleset] ruleset_object
345
342
  # @param [String] fields
346
343
  # Selector specifying which fields to include in a partial response.
@@ -374,8 +371,8 @@ module Google
374
371
  # Delete a `Ruleset` by resource name. If the `Ruleset` is referenced by a `
375
372
  # Release` the operation will fail.
376
373
  # @param [String] name
377
- # Resource name for the ruleset to delete. Format: `projects/`project_id`/
378
- # rulesets/`ruleset_id``
374
+ # Required. Resource name for the ruleset to delete. Format: `projects/`
375
+ # project_id`/rulesets/`ruleset_id``
379
376
  # @param [String] fields
380
377
  # Selector specifying which fields to include in a partial response.
381
378
  # @param [String] quota_user
@@ -405,8 +402,8 @@ module Google
405
402
 
406
403
  # Get a `Ruleset` by name including the full `Source` contents.
407
404
  # @param [String] name
408
- # Resource name for the ruleset to get. Format: `projects/`project_id`/rulesets/`
409
- # ruleset_id``
405
+ # Required. Resource name for the ruleset to get. Format: `projects/`project_id`/
406
+ # rulesets/`ruleset_id``
410
407
  # @param [String] fields
411
408
  # Selector specifying which fields to include in a partial response.
412
409
  # @param [String] quota_user
@@ -438,7 +435,7 @@ module Google
438
435
  # name. The full `Source` contents of a `Ruleset` may be retrieved with
439
436
  # GetRuleset.
440
437
  # @param [String] name
441
- # Resource name for the project. Format: `projects/`project_id``
438
+ # Required. Resource name for the project. Format: `projects/`project_id``
442
439
  # @param [String] filter
443
440
  # `Ruleset` filter. The list method supports filters with restrictions on `
444
441
  # Ruleset.name`. Filters on `Ruleset.create_time` should use the `date` function
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebaserules_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-24 00:00:00.000000000 Z
11
+ date: 2021-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Firebase Rules API V1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firebaserules_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebaserules_v1/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaserules_v1/v0.8.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firebaserules_v1
57
63
  post_install_message:
58
64
  rdoc_options: []