public enum ContactNotice extends Enum<ContactNotice> implements com.google.protobuf.ProtocolMessageEnum
Notices related to contact information.Protobuf enum
google.cloud.domains.v1alpha2.ContactNotice| Enum Constant and Description |
|---|
CONTACT_NOTICE_UNSPECIFIED
The notice is undefined.
|
PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT
Required when setting the `privacy` field of `ContactSettings` to
`PUBLIC_CONTACT_DATA`, which exposes contact data publicly.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTACT_NOTICE_UNSPECIFIED_VALUE
The notice is undefined.
|
static int |
PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT_VALUE
Required when setting the `privacy` field of `ContactSettings` to
`PUBLIC_CONTACT_DATA`, which exposes contact data publicly.
|
| Modifier and Type | Method and Description |
|---|---|
static ContactNotice |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ContactNotice> |
internalGetValueMap() |
static ContactNotice |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ContactNotice |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ContactNotice |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactNotice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContactNotice CONTACT_NOTICE_UNSPECIFIED
The notice is undefined.
CONTACT_NOTICE_UNSPECIFIED = 0;public static final ContactNotice PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT
Required when setting the `privacy` field of `ContactSettings` to `PUBLIC_CONTACT_DATA`, which exposes contact data publicly.
PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT = 1;public static final ContactNotice UNRECOGNIZED
public static final int CONTACT_NOTICE_UNSPECIFIED_VALUE
The notice is undefined.
CONTACT_NOTICE_UNSPECIFIED = 0;public static final int PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT_VALUE
Required when setting the `privacy` field of `ContactSettings` to `PUBLIC_CONTACT_DATA`, which exposes contact data publicly.
PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT = 1;public static ContactNotice[] values()
for (ContactNotice c : ContactNotice.values()) System.out.println(c);
public static ContactNotice valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ContactNotice valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ContactNotice forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ContactNotice> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ContactNotice valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.