public interface ResourceUsageOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getUsedEntity()
public abstract String getUsedEntity()The name of the entity (e.g., process, user) that is using the resource.
string used_entity = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The usedEntity. |
getUsedEntityBytes()
public abstract ByteString getUsedEntityBytes()The name of the entity (e.g., process, user) that is using the resource.
string used_entity = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for usedEntity. |
getUsedEntityId()
public abstract String getUsedEntityId()A numerical identifier for the entity using the resource (e.g., PID, UID).
string used_entity_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The usedEntityId. |
getUsedEntityIdBytes()
public abstract ByteString getUsedEntityIdBytes()A numerical identifier for the entity using the resource (e.g., PID, UID).
string used_entity_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for usedEntityId. |