Skip to content

Commit dc36ebf

Browse files
feat(firebaserules): update the api
#### firebaserules:v1 The following keys were added: - schemas.Ruleset.properties.attachmentPoint.type (Total Keys: 1)
1 parent 67ece72 commit dc36ebf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/dyn/firebaserules_v1.projects.rulesets.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ <h3>Method Details</h3>
108108
The object takes the form of:
109109

110110
{ # `Ruleset` is an immutable copy of `Source` with a globally unique identifier and a creation time.
111+
&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/
111112
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time the `Ruleset` was created.
112113
&quot;metadata&quot;: { # Metadata for a Ruleset. # Output only. The metadata for this ruleset.
113114
&quot;services&quot;: [ # Services that this ruleset has declarations for (e.g., &quot;cloud.firestore&quot;). There may be 0+ of these.
@@ -135,6 +136,7 @@ <h3>Method Details</h3>
135136
An object of the form:
136137

137138
{ # `Ruleset` is an immutable copy of `Source` with a globally unique identifier and a creation time.
139+
&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/
138140
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time the `Ruleset` was created.
139141
&quot;metadata&quot;: { # Metadata for a Ruleset. # Output only. The metadata for this ruleset.
140142
&quot;services&quot;: [ # Services that this ruleset has declarations for (e.g., &quot;cloud.firestore&quot;). There may be 0+ of these.
@@ -187,6 +189,7 @@ <h3>Method Details</h3>
187189
An object of the form:
188190

189191
{ # `Ruleset` is an immutable copy of `Source` with a globally unique identifier and a creation time.
192+
&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/
190193
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time the `Ruleset` was created.
191194
&quot;metadata&quot;: { # Metadata for a Ruleset. # Output only. The metadata for this ruleset.
192195
&quot;services&quot;: [ # Services that this ruleset has declarations for (e.g., &quot;cloud.firestore&quot;). There may be 0+ of these.
@@ -227,6 +230,7 @@ <h3>Method Details</h3>
227230
&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.
228231
&quot;rulesets&quot;: [ # List of `Ruleset` instances.
229232
{ # `Ruleset` is an immutable copy of `Source` with a globally unique identifier and a creation time.
233+
&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/
230234
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time the `Ruleset` was created.
231235
&quot;metadata&quot;: { # Metadata for a Ruleset. # Output only. The metadata for this ruleset.
232236
&quot;services&quot;: [ # Services that this ruleset has declarations for (e.g., &quot;cloud.firestore&quot;). There may be 0+ of these.

googleapiclient/discovery_cache/documents/firebaserules.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@
477477
}
478478
}
479479
},
480-
"revision": "20231023",
480+
"revision": "20231120",
481481
"rootUrl": "https://firebaserules.googleapis.com/",
482482
"schemas": {
483483
"Arg": {
@@ -767,6 +767,10 @@
767767
"description": "`Ruleset` is an immutable copy of `Source` with a globally unique identifier and a creation time.",
768768
"id": "Ruleset",
769769
"properties": {
770+
"attachmentPoint": {
771+
"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/",
772+
"type": "string"
773+
},
770774
"createTime": {
771775
"description": "Output only. Time the `Ruleset` was created.",
772776
"format": "google-datetime",

0 commit comments

Comments
 (0)