Uses of Class
com.google.cloud.domains.v1beta1.DnsSettings
-
Packages that use DnsSettings Package Description com.google.cloud.domains.v1beta1 A client to Cloud Domains API -
-
Uses of DnsSettings in com.google.cloud.domains.v1beta1
Methods in com.google.cloud.domains.v1beta1 that return DnsSettings Modifier and Type Method Description DnsSettingsDnsSettings.Builder. build()DnsSettingsDnsSettings.Builder. buildPartial()static DnsSettingsDnsSettings. getDefaultInstance()DnsSettingsDnsSettings.Builder. getDefaultInstanceForType()DnsSettingsDnsSettings. getDefaultInstanceForType()DnsSettingsConfigureDnsSettingsRequest.Builder. getDnsSettings()Fields of the `DnsSettings` to update.DnsSettingsConfigureDnsSettingsRequest. getDnsSettings()Fields of the `DnsSettings` to update.DnsSettingsConfigureDnsSettingsRequestOrBuilder. getDnsSettings()Fields of the `DnsSettings` to update.DnsSettingsRegistration.Builder. getDnsSettings()Settings controlling the DNS configuration of the `Registration`.DnsSettingsRegistration. getDnsSettings()Settings controlling the DNS configuration of the `Registration`.DnsSettingsRegistrationOrBuilder. getDnsSettings()Settings controlling the DNS configuration of the `Registration`.static DnsSettingsDnsSettings. parseDelimitedFrom(InputStream input)static DnsSettingsDnsSettings. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DnsSettingsDnsSettings. parseFrom(byte[] data)static DnsSettingsDnsSettings. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DnsSettingsDnsSettings. parseFrom(com.google.protobuf.ByteString data)static DnsSettingsDnsSettings. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DnsSettingsDnsSettings. parseFrom(com.google.protobuf.CodedInputStream input)static DnsSettingsDnsSettings. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DnsSettingsDnsSettings. parseFrom(InputStream input)static DnsSettingsDnsSettings. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DnsSettingsDnsSettings. parseFrom(ByteBuffer data)static DnsSettingsDnsSettings. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.domains.v1beta1 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.v1beta1 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.BuilderConfigureDnsSettingsRequest.Builder. mergeDnsSettings(DnsSettings value)Fields of the `DnsSettings` to update.Registration.BuilderRegistration.Builder. mergeDnsSettings(DnsSettings value)Settings controlling the DNS configuration of the `Registration`.DnsSettings.BuilderDnsSettings.Builder. mergeFrom(DnsSettings other)static DnsSettings.BuilderDnsSettings. newBuilder(DnsSettings prototype)ConfigureDnsSettingsRequest.BuilderConfigureDnsSettingsRequest.Builder. setDnsSettings(DnsSettings value)Fields of the `DnsSettings` to update.Registration.BuilderRegistration.Builder. setDnsSettings(DnsSettings value)Settings controlling the DNS configuration of the `Registration`.
-