mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 17:01:51 +02:00
Add DnsWriter for Cloud DNS
The plumbing to support different DnsWriter implementations per TLD using DI will come in a later CL. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=129375856
This commit is contained in:
parent
51bdb26e7d
commit
0e4244a03d
6 changed files with 481 additions and 0 deletions
9
apiserving/discoverydata/cloud/dns/BUILD
Normal file
9
apiserving/discoverydata/cloud/dns/BUILD
Normal file
|
@ -0,0 +1,9 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
java_library(
|
||||
name = "cloud_dns_v2beta1_versioned",
|
||||
exports = ["@google_api_services_dns//jar"],
|
||||
runtime_deps = [
|
||||
"@google_api_client//jar",
|
||||
],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue