- 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 interface RegistrationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
containsLabels(String key)
public abstract boolean containsLabels(String key)
Set of labels associated with the Registration
.
map<string, string> labels = 9;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
getContactSettings()
public abstract ContactSettings getContactSettings()
Required. Settings for contact information linked to the Registration
. You cannot
update these with the UpdateRegistration
method. To update these
settings, use the ConfigureContactSettings
method.
.google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ContactSettings |
The contactSettings. |
getContactSettingsOrBuilder()
public abstract ContactSettingsOrBuilder getContactSettingsOrBuilder()
Required. Settings for contact information linked to the Registration
. You cannot
update these with the UpdateRegistration
method. To update these
settings, use the ConfigureContactSettings
method.
.google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ContactSettingsOrBuilder |
getCreateTime()
public abstract Timestamp getCreateTime()
Output only. The creation timestamp of the Registration
resource.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The creation timestamp of the Registration
resource.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDnsSettings()
public abstract DnsSettings getDnsSettings()
Settings controlling the DNS configuration of the Registration
. You
cannot update these with the UpdateRegistration
method. To update these
settings, use the ConfigureDnsSettings
method.
.google.cloud.domains.v1beta1.DnsSettings dns_settings = 11;
Returns | |
---|---|
Type | Description |
DnsSettings |
The dnsSettings. |
getDnsSettingsOrBuilder()
public abstract DnsSettingsOrBuilder getDnsSettingsOrBuilder()
Settings controlling the DNS configuration of the Registration
. You
cannot update these with the UpdateRegistration
method. To update these
settings, use the ConfigureDnsSettings
method.
.google.cloud.domains.v1beta1.DnsSettings dns_settings = 11;
Returns | |
---|---|
Type | Description |
DnsSettingsOrBuilder |
getDomainName()
public abstract String getDomainName()
Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
String |
The domainName. |
getDomainNameBytes()
public abstract ByteString getDomainNameBytes()
Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for domainName. |
getExpireTime()
public abstract Timestamp getExpireTime()
Output only. The expiration timestamp of the Registration
.
.google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The expireTime. |
getExpireTimeOrBuilder()
public abstract TimestampOrBuilder getExpireTimeOrBuilder()
Output only. The expiration timestamp of the Registration
.
.google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getIssues(int index)
public abstract Registration.Issue getIssues(int index)
Output only. The set of issues with the Registration
that require attention.
repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
Registration.Issue |
The issues at the given index. |
getIssuesCount()
public abstract int getIssuesCount()
Output only. The set of issues with the Registration
that require attention.
repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The count of issues. |
getIssuesList()
public abstract List<Registration.Issue> getIssuesList()
Output only. The set of issues with the Registration
that require attention.
repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<Issue> |
A list containing the issues. |
getIssuesValue(int index)
public abstract int getIssuesValue(int index)
Output only. The set of issues with the Registration
that require attention.
repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire of issues at the given index. |
getIssuesValueList()
public abstract List<Integer> getIssuesValueList()
Output only. The set of issues with the Registration
that require attention.
repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<Integer> |
A list containing the enum numeric values on the wire for issues. |
getLabels() (deprecated)
public abstract Map<String,String> getLabels()
Use #getLabelsMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsCount()
public abstract int getLabelsCount()
Set of labels associated with the Registration
.
map<string, string> labels = 9;
Returns | |
---|---|
Type | Description |
int |
getLabelsMap()
public abstract Map<String,String> getLabelsMap()
Set of labels associated with the Registration
.
map<string, string> labels = 9;
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public abstract String getLabelsOrDefault(String key, String defaultValue)
Set of labels associated with the Registration
.
map<string, string> labels = 9;
Parameters | |
---|---|
Name | Description |
key |
String |
defaultValue |
String |
Returns | |
---|---|
Type | Description |
String |
getLabelsOrThrow(String key)
public abstract String getLabelsOrThrow(String key)
Set of labels associated with the Registration
.
map<string, string> labels = 9;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
String |
getManagementSettings()
public abstract ManagementSettings getManagementSettings()
Settings for management of the Registration
, including renewal, billing,
and transfer. You cannot update these with the UpdateRegistration
method. To update these settings, use the ConfigureManagementSettings
method.
.google.cloud.domains.v1beta1.ManagementSettings management_settings = 10;
Returns | |
---|---|
Type | Description |
ManagementSettings |
The managementSettings. |
getManagementSettingsOrBuilder()
public abstract ManagementSettingsOrBuilder getManagementSettingsOrBuilder()
Settings for management of the Registration
, including renewal, billing,
and transfer. You cannot update these with the UpdateRegistration
method. To update these settings, use the ConfigureManagementSettings
method.
.google.cloud.domains.v1beta1.ManagementSettings management_settings = 10;
Returns | |
---|---|
Type | Description |
ManagementSettingsOrBuilder |
getName()
public abstract String getName()
Output only. Name of the Registration
resource, in the format
projects/*/locations/*/registrations/<domain_name>
.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Output only. Name of the Registration
resource, in the format
projects/*/locations/*/registrations/<domain_name>
.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getPendingContactSettings()
public abstract ContactSettings getPendingContactSettings()
Output only. Pending contact settings for the Registration
. Updates to the
contact_settings
field that change its registrant_contact
or privacy
fields require email confirmation by the registrant_contact
before taking effect. This field is set only if there are pending updates
to the contact_settings
that have not been confirmed. To confirm the
changes, the registrant_contact
must follow the instructions in the
email they receive.
.google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ContactSettings |
The pendingContactSettings. |
getPendingContactSettingsOrBuilder()
public abstract ContactSettingsOrBuilder getPendingContactSettingsOrBuilder()
Output only. Pending contact settings for the Registration
. Updates to the
contact_settings
field that change its registrant_contact
or privacy
fields require email confirmation by the registrant_contact
before taking effect. This field is set only if there are pending updates
to the contact_settings
that have not been confirmed. To confirm the
changes, the registrant_contact
must follow the instructions in the
email they receive.
.google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ContactSettingsOrBuilder |
getState()
public abstract Registration.State getState()
Output only. The state of the Registration
.google.cloud.domains.v1beta1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Registration.State |
The state. |
getStateValue()
public abstract int getStateValue()
Output only. The state of the Registration
.google.cloud.domains.v1beta1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for state. |
getSupportedPrivacy(int index)
public abstract ContactPrivacy getSupportedPrivacy(int index)
Output only. Set of options for the contact_settings.privacy
field that this
Registration
supports.
repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
ContactPrivacy |
The supportedPrivacy at the given index. |
getSupportedPrivacyCount()
public abstract int getSupportedPrivacyCount()
Output only. Set of options for the contact_settings.privacy
field that this
Registration
supports.
repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The count of supportedPrivacy. |
getSupportedPrivacyList()
public abstract List<ContactPrivacy> getSupportedPrivacyList()
Output only. Set of options for the contact_settings.privacy
field that this
Registration
supports.
repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<ContactPrivacy> |
A list containing the supportedPrivacy. |
getSupportedPrivacyValue(int index)
public abstract int getSupportedPrivacyValue(int index)
Output only. Set of options for the contact_settings.privacy
field that this
Registration
supports.
repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire of supportedPrivacy at the given index. |
getSupportedPrivacyValueList()
public abstract List<Integer> getSupportedPrivacyValueList()
Output only. Set of options for the contact_settings.privacy
field that this
Registration
supports.
repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<Integer> |
A list containing the enum numeric values on the wire for supportedPrivacy. |
hasContactSettings()
public abstract boolean hasContactSettings()
Required. Settings for contact information linked to the Registration
. You cannot
update these with the UpdateRegistration
method. To update these
settings, use the ConfigureContactSettings
method.
.google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the contactSettings field is set. |
hasCreateTime()
public abstract boolean hasCreateTime()
Output only. The creation timestamp of the Registration
resource.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the createTime field is set. |
hasDnsSettings()
public abstract boolean hasDnsSettings()
Settings controlling the DNS configuration of the Registration
. You
cannot update these with the UpdateRegistration
method. To update these
settings, use the ConfigureDnsSettings
method.
.google.cloud.domains.v1beta1.DnsSettings dns_settings = 11;
Returns | |
---|---|
Type | Description |
boolean |
Whether the dnsSettings field is set. |
hasExpireTime()
public abstract boolean hasExpireTime()
Output only. The expiration timestamp of the Registration
.
.google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the expireTime field is set. |
hasManagementSettings()
public abstract boolean hasManagementSettings()
Settings for management of the Registration
, including renewal, billing,
and transfer. You cannot update these with the UpdateRegistration
method. To update these settings, use the ConfigureManagementSettings
method.
.google.cloud.domains.v1beta1.ManagementSettings management_settings = 10;
Returns | |
---|---|
Type | Description |
boolean |
Whether the managementSettings field is set. |
hasPendingContactSettings()
public abstract boolean hasPendingContactSettings()
Output only. Pending contact settings for the Registration
. Updates to the
contact_settings
field that change its registrant_contact
or privacy
fields require email confirmation by the registrant_contact
before taking effect. This field is set only if there are pending updates
to the contact_settings
that have not been confirmed. To confirm the
changes, the registrant_contact
must follow the instructions in the
email they receive.
.google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the pendingContactSettings field is set. |