public enum CustomFieldVisibilityEnum.CustomFieldVisibility extends Enum<CustomFieldVisibilityEnum.CustomFieldVisibility> implements ProtocolMessageEnum
The visibility level of a CustomField.
Protobuf enum google.ads.admanager.v1.CustomFieldVisibilityEnum.CustomFieldVisibility
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CUSTOM_FIELD_VISIBILITY_UNSPECIFIED |
No value specified |
CUSTOM_FIELD_VISIBILITY_UNSPECIFIED_VALUE |
No value specified |
EDITABLE |
The CustomField is visible and editable in both the API and UI. |
EDITABLE_VALUE |
The CustomField is visible and editable in both the API and UI. |
HIDDEN |
The CustomField is not visible in the UI and only visible through the API. |
HIDDEN_VALUE |
The CustomField is not visible in the UI and only visible through the API. |
READ_ONLY |
The CustomField is visible in the UI and only editable through the API. |
READ_ONLY_VALUE |
The CustomField is visible in the UI and only editable through the API. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |