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