Enum Report.Visibility (0.44.0)

public enum Report.Visibility extends Enum<Report.Visibility> implements ProtocolMessageEnum

The visibility of a report.

Protobuf enum google.ads.admanager.v1.Report.Visibility

Implements

ProtocolMessageEnum

Static Fields

Name Description
DRAFT

Reports with draft visibility will appear in the Ad Manager UI only if the user has configured the UI to show them.

DRAFT = 1;

DRAFT_VALUE

Reports with draft visibility will appear in the Ad Manager UI only if the user has configured the UI to show them.

DRAFT = 1;

HIDDEN

Default value. Reports with hidden visibility won't appear in the Ad Manager UI.

HIDDEN = 0;

HIDDEN_VALUE

Default value. Reports with hidden visibility won't appear in the Ad Manager UI.

HIDDEN = 0;

SAVED

Reports with saved visibility will appear in the Ad Manager UI by default. Alias for VISIBLE and will be replaced in the future.

SAVED = 2 [deprecated = true];

SAVED_VALUE

Reports with saved visibility will appear in the Ad Manager UI by default. Alias for VISIBLE and will be replaced in the future.

SAVED = 2 [deprecated = true];

UNRECOGNIZED
VISIBLE

Reports with this visibility will appear in the Ad Manager UI.

VISIBLE = 2;

VISIBLE_VALUE

Reports with this visibility will appear in the Ad Manager UI.

VISIBLE = 2;

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