- 1.50.0 (latest)
- 1.49.0
- 1.48.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.6
- 0.7.0
- 0.6.1
- 0.5.4
public static final class RegisterParameters.Builder extends GeneratedMessageV3.Builder<RegisterParameters.Builder> implements RegisterParametersOrBuilder
Parameters required to register a new domain.
Protobuf type google.cloud.domains.v1.RegisterParameters
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > RegisterParameters.BuilderImplements
RegisterParametersOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllDomainNotices(Iterable<? extends DomainNotice> values)
public RegisterParameters.Builder addAllDomainNotices(Iterable<? extends DomainNotice> values)
Notices about special properties of the domain.
repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4;
Name | Description |
values | Iterable<? extends com.google.cloud.domains.v1.DomainNotice> The domainNotices to add. |
Type | Description |
RegisterParameters.Builder | This builder for chaining. |
addAllDomainNoticesValue(Iterable<Integer> values)
public RegisterParameters.Builder addAllDomainNoticesValue(Iterable<Integer> values)
Notices about special properties of the domain.
repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4;
Name | Description |
values | Iterable<Integer> The enum numeric values on the wire for domainNotices to add. |
Type | Description |
RegisterParameters.Builder | This builder for chaining. |
addAllSupportedPrivacy(Iterable<? extends ContactPrivacy> values)
public RegisterParameters.Builder addAllSupportedPrivacy(Iterable<? extends ContactPrivacy> values)
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3;
Name | Description |
values | Iterable<? extends com.google.cloud.domains.v1.ContactPrivacy> The supportedPrivacy to add. |
Type | Description |
RegisterParameters.Builder | This builder for chaining. |
addAllSupportedPrivacyValue(Iterable<Integer> values)
public RegisterParameters.Builder addAllSupportedPrivacyValue(Iterable<Integer> values)
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3;
Name | Description |
values | Iterable<Integer> The enum numeric values on the wire for supportedPrivacy to add. |
Type | Description |
RegisterParameters.Builder | This builder for chaining. |
addDomainNotices(DomainNotice value)
public RegisterParameters.Builder addDomainNotices(DomainNotice value)
Notices about special properties of the domain.
repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4;
Name | Description |
value | DomainNotice The domainNotices to add. |
Type | Description |
RegisterParameters.Builder | This builder for chaining. |
addDomainNoticesValue(int value)
public RegisterParameters.Builder addDomainNoticesValue(int value)
Notices about special properties of the domain.
repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4;
Name | Description |
value | int The enum numeric value on the wire for domainNotices to add. |
Type | Description |
RegisterParameters.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RegisterParameters.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
RegisterParameters.Builder |
addSupportedPrivacy(ContactPrivacy value)
public RegisterParameters.Builder addSupportedPrivacy(ContactPrivacy value)
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3;
Name | Description |
value | ContactPrivacy The supportedPrivacy to add. |
Type | Description |
RegisterParameters.Builder | This builder for chaining. |
addSupportedPrivacyValue(int value)
public RegisterParameters.Builder addSupportedPrivacyValue(int value)
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3;
Name | Description |
value | int The enum numeric value on the wire for supportedPrivacy to add. |
Type | Description |
RegisterParameters.Builder | This builder for chaining. |
build()
public RegisterParameters build()
Type | Description |
RegisterParameters |
buildPartial()
public RegisterParameters buildPartial()
Type | Description |
RegisterParameters |
clear()
public RegisterParameters.Builder clear()
Type | Description |
RegisterParameters.Builder |
clearAvailability()
public RegisterParameters.Builder clearAvailability()
Indicates whether the domain is available for registration. This value is
accurate when obtained by calling RetrieveRegisterParameters
, but is
approximate when obtained by calling SearchDomains
.
.google.cloud.domains.v1.RegisterParameters.Availability availability = 2;
Type | Description |
RegisterParameters.Builder | This builder for chaining. |
clearDomainName()
public RegisterParameters.Builder clearDomainName()
The domain name. Unicode domain names are expressed in Punycode format.
string domain_name = 1;
Type | Description |
RegisterParameters.Builder | This builder for chaining. |
clearDomainNotices()
public RegisterParameters.Builder clearDomainNotices()
Notices about special properties of the domain.
repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4;
Type | Description |
RegisterParameters.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public RegisterParameters.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
RegisterParameters.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public RegisterParameters.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
RegisterParameters.Builder |
clearSupportedPrivacy()
public RegisterParameters.Builder clearSupportedPrivacy()
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3;
Type | Description |
RegisterParameters.Builder | This builder for chaining. |
clearYearlyPrice()
public RegisterParameters.Builder clearYearlyPrice()
Price to register or renew the domain for one year.
.google.type.Money yearly_price = 5;
Type | Description |
RegisterParameters.Builder |
clone()
public RegisterParameters.Builder clone()
Type | Description |
RegisterParameters.Builder |
getAvailability()
public RegisterParameters.Availability getAvailability()
Indicates whether the domain is available for registration. This value is
accurate when obtained by calling RetrieveRegisterParameters
, but is
approximate when obtained by calling SearchDomains
.
.google.cloud.domains.v1.RegisterParameters.Availability availability = 2;
Type | Description |
RegisterParameters.Availability | The availability. |
getAvailabilityValue()
public int getAvailabilityValue()
Indicates whether the domain is available for registration. This value is
accurate when obtained by calling RetrieveRegisterParameters
, but is
approximate when obtained by calling SearchDomains
.
.google.cloud.domains.v1.RegisterParameters.Availability availability = 2;
Type | Description |
int | The enum numeric value on the wire for availability. |
getDefaultInstanceForType()
public RegisterParameters getDefaultInstanceForType()
Type | Description |
RegisterParameters |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDomainName()
public String getDomainName()
The domain name. Unicode domain names are expressed in Punycode format.
string domain_name = 1;
Type | Description |
String | The domainName. |
getDomainNameBytes()
public ByteString getDomainNameBytes()
The domain name. Unicode domain names are expressed in Punycode format.
string domain_name = 1;
Type | Description |
ByteString | The bytes for domainName. |
getDomainNotices(int index)
public DomainNotice getDomainNotices(int index)
Notices about special properties of the domain.
repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4;
Name | Description |
index | int The index of the element to return. |
Type | Description |
DomainNotice | The domainNotices at the given index. |
getDomainNoticesCount()
public int getDomainNoticesCount()
Notices about special properties of the domain.
repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4;
Type | Description |
int | The count of domainNotices. |
getDomainNoticesList()
public List<DomainNotice> getDomainNoticesList()
Notices about special properties of the domain.
repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4;
Type | Description |
List<DomainNotice> | A list containing the domainNotices. |
getDomainNoticesValue(int index)
public int getDomainNoticesValue(int index)
Notices about special properties of the domain.
repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4;
Name | Description |
index | int The index of the value to return. |
Type | Description |
int | The enum numeric value on the wire of domainNotices at the given index. |
getDomainNoticesValueList()
public List<Integer> getDomainNoticesValueList()
Notices about special properties of the domain.
repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4;
Type | Description |
List<Integer> | A list containing the enum numeric values on the wire for domainNotices. |
getSupportedPrivacy(int index)
public ContactPrivacy getSupportedPrivacy(int index)
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3;
Name | Description |
index | int The index of the element to return. |
Type | Description |
ContactPrivacy | The supportedPrivacy at the given index. |
getSupportedPrivacyCount()
public int getSupportedPrivacyCount()
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3;
Type | Description |
int | The count of supportedPrivacy. |
getSupportedPrivacyList()
public List<ContactPrivacy> getSupportedPrivacyList()
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3;
Type | Description |
List<ContactPrivacy> | A list containing the supportedPrivacy. |
getSupportedPrivacyValue(int index)
public int getSupportedPrivacyValue(int index)
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3;
Name | Description |
index | int The index of the value to return. |
Type | Description |
int | The enum numeric value on the wire of supportedPrivacy at the given index. |
getSupportedPrivacyValueList()
public List<Integer> getSupportedPrivacyValueList()
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3;
Type | Description |
List<Integer> | A list containing the enum numeric values on the wire for supportedPrivacy. |
getYearlyPrice()
public Money getYearlyPrice()
Price to register or renew the domain for one year.
.google.type.Money yearly_price = 5;
Type | Description |
com.google.type.Money | The yearlyPrice. |
getYearlyPriceBuilder()
public Money.Builder getYearlyPriceBuilder()
Price to register or renew the domain for one year.
.google.type.Money yearly_price = 5;
Type | Description |
com.google.type.Money.Builder |
getYearlyPriceOrBuilder()
public MoneyOrBuilder getYearlyPriceOrBuilder()
Price to register or renew the domain for one year.
.google.type.Money yearly_price = 5;
Type | Description |
com.google.type.MoneyOrBuilder |
hasYearlyPrice()
public boolean hasYearlyPrice()
Price to register or renew the domain for one year.
.google.type.Money yearly_price = 5;
Type | Description |
boolean | Whether the yearlyPrice field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(RegisterParameters other)
public RegisterParameters.Builder mergeFrom(RegisterParameters other)
Name | Description |
other | RegisterParameters |
Type | Description |
RegisterParameters.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RegisterParameters.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RegisterParameters.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public RegisterParameters.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
RegisterParameters.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RegisterParameters.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
RegisterParameters.Builder |
mergeYearlyPrice(Money value)
public RegisterParameters.Builder mergeYearlyPrice(Money value)
Price to register or renew the domain for one year.
.google.type.Money yearly_price = 5;
Name | Description |
value | com.google.type.Money |
Type | Description |
RegisterParameters.Builder |
setAvailability(RegisterParameters.Availability value)
public RegisterParameters.Builder setAvailability(RegisterParameters.Availability value)
Indicates whether the domain is available for registration. This value is
accurate when obtained by calling RetrieveRegisterParameters
, but is
approximate when obtained by calling SearchDomains
.
.google.cloud.domains.v1.RegisterParameters.Availability availability = 2;
Name | Description |
value | RegisterParameters.Availability The availability to set. |
Type | Description |
RegisterParameters.Builder | This builder for chaining. |
setAvailabilityValue(int value)
public RegisterParameters.Builder setAvailabilityValue(int value)
Indicates whether the domain is available for registration. This value is
accurate when obtained by calling RetrieveRegisterParameters
, but is
approximate when obtained by calling SearchDomains
.
.google.cloud.domains.v1.RegisterParameters.Availability availability = 2;
Name | Description |
value | int The enum numeric value on the wire for availability to set. |
Type | Description |
RegisterParameters.Builder | This builder for chaining. |
setDomainName(String value)
public RegisterParameters.Builder setDomainName(String value)
The domain name. Unicode domain names are expressed in Punycode format.
string domain_name = 1;
Name | Description |
value | String The domainName to set. |
Type | Description |
RegisterParameters.Builder | This builder for chaining. |
setDomainNameBytes(ByteString value)
public RegisterParameters.Builder setDomainNameBytes(ByteString value)
The domain name. Unicode domain names are expressed in Punycode format.
string domain_name = 1;
Name | Description |
value | ByteString The bytes for domainName to set. |
Type | Description |
RegisterParameters.Builder | This builder for chaining. |
setDomainNotices(int index, DomainNotice value)
public RegisterParameters.Builder setDomainNotices(int index, DomainNotice value)
Notices about special properties of the domain.
repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4;
Name | Description |
index | int The index to set the value at. |
value | DomainNotice The domainNotices to set. |
Type | Description |
RegisterParameters.Builder | This builder for chaining. |
setDomainNoticesValue(int index, int value)
public RegisterParameters.Builder setDomainNoticesValue(int index, int value)
Notices about special properties of the domain.
repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4;
Name | Description |
index | int The index to set the value at. |
value | int The enum numeric value on the wire for domainNotices to set. |
Type | Description |
RegisterParameters.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public RegisterParameters.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
RegisterParameters.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RegisterParameters.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
RegisterParameters.Builder |
setSupportedPrivacy(int index, ContactPrivacy value)
public RegisterParameters.Builder setSupportedPrivacy(int index, ContactPrivacy value)
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3;
Name | Description |
index | int The index to set the value at. |
value | ContactPrivacy The supportedPrivacy to set. |
Type | Description |
RegisterParameters.Builder | This builder for chaining. |
setSupportedPrivacyValue(int index, int value)
public RegisterParameters.Builder setSupportedPrivacyValue(int index, int value)
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3;
Name | Description |
index | int The index to set the value at. |
value | int The enum numeric value on the wire for supportedPrivacy to set. |
Type | Description |
RegisterParameters.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final RegisterParameters.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
RegisterParameters.Builder |
setYearlyPrice(Money value)
public RegisterParameters.Builder setYearlyPrice(Money value)
Price to register or renew the domain for one year.
.google.type.Money yearly_price = 5;
Name | Description |
value | com.google.type.Money |
Type | Description |
RegisterParameters.Builder |
setYearlyPrice(Money.Builder builderForValue)
public RegisterParameters.Builder setYearlyPrice(Money.Builder builderForValue)
Price to register or renew the domain for one year.
.google.type.Money yearly_price = 5;
Name | Description |
builderForValue | com.google.type.Money.Builder |
Type | Description |
RegisterParameters.Builder |