public enum Entity extends Enum<Entity> implements ProtocolMessageEnum
Entity is used to denote an organization or party.
Protobuf enum google.cloud.gdchardwaremanagement.v1alpha.Entity
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CUSTOMER |
Customer. |
CUSTOMER_VALUE |
Customer. |
ENTITY_UNSPECIFIED |
Entity is unspecified. |
ENTITY_UNSPECIFIED_VALUE |
Entity is unspecified. |
GOOGLE |
Google. |
GOOGLE_VALUE |
Google. |
UNRECOGNIZED |
|
VENDOR |
Vendor. |
VENDOR_VALUE |
Vendor. |
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() |