| Modifier and Type | Method and Description |
|---|---|
static ContactPrivacy |
ContactPrivacy.forNumber(int value) |
ContactPrivacy |
ContactSettings.getPrivacy()
Required.
|
ContactPrivacy |
ContactSettings.Builder.getPrivacy()
Required.
|
ContactPrivacy |
ContactSettingsOrBuilder.getPrivacy()
Required.
|
ContactPrivacy |
RegistrationOrBuilder.getSupportedPrivacy(int index)
Output only.
|
ContactPrivacy |
Registration.getSupportedPrivacy(int index)
Output only.
|
ContactPrivacy |
Registration.Builder.getSupportedPrivacy(int index)
Output only.
|
ContactPrivacy |
RegisterParametersOrBuilder.getSupportedPrivacy(int index)
Contact privacy options that the domain supports.
|
ContactPrivacy |
TransferParameters.getSupportedPrivacy(int index)
Contact privacy options that the domain supports.
|
ContactPrivacy |
TransferParameters.Builder.getSupportedPrivacy(int index)
Contact privacy options that the domain supports.
|
ContactPrivacy |
TransferParametersOrBuilder.getSupportedPrivacy(int index)
Contact privacy options that the domain supports.
|
ContactPrivacy |
RegisterParameters.getSupportedPrivacy(int index)
Contact privacy options that the domain supports.
|
ContactPrivacy |
RegisterParameters.Builder.getSupportedPrivacy(int index)
Contact privacy options that the domain supports.
|
static ContactPrivacy |
ContactPrivacy.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ContactPrivacy |
ContactPrivacy.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ContactPrivacy |
ContactPrivacy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactPrivacy[] |
ContactPrivacy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContactPrivacy> |
RegistrationOrBuilder.getSupportedPrivacyList()
Output only.
|
List<ContactPrivacy> |
Registration.getSupportedPrivacyList()
Output only.
|
List<ContactPrivacy> |
Registration.Builder.getSupportedPrivacyList()
Output only.
|
List<ContactPrivacy> |
RegisterParametersOrBuilder.getSupportedPrivacyList()
Contact privacy options that the domain supports.
|
List<ContactPrivacy> |
TransferParameters.getSupportedPrivacyList()
Contact privacy options that the domain supports.
|
List<ContactPrivacy> |
TransferParameters.Builder.getSupportedPrivacyList()
Contact privacy options that the domain supports.
|
List<ContactPrivacy> |
TransferParametersOrBuilder.getSupportedPrivacyList()
Contact privacy options that the domain supports.
|
List<ContactPrivacy> |
RegisterParameters.getSupportedPrivacyList()
Contact privacy options that the domain supports.
|
List<ContactPrivacy> |
RegisterParameters.Builder.getSupportedPrivacyList()
Contact privacy options that the domain supports.
|
static com.google.protobuf.Internal.EnumLiteMap<ContactPrivacy> |
ContactPrivacy.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Registration.Builder |
Registration.Builder.addSupportedPrivacy(ContactPrivacy value)
Output only.
|
TransferParameters.Builder |
TransferParameters.Builder.addSupportedPrivacy(ContactPrivacy value)
Contact privacy options that the domain supports.
|
RegisterParameters.Builder |
RegisterParameters.Builder.addSupportedPrivacy(ContactPrivacy value)
Contact privacy options that the domain supports.
|
ContactSettings.Builder |
ContactSettings.Builder.setPrivacy(ContactPrivacy value)
Required.
|
Registration.Builder |
Registration.Builder.setSupportedPrivacy(int index,
ContactPrivacy value)
Output only.
|
TransferParameters.Builder |
TransferParameters.Builder.setSupportedPrivacy(int index,
ContactPrivacy value)
Contact privacy options that the domain supports.
|
RegisterParameters.Builder |
RegisterParameters.Builder.setSupportedPrivacy(int index,
ContactPrivacy value)
Contact privacy options that the domain supports.
|
| Modifier and Type | Method and Description |
|---|---|
Registration.Builder |
Registration.Builder.addAllSupportedPrivacy(Iterable<? extends ContactPrivacy> values)
Output only.
|
TransferParameters.Builder |
TransferParameters.Builder.addAllSupportedPrivacy(Iterable<? extends ContactPrivacy> values)
Contact privacy options that the domain supports.
|
RegisterParameters.Builder |
RegisterParameters.Builder.addAllSupportedPrivacy(Iterable<? extends ContactPrivacy> values)
Contact privacy options that the domain supports.
|
Copyright © 2023 Google LLC. All rights reserved.