public interface RunningProcessOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAttributes(String key)
Process extended attributes.
|
Map<String,String> |
getAttributes()
Deprecated.
|
int |
getAttributesCount()
Process extended attributes.
|
Map<String,String> |
getAttributesMap()
Process extended attributes.
|
String |
getAttributesOrDefault(String key,
String defaultValue)
Process extended attributes.
|
String |
getAttributesOrThrow(String key)
Process extended attributes.
|
String |
getCmdline()
Process full command line.
|
com.google.protobuf.ByteString |
getCmdlineBytes()
Process full command line.
|
String |
getExePath()
Process binary path.
|
com.google.protobuf.ByteString |
getExePathBytes()
Process binary path.
|
long |
getPid()
Process ID.
|
String |
getUser()
User running the process.
|
com.google.protobuf.ByteString |
getUserBytes()
User running the process.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getPid()
Process ID.
int64 pid = 1;String getExePath()
Process binary path.
string exe_path = 2;com.google.protobuf.ByteString getExePathBytes()
Process binary path.
string exe_path = 2;String getCmdline()
Process full command line.
string cmdline = 3;com.google.protobuf.ByteString getCmdlineBytes()
Process full command line.
string cmdline = 3;String getUser()
User running the process.
string user = 4;com.google.protobuf.ByteString getUserBytes()
User running the process.
string user = 4;int getAttributesCount()
Process extended attributes.
map<string, string> attributes = 100;boolean containsAttributes(String key)
Process extended attributes.
map<string, string> attributes = 100;@Deprecated Map<String,String> getAttributes()
getAttributesMap() instead.Map<String,String> getAttributesMap()
Process extended attributes.
map<string, string> attributes = 100;String getAttributesOrDefault(String key, String defaultValue)
Process extended attributes.
map<string, string> attributes = 100;Copyright © 2024 Google LLC. All rights reserved.