Skip to content

Commit

Permalink
feat(firebaserules): update the api
Browse files Browse the repository at this point in the history
#### firebaserules:v1

The following keys were added:
- schemas.Ruleset.properties.attachmentPoint.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Dec 7, 2023
1 parent 67ece72 commit dc36ebf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/dyn/firebaserules_v1.projects.rulesets.html
Expand Up @@ -108,6 +108,7 @@ <h3>Method Details</h3>
The object takes the form of:

{ # `Ruleset` is an immutable copy of `Source` with a globally unique identifier and a creation time.
&quot;attachmentPoint&quot;: &quot;A String&quot;, # Immutable. Intended resource to which this Ruleset should be released. May be left blank to signify the resource associated with the default release. Expected format: firestore.googleapis.com/projects//databases/
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time the `Ruleset` was created.
&quot;metadata&quot;: { # Metadata for a Ruleset. # Output only. The metadata for this ruleset.
&quot;services&quot;: [ # Services that this ruleset has declarations for (e.g., &quot;cloud.firestore&quot;). There may be 0+ of these.
Expand Down Expand Up @@ -135,6 +136,7 @@ <h3>Method Details</h3>
An object of the form:

{ # `Ruleset` is an immutable copy of `Source` with a globally unique identifier and a creation time.
&quot;attachmentPoint&quot;: &quot;A String&quot;, # Immutable. Intended resource to which this Ruleset should be released. May be left blank to signify the resource associated with the default release. Expected format: firestore.googleapis.com/projects//databases/
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time the `Ruleset` was created.
&quot;metadata&quot;: { # Metadata for a Ruleset. # Output only. The metadata for this ruleset.
&quot;services&quot;: [ # Services that this ruleset has declarations for (e.g., &quot;cloud.firestore&quot;). There may be 0+ of these.
Expand Down Expand Up @@ -187,6 +189,7 @@ <h3>Method Details</h3>
An object of the form:

{ # `Ruleset` is an immutable copy of `Source` with a globally unique identifier and a creation time.
&quot;attachmentPoint&quot;: &quot;A String&quot;, # Immutable. Intended resource to which this Ruleset should be released. May be left blank to signify the resource associated with the default release. Expected format: firestore.googleapis.com/projects//databases/
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time the `Ruleset` was created.
&quot;metadata&quot;: { # Metadata for a Ruleset. # Output only. The metadata for this ruleset.
&quot;services&quot;: [ # Services that this ruleset has declarations for (e.g., &quot;cloud.firestore&quot;). There may be 0+ of these.
Expand Down Expand Up @@ -227,6 +230,7 @@ <h3>Method Details</h3>
&quot;nextPageToken&quot;: &quot;A String&quot;, # The pagination token to retrieve the next page of results. If the value is empty, no further results remain.
&quot;rulesets&quot;: [ # List of `Ruleset` instances.
{ # `Ruleset` is an immutable copy of `Source` with a globally unique identifier and a creation time.
&quot;attachmentPoint&quot;: &quot;A String&quot;, # Immutable. Intended resource to which this Ruleset should be released. May be left blank to signify the resource associated with the default release. Expected format: firestore.googleapis.com/projects//databases/
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time the `Ruleset` was created.
&quot;metadata&quot;: { # Metadata for a Ruleset. # Output only. The metadata for this ruleset.
&quot;services&quot;: [ # Services that this ruleset has declarations for (e.g., &quot;cloud.firestore&quot;). There may be 0+ of these.
Expand Down
Expand Up @@ -477,7 +477,7 @@
}
}
},
"revision": "20231023",
"revision": "20231120",
"rootUrl": "https://firebaserules.googleapis.com/",
"schemas": {
"Arg": {
Expand Down Expand Up @@ -767,6 +767,10 @@
"description": "`Ruleset` is an immutable copy of `Source` with a globally unique identifier and a creation time.",
"id": "Ruleset",
"properties": {
"attachmentPoint": {
"description": "Immutable. Intended resource to which this Ruleset should be released. May be left blank to signify the resource associated with the default release. Expected format: firestore.googleapis.com/projects//databases/",
"type": "string"
},
"createTime": {
"description": "Output only. Time the `Ruleset` was created.",
"format": "google-datetime",
Expand Down

0 comments on commit dc36ebf

Please sign in to comment.