google-apis-firebaserules_v1 0.4.0 → 0.5.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: 246b27872e4e921361ff28e6d49d2841c32c8b2626a34236f8397e6edfdfd1f0
4
+ data.tar.gz: 83326aaee5d326e3083d6f19b97af236e3522621e94d0e984d8b5386c7cb3038
5
5
  SHA512:
6
- metadata.gz: 2b3b7c4818f7f59e8c3e03e37658ef4096ab16328dd8fd617156c1c391e186bfbe1ad327357342ecbf7d972cebc18ba6594523bb2f17c51df24da0c37a6410dd
7
- data.tar.gz: 9b0df758c558f9955c9e7b921f5a5593ace544c51b0406955532dd4f152262e63677d0eb7b5df59f5739f2c2bf56bef93bc0826c68102efe7cb12b48ca29b29a
6
+ metadata.gz: 139b25bcbf17974d32a34e4d82551400240bf20c05a41521e39ecdb623be33a80fb37b056457d00230aeb2f7d6b754f449a303989afdb7a065ff62f9ac24ae08
7
+ data.tar.gz: '093d4ad7aab9895c66fd735bb10c4773e8f24ee10b7a5f8415c4a3c0f6dc5d4e46cb04937c2f3671f9efed289d4c4b5925a225d5e502af70e44c442cbbb85da6'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-firebaserules_v1
2
2
 
3
+ ### v0.5.0 (2021-06-13)
4
+
5
+ * Regenerated from discovery document revision 20210607
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.4.0 (2021-05-19)
4
9
 
5
10
  * 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.5.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.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210508"
25
+ REVISION = "20210607"
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
@@ -111,8 +111,8 @@ module Google
111
111
  # Ruleset`. The `Ruleset` reference for a `Release` may be updated using the
112
112
  # UpdateRelease method.
113
113
  # @param [String] name
114
- # Resource name for the project which owns this `Release`. Format: `projects/`
115
- # project_id``
114
+ # Required. Resource name for the project which owns this `Release`. Format: `
115
+ # projects/`project_id``
116
116
  # @param [Google::Apis::FirebaserulesV1::Release] release_object
117
117
  # @param [String] fields
118
118
  # Selector specifying which fields to include in a partial response.
@@ -145,8 +145,8 @@ module Google
145
145
 
146
146
  # Delete a `Release` by resource name.
147
147
  # @param [String] name
148
- # Resource name for the `Release` to delete. Format: `projects/`project_id`/
149
- # releases/`release_id``
148
+ # Required. Resource name for the `Release` to delete. Format: `projects/`
149
+ # project_id`/releases/`release_id``
150
150
  # @param [String] fields
151
151
  # Selector specifying which fields to include in a partial response.
152
152
  # @param [String] quota_user
@@ -176,8 +176,8 @@ module Google
176
176
 
177
177
  # Get a `Release` by name.
178
178
  # @param [String] name
179
- # Resource name of the `Release`. Format: `projects/`project_id`/releases/`
180
- # release_id``
179
+ # Required. Resource name of the `Release`. Format: `projects/`project_id`/
180
+ # releases/`release_id``
181
181
  # @param [String] fields
182
182
  # Selector specifying which fields to include in a partial response.
183
183
  # @param [String] quota_user
@@ -207,8 +207,8 @@ module Google
207
207
 
208
208
  # Get the `Release` executable to use when enforcing rules.
209
209
  # @param [String] name
210
- # Resource name of the `Release`. Format: `projects/`project_id`/releases/`
211
- # release_id``
210
+ # Required. Resource name of the `Release`. Format: `projects/`project_id`/
211
+ # releases/`release_id``
212
212
  # @param [String] executable_version
213
213
  # The requested runtime executable version. Defaults to
214
214
  # FIREBASE_RULES_EXECUTABLE_V1.
@@ -244,23 +244,21 @@ module Google
244
244
  # by `Release` name, `Ruleset` name, `TestSuite` name, or any combination
245
245
  # thereof.
246
246
  # @param [String] name
247
- # Resource name for the project. Format: `projects/`project_id``
247
+ # Required. Resource name for the project. Format: `projects/`project_id``
248
248
  # @param [String] filter
249
249
  # `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
250
+ # Release.name`, and `Release.ruleset_name`. Example 1: A filter of 'name=prod*'
251
+ # might return `Release`s with names within 'projects/foo' prefixed with 'prod':
252
+ # Name -> Ruleset Name: * projects/foo/releases/prod -> projects/foo/rulesets/
253
+ # uuid1234 * projects/foo/releases/prod/v1 -> projects/foo/rulesets/uuid1234 *
254
+ # projects/foo/releases/prod/v2 -> projects/foo/rulesets/uuid8888 Example 2: A
256
255
  # filter of `name=prod* ruleset_name=uuid1234` would return only `Release`
257
256
  # 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`
257
+ # same `Ruleset` name of 'uuid1234': Name -> Ruleset Name: * projects/foo/
258
+ # releases/prod -> projects/foo/rulesets/1234 * projects/foo/releases/prod/v1 ->
259
+ # projects/foo/rulesets/1234 In the examples, the filter parameters refer to the
260
+ # search filters are relative to the project. Fully qualified prefixed may also
261
+ # be used.
264
262
  # @param [Fixnum] page_size
265
263
  # Page size to load. Maximum of 100. Defaults to 10. Note: `page_size` is just a
266
264
  # hint and the service may choose to load fewer than `page_size` results due to
@@ -298,12 +296,12 @@ module Google
298
296
  execute_or_queue_command(command, &block)
299
297
  end
300
298
 
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.
299
+ # Update a `Release` via PATCH. Only updates to `ruleset_name` will be honored. `
300
+ # Release` rename is not supported. To create a `Release` use the CreateRelease
301
+ # method.
304
302
  # @param [String] name
305
- # Resource name for the project which owns this `Release`. Format: `projects/`
306
- # project_id``
303
+ # Required. Resource name for the project which owns this `Release`. Format: `
304
+ # projects/`project_id``
307
305
  # @param [Google::Apis::FirebaserulesV1::UpdateReleaseRequest] update_release_request_object
308
306
  # @param [String] fields
309
307
  # Selector specifying which fields to include in a partial response.
@@ -339,8 +337,8 @@ module Google
339
337
  # semantics errors will result in an error response indicating the first error
340
338
  # encountered. For a detailed view of `Source` issues, use TestRuleset.
341
339
  # @param [String] name
342
- # Resource name for Project which owns this `Ruleset`. Format: `projects/`
343
- # project_id``
340
+ # Required. Resource name for Project which owns this `Ruleset`. Format: `
341
+ # projects/`project_id``
344
342
  # @param [Google::Apis::FirebaserulesV1::Ruleset] ruleset_object
345
343
  # @param [String] fields
346
344
  # Selector specifying which fields to include in a partial response.
@@ -374,8 +372,8 @@ module Google
374
372
  # Delete a `Ruleset` by resource name. If the `Ruleset` is referenced by a `
375
373
  # Release` the operation will fail.
376
374
  # @param [String] name
377
- # Resource name for the ruleset to delete. Format: `projects/`project_id`/
378
- # rulesets/`ruleset_id``
375
+ # Required. Resource name for the ruleset to delete. Format: `projects/`
376
+ # project_id`/rulesets/`ruleset_id``
379
377
  # @param [String] fields
380
378
  # Selector specifying which fields to include in a partial response.
381
379
  # @param [String] quota_user
@@ -405,8 +403,8 @@ module Google
405
403
 
406
404
  # Get a `Ruleset` by name including the full `Source` contents.
407
405
  # @param [String] name
408
- # Resource name for the ruleset to get. Format: `projects/`project_id`/rulesets/`
409
- # ruleset_id``
406
+ # Required. Resource name for the ruleset to get. Format: `projects/`project_id`/
407
+ # rulesets/`ruleset_id``
410
408
  # @param [String] fields
411
409
  # Selector specifying which fields to include in a partial response.
412
410
  # @param [String] quota_user
@@ -438,7 +436,7 @@ module Google
438
436
  # name. The full `Source` contents of a `Ruleset` may be retrieved with
439
437
  # GetRuleset.
440
438
  # @param [String] name
441
- # Resource name for the project. Format: `projects/`project_id``
439
+ # Required. Resource name for the project. Format: `projects/`project_id``
442
440
  # @param [String] filter
443
441
  # `Ruleset` filter. The list method supports filters with restrictions on `
444
442
  # Ruleset.name`. Filters on `Ruleset.create_time` should use the `date` function
metadata CHANGED
@@ -1,14 +1,14 @@
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.5.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-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  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
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaserules_v1/v0.5.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firebaserules_v1
57
57
  post_install_message:
58
58
  rdoc_options: []