Enum EntitlementChange.CancellationReason (3.46.0)

public enum EntitlementChange.CancellationReason extends Enum<EntitlementChange.CancellationReason> implements ProtocolMessageEnum

Cancellation reason for the entitlement

Protobuf enum google.cloud.channel.v1.EntitlementChange.CancellationReason

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CANCELLATION_REASON_UNSPECIFIED

Not used.

CANCELLATION_REASON_UNSPECIFIED = 0;

CANCELLATION_REASON_UNSPECIFIED_VALUE

Not used.

CANCELLATION_REASON_UNSPECIFIED = 0;

PARTIAL_TRANSFER

Entitlement transferred away from reseller while still keeping other entitlement(s) with the reseller.

PARTIAL_TRANSFER = 3;

PARTIAL_TRANSFER_VALUE

Entitlement transferred away from reseller while still keeping other entitlement(s) with the reseller.

PARTIAL_TRANSFER = 3;

RELATIONSHIP_ENDED

Relationship between the reseller and customer has ended due to a transfer.

RELATIONSHIP_ENDED = 2;

RELATIONSHIP_ENDED_VALUE

Relationship between the reseller and customer has ended due to a transfer.

RELATIONSHIP_ENDED = 2;

SERVICE_TERMINATED

Reseller triggered a cancellation of the service.

SERVICE_TERMINATED = 1;

SERVICE_TERMINATED_VALUE

Reseller triggered a cancellation of the service.

SERVICE_TERMINATED = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()