Package com.google.cloud.channel.v1
Enum EntitlementChange.CancellationReason
- java.lang.Object
-
- java.lang.Enum<EntitlementChange.CancellationReason>
-
- com.google.cloud.channel.v1.EntitlementChange.CancellationReason
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<EntitlementChange.CancellationReason>
- Enclosing class:
- EntitlementChange
public static enum EntitlementChange.CancellationReason extends Enum<EntitlementChange.CancellationReason> implements com.google.protobuf.ProtocolMessageEnum
Cancellation reason for the entitlement
Protobuf enumgoogle.cloud.channel.v1.EntitlementChange.CancellationReason
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CANCELLATION_REASON_UNSPECIFIEDNot used.PARTIAL_TRANSFEREntitlement transferred away from reseller while still keeping other entitlement(s) with the reseller.RELATIONSHIP_ENDEDRelationship between the reseller and customer has ended due to a transfer.SERVICE_TERMINATEDReseller triggered a cancellation of the service.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intCANCELLATION_REASON_UNSPECIFIED_VALUENot used.static intPARTIAL_TRANSFER_VALUEEntitlement transferred away from reseller while still keeping other entitlement(s) with the reseller.static intRELATIONSHIP_ENDED_VALUERelationship between the reseller and customer has ended due to a transfer.static intSERVICE_TERMINATED_VALUEReseller triggered a cancellation of the service.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static EntitlementChange.CancellationReasonforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<EntitlementChange.CancellationReason>internalGetValueMap()static EntitlementChange.CancellationReasonvalueOf(int value)Deprecated.static EntitlementChange.CancellationReasonvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static EntitlementChange.CancellationReasonvalueOf(String name)Returns the enum constant of this type with the specified name.static EntitlementChange.CancellationReason[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CANCELLATION_REASON_UNSPECIFIED
public static final EntitlementChange.CancellationReason CANCELLATION_REASON_UNSPECIFIED
Not used.
CANCELLATION_REASON_UNSPECIFIED = 0;
-
SERVICE_TERMINATED
public static final EntitlementChange.CancellationReason SERVICE_TERMINATED
Reseller triggered a cancellation of the service.
SERVICE_TERMINATED = 1;
-
RELATIONSHIP_ENDED
public static final EntitlementChange.CancellationReason RELATIONSHIP_ENDED
Relationship between the reseller and customer has ended due to a transfer.
RELATIONSHIP_ENDED = 2;
-
PARTIAL_TRANSFER
public static final EntitlementChange.CancellationReason PARTIAL_TRANSFER
Entitlement transferred away from reseller while still keeping other entitlement(s) with the reseller.
PARTIAL_TRANSFER = 3;
-
UNRECOGNIZED
public static final EntitlementChange.CancellationReason UNRECOGNIZED
-
-
Field Detail
-
CANCELLATION_REASON_UNSPECIFIED_VALUE
public static final int CANCELLATION_REASON_UNSPECIFIED_VALUE
Not used.
CANCELLATION_REASON_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
SERVICE_TERMINATED_VALUE
public static final int SERVICE_TERMINATED_VALUE
Reseller triggered a cancellation of the service.
SERVICE_TERMINATED = 1;- See Also:
- Constant Field Values
-
RELATIONSHIP_ENDED_VALUE
public static final int RELATIONSHIP_ENDED_VALUE
Relationship between the reseller and customer has ended due to a transfer.
RELATIONSHIP_ENDED = 2;- See Also:
- Constant Field Values
-
PARTIAL_TRANSFER_VALUE
public static final int PARTIAL_TRANSFER_VALUE
Entitlement transferred away from reseller while still keeping other entitlement(s) with the reseller.
PARTIAL_TRANSFER = 3;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static EntitlementChange.CancellationReason[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (EntitlementChange.CancellationReason c : EntitlementChange.CancellationReason.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EntitlementChange.CancellationReason valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static EntitlementChange.CancellationReason valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static EntitlementChange.CancellationReason forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<EntitlementChange.CancellationReason> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static EntitlementChange.CancellationReason valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-