We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8f3f8 commit 98321bcCopy full SHA for 98321bc
README.md
@@ -53,14 +53,14 @@ Configuration object defining reservation policies:
53
```javascript
54
const RESERVATION_CONFIG = [
55
{
56
- tag: 'high_slots',
+ tag: 'editions',
57
reservation: 'projects/{project}/locations/{location}/reservations/{name}',
58
actions: [
59
'project.dataset.table'
60
]
61
},
62
63
- tag: 'low_slots',
+ tag: 'default',
64
reservation: null,
65
actions: []
66
0 commit comments