Enum CustomFieldVisibilityEnum.CustomFieldVisibility (0.4.0)

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

ProtocolMessageEnum

Static Fields

Name Description
CUSTOM_FIELD_VISIBILITY_UNSPECIFIED

No value specified

CUSTOM_FIELD_VISIBILITY_UNSPECIFIED = 0;

CUSTOM_FIELD_VISIBILITY_UNSPECIFIED_VALUE

No value specified

CUSTOM_FIELD_VISIBILITY_UNSPECIFIED = 0;

EDITABLE

The CustomField is visible and editable in both the API and UI.

EDITABLE = 3;

EDITABLE_VALUE

The CustomField is visible and editable in both the API and UI.

EDITABLE = 3;

HIDDEN

The CustomField is not visible in the UI and only visible through the API.

HIDDEN = 1;

HIDDEN_VALUE

The CustomField is not visible in the UI and only visible through the API.

HIDDEN = 1;

READ_ONLY

The CustomField is visible in the UI and only editable through the API.

READ_ONLY = 2;

READ_ONLY_VALUE

The CustomField is visible in the UI and only editable through the API.

READ_ONLY = 2;

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()