public enum LicenseType extends Enum<LicenseType> implements ProtocolMessageEnumDifferent types of licenses that are supported.
 Protobuf enum google.cloud.licensemanager.v1.LicenseType
Implements
ProtocolMessageEnumStatic Fields | 
      |
|---|---|
| Name | Description | 
LICENSE_TYPE_BRING_YOUR_OWN_LICENSE | 
        Bring your own license.    | 
      
LICENSE_TYPE_BRING_YOUR_OWN_LICENSE_VALUE | 
        Bring your own license.    | 
      
LICENSE_TYPE_PER_MONTH_PER_USER | 
        Billing will be based on number of users listed per month.    | 
      
LICENSE_TYPE_PER_MONTH_PER_USER_VALUE | 
        Billing will be based on number of users listed per month.    | 
      
LICENSE_TYPE_UNSPECIFIED | 
        unspecified.    | 
      
LICENSE_TYPE_UNSPECIFIED_VALUE | 
        unspecified.    | 
      
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() | 
        |