public enum Relation.Relationship extends Enum<Relation.Relationship> implements ProtocolMessageEnumType of relationship between the primary entity (a) and related entity (b).
Protobuf enum google.backstory.Relation.Relationship
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ADMINISTERS |
Related entity is administered by the primary entity (e.g. user administers a group). |
ADMINISTERS_VALUE |
Related entity is administered by the primary entity (e.g. user administers a group). |
CONTACTS |
Primary entity contacts the related entity. |
CONTACTS_VALUE |
Primary entity contacts the related entity. |
DOWNLOADED_FROM |
Primary entity may have been downloaded from the related entity. |
DOWNLOADED_FROM_VALUE |
Primary entity may have been downloaded from the related entity. |
EXECUTES |
Primary entity may have executed the related entity. |
EXECUTES_VALUE |
Primary entity may have executed the related entity. |
MEMBER |
Primary entity is a member of the related entity (e.g. user is a member of a group). |
MEMBER_VALUE |
Primary entity is a member of the related entity (e.g. user is a member of a group). |
OWNS |
Related entity is owned by the primary entity (e.g. user owns device asset). |
OWNS_VALUE |
Related entity is owned by the primary entity (e.g. user owns device asset). |
RELATIONSHIP_UNSPECIFIED |
Default value |
RELATIONSHIP_UNSPECIFIED_VALUE |
Default value |
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() |
|