Uses of Class
com.google.cloud.domains.v1.DnsSettings
-
Packages that use DnsSettings Package Description com.google.cloud.domains.v1 A client to Cloud Domains API -
-
Uses of DnsSettings in com.google.cloud.domains.v1
Methods in com.google.cloud.domains.v1 that return DnsSettings Modifier and Type Method Description DnsSettings
DnsSettings.Builder. build()
DnsSettings
DnsSettings.Builder. buildPartial()
static DnsSettings
DnsSettings. getDefaultInstance()
DnsSettings
DnsSettings.Builder. getDefaultInstanceForType()
DnsSettings
DnsSettings. getDefaultInstanceForType()
DnsSettings
ConfigureDnsSettingsRequest.Builder. getDnsSettings()
Fields of the `DnsSettings` to update.DnsSettings
ConfigureDnsSettingsRequest. getDnsSettings()
Fields of the `DnsSettings` to update.DnsSettings
ConfigureDnsSettingsRequestOrBuilder. getDnsSettings()
Fields of the `DnsSettings` to update.DnsSettings
Registration.Builder. getDnsSettings()
Settings controlling the DNS configuration of the `Registration`.DnsSettings
Registration. getDnsSettings()
Settings controlling the DNS configuration of the `Registration`.DnsSettings
RegistrationOrBuilder. getDnsSettings()
Settings controlling the DNS configuration of the `Registration`.static DnsSettings
DnsSettings. parseDelimitedFrom(InputStream input)
static DnsSettings
DnsSettings. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DnsSettings
DnsSettings. parseFrom(byte[] data)
static DnsSettings
DnsSettings. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DnsSettings
DnsSettings. parseFrom(com.google.protobuf.ByteString data)
static DnsSettings
DnsSettings. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DnsSettings
DnsSettings. parseFrom(com.google.protobuf.CodedInputStream input)
static DnsSettings
DnsSettings. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DnsSettings
DnsSettings. parseFrom(InputStream input)
static DnsSettings
DnsSettings. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DnsSettings
DnsSettings. parseFrom(ByteBuffer data)
static DnsSettings
DnsSettings. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.domains.v1 that return types with arguments of type DnsSettings Modifier and Type Method Description com.google.protobuf.Parser<DnsSettings>
DnsSettings. getParserForType()
static com.google.protobuf.Parser<DnsSettings>
DnsSettings. parser()
Methods in com.google.cloud.domains.v1 with parameters of type DnsSettings Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Registration,OperationMetadata>
DomainsClient. configureDnsSettingsAsync(RegistrationName registration, DnsSettings dnsSettings, com.google.protobuf.FieldMask updateMask)
Updates a `Registration`'s DNS settings.com.google.api.gax.longrunning.OperationFuture<Registration,OperationMetadata>
DomainsClient. configureDnsSettingsAsync(String registration, DnsSettings dnsSettings, com.google.protobuf.FieldMask updateMask)
Updates a `Registration`'s DNS settings.ConfigureDnsSettingsRequest.Builder
ConfigureDnsSettingsRequest.Builder. mergeDnsSettings(DnsSettings value)
Fields of the `DnsSettings` to update.Registration.Builder
Registration.Builder. mergeDnsSettings(DnsSettings value)
Settings controlling the DNS configuration of the `Registration`.DnsSettings.Builder
DnsSettings.Builder. mergeFrom(DnsSettings other)
static DnsSettings.Builder
DnsSettings. newBuilder(DnsSettings prototype)
ConfigureDnsSettingsRequest.Builder
ConfigureDnsSettingsRequest.Builder. setDnsSettings(DnsSettings value)
Fields of the `DnsSettings` to update.Registration.Builder
Registration.Builder. setDnsSettings(DnsSettings value)
Settings controlling the DNS configuration of the `Registration`.
-