Lines Matching +full:pre +full:- +full:release
4 body, h1, h2, h3, div, span, p, pre, a {
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
36 pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
41 pre {
42 margin-top: 0.5em;
46 font-family: Arial, sans serif;
50 border-bottom: solid #CCC 1px;
54 margin-top: 0.5em;
58 margin-left: 2 em;
62 margin-top: 1em;
69 font-weight: bold;
70 font-size: 14px;
82 …Release`. Release names should reflect the developer's deployment practices. For example, the rele…
85 <p class="firstline">Delete a `Release` by resource name.</p>
88 <p class="firstline">Get a `Release` by name.</p>
91 <p class="firstline">Get the `Release` executable to use when enforcing rules.</p>
94 <p class="firstline">List the `Release` values for a project. This list may optionally be filtered …
100 …ine">Update a `Release` via PATCH. Only updates to `ruleset_name` will be honored. `Release` renam…
104 <pre>Close httplib2 connections.</pre>
109 …pre>Create a `Release`. Release names should reflect the developer's deployment practices. Fo…
112 …name: string, Required. Resource name for the project which owns this `Release`. Format: `projects…
116 { # `Release` is a named reference to a `Ruleset`. Once a `Release` refers to a `Ruleset`, rules-en…
117 "createTime": "A String", # Output only. Time the release was created.
119 …", # Name of the `Ruleset` referred to by this `Release`. The `Ruleset` must exist the `Relea…
120 "updateTime": "A String", # Output only. Time the release was updated.
125 1 - v1 error format
126 2 - v2 error format
131 …{ # `Release` is a named reference to a `Ruleset`. Once a `Release` refers to a `Ruleset`, rules-e…
132 "createTime": "A String", # Output only. Time the release was created.
134 …", # Name of the `Ruleset` referred to by this `Release`. The `Ruleset` must exist the `Relea…
135 "updateTime": "A String", # Output only. Time the release was updated.
136 }</pre>
141 <pre>Delete a `Release` by resource name.
144 …name: string, Required. Resource name for the `Release` to delete. Format: `projects/{project_id}/…
147 1 - v1 error format
148 2 - v2 error format
153 …{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in you…
154 }</pre>
159 <pre>Get a `Release` by name.
162 …name: string, Required. Resource name of the `Release`. Format: `projects/{project_id}/releases/{r…
165 1 - v1 error format
166 2 - v2 error format
171 …{ # `Release` is a named reference to a `Ruleset`. Once a `Release` refers to a `Ruleset`, rules-e…
172 "createTime": "A String", # Output only. Time the release was created.
174 …", # Name of the `Ruleset` referred to by this `Release`. The `Ruleset` must exist the `Relea…
175 "updateTime": "A String", # Output only. Time the release was updated.
176 }</pre>
181 <pre>Get the `Release` executable to use when enforcing rules.
184 …name: string, Required. Resource name of the `Release`. Format: `projects/{project_id}/releases/{r…
187 …RELEASE_EXECUTABLE_VERSION_UNSPECIFIED - Executable format unspecified. Defaults to FIREBASE_RULES…
188 …FIREBASE_RULES_EXECUTABLE_V1 - Firebase Rules syntax 'rules2' executable versions: Custo…
189 FIREBASE_RULES_EXECUTABLE_V2 - CEL-based executable for use with C++ clients.
192 1 - v1 error format
193 2 - v2 error format
199 …utable": "A String", # Executable view of the `Ruleset` referenced by the `Release`.
202 …"rulesetName": "A String", # `Ruleset` name associated with the `Release` exec…
204 …"updateTime": "A String", # Timestamp for the most recent `Release.update_time…
205 }</pre>
210 …<pre>List the `Release` values for a project. This list may optionally be filtered by `Release` na…
214 …Release` filter. The list method supports filters with restrictions on the `Release.name`, and `Re…
216 pageToken: string, Next page token for the next batch of `Release` instances.
219 1 - v1 error format
220 2 - v2 error format
227 "releases": [ # List of `Release` instances.
228 …{ # `Release` is a named reference to a `Ruleset`. Once a `Release` refers to a `Ruleset`, rules-e…
229 "createTime": "A String", # Output only. Time the release was created.
231 …", # Name of the `Ruleset` referred to by this `Release`. The `Ruleset` must exist the `Relea…
232 "updateTime": "A String", # Output only. Time the release was updated.
235 }</pre>
240 <pre>Retrieves the next page of results.
249 </pre>
254 …<pre>Update a `Release` via PATCH. Only updates to `ruleset_name` will be honored. `Release` renam…
257 …name: string, Required. Resource name for the project which owns this `Release`. Format: `projects…
262 …release": { # `Release` is a named reference to a `Ruleset`. Once a `Release` refers to a `Ru…
263 "createTime": "A String", # Output only. Time the release was created.
265 …", # Name of the `Ruleset` referred to by this `Release`. The `Ruleset` must exist the `Relea…
266 "updateTime": "A String", # Output only. Time the release was updated.
273 1 - v1 error format
274 2 - v2 error format
279 …{ # `Release` is a named reference to a `Ruleset`. Once a `Release` refers to a `Ruleset`, rules-e…
280 "createTime": "A String", # Output only. Time the release was created.
282 …", # Name of the `Ruleset` referred to by this `Release`. The `Ruleset` must exist the `Relea…
283 "updateTime": "A String", # Output only. Time the release was updated.
284 }</pre>