Interface OwnerOrBuilder (2.36.1)

public interface OwnerOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEntity()

public abstract String getEntity()

The entity, in the form user-userId.

string entity = 1;

Returns
TypeDescription
String

The entity.

getEntityBytes()

public abstract ByteString getEntityBytes()

The entity, in the form user-userId.

string entity = 1;

Returns
TypeDescription
ByteString

The bytes for entity.

getEntityId()

public abstract String getEntityId()

The ID for the entity.

string entity_id = 2;

Returns
TypeDescription
String

The entityId.

getEntityIdBytes()

public abstract ByteString getEntityIdBytes()

The ID for the entity.

string entity_id = 2;

Returns
TypeDescription
ByteString

The bytes for entityId.