Enum Report.Visibility (0.11.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 will not appear in the Ad Manager UI.

HIDDEN = 0;

HIDDEN_VALUE

Default value. Reports with hidden visibility will not appear in the Ad Manager UI.

HIDDEN = 0;

SAVED

Reports with saved visibility will appear in the Ad Manager UI by default.

SAVED = 2;

SAVED_VALUE

Reports with saved visibility will appear in the Ad Manager UI by default.

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