public interface OwnerOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEntity()
public abstract String getEntity()
The entity, in the form user-
userId.
string entity = 1;
Returns | |
---|---|
Type | Description |
String |
The entity. |
getEntityBytes()
public abstract ByteString getEntityBytes()
The entity, in the form user-
userId.
string entity = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for entity. |
getEntityId()
public abstract String getEntityId()
The ID for the entity.
string entity_id = 2;
Returns | |
---|---|
Type | Description |
String |
The entityId. |
getEntityIdBytes()
public abstract ByteString getEntityIdBytes()
The ID for the entity.
string entity_id = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for entityId. |