public enum Report.Visibility extends Enum<Report.Visibility> implements ProtocolMessageEnum
The visibility of a report.
Protobuf enum google.ads.admanager.v1.Report.Visibility
Implements
ProtocolMessageEnumStatic 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_VALUE |
Reports with draft visibility will appear in the Ad Manager UI only if the user has configured the UI to show them. |
HIDDEN |
Default value. Reports with hidden visibility will not appear in the Ad Manager UI. |
HIDDEN_VALUE |
Default value. Reports with hidden visibility will not appear in the Ad Manager UI. |
SAVED |
Reports with saved visibility will appear in the Ad Manager UI by default. |
SAVED_VALUE |
Reports with saved visibility will appear in the Ad Manager UI by default. |
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() |