Commit e79afe2
feat: expose DNSSEC options of ManagedZones (#276)
* feat: expose DNSSEC options when creating ManagedZones
* feat: validate the dnssec fields
* feat: code refactor
* fix: turn on DNSSEC for IT tests, create stub method for setDnssec
Co-authored-by: Jeff Ching <chingor@google.com>1 parent 1573ecd commit e79afe2
File tree
5 files changed
+546
-6
lines changed- java-dns/src
- main/java/com/google/cloud/dns
- test/java/com/google/cloud/dns
- it
5 files changed
+546
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
97 | 103 | | |
98 | 104 | | |
99 | 105 | | |
| |||
0 commit comments