Enum ReservationStatusEnum.ReservationStatus (0.3.0)

public enum ReservationStatusEnum.ReservationStatus extends Enum<ReservationStatusEnum.ReservationStatus> implements ProtocolMessageEnum

Defines the different reservation statuses of a line item.

Protobuf enum google.ads.admanager.v1.ReservationStatusEnum.ReservationStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
RESERVATION_STATUS_UNSPECIFIED

No value specified

RESERVATION_STATUS_UNSPECIFIED = 0;

RESERVATION_STATUS_UNSPECIFIED_VALUE

No value specified

RESERVATION_STATUS_UNSPECIFIED = 0;

RESERVED

Indicates that inventory has been reserved for the line item.

RESERVED = 1;

RESERVED_VALUE

Indicates that inventory has been reserved for the line item.

RESERVED = 1;

UNRECOGNIZED
UNRESERVED

Indicates that inventory has not been reserved for the line item.

UNRESERVED = 2;

UNRESERVED_VALUE

Indicates that inventory has not been reserved for the line item.

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