Package com.google.cloud.dns
Class ZoneInfo.DnsSecConfig
- java.lang.Object
-
- com.google.cloud.dns.ZoneInfo.DnsSecConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ZoneInfo.DnsSecConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<ZoneInfo.KeySpec>
getDefaultKeySpecs()
Returns the DefaultKeySpecs.String
getNonExistence()
Returns the authenticated denial-of-existence responses.String
getState()
Returns the DNSSEC state.int
hashCode()
static ZoneInfo.DnsSecConfig.Builder
newBuilder()
Returns a builder forDnsSecConfig
objects.ZoneInfo.DnsSecConfig.Builder
toBuilder()
Returns a builder for the current blob.String
toString()
-
-
-
Method Detail
-
toBuilder
public ZoneInfo.DnsSecConfig.Builder toBuilder()
Returns a builder for the current blob.
-
newBuilder
public static ZoneInfo.DnsSecConfig.Builder newBuilder()
Returns a builder forDnsSecConfig
objects.
-
getDefaultKeySpecs
public List<ZoneInfo.KeySpec> getDefaultKeySpecs()
Returns the DefaultKeySpecs.
-
getNonExistence
public String getNonExistence()
Returns the authenticated denial-of-existence responses.
-
getState
public String getState()
Returns the DNSSEC state.
-
-