public final class RunningProcess extends com.google.protobuf.GeneratedMessageV3 implements RunningProcessOrBuilder
Guest OS running process details.Protobuf type
google.cloud.migrationcenter.v1.RunningProcess| Modifier and Type | Class and Description |
|---|---|
static class |
RunningProcess.Builder
Guest OS running process details.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ATTRIBUTES_FIELD_NUMBER |
static int |
CMDLINE_FIELD_NUMBER |
static int |
EXE_PATH_FIELD_NUMBER |
static int |
PID_FIELD_NUMBER |
static int |
USER_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAttributes(String key)
Process extended attributes.
|
boolean |
equals(Object obj) |
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.
|
static RunningProcess |
getDefaultInstance() |
RunningProcess |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getExePath()
Process binary path.
|
com.google.protobuf.ByteString |
getExePathBytes()
Process binary path.
|
com.google.protobuf.Parser<RunningProcess> |
getParserForType() |
long |
getPid()
Process ID.
|
int |
getSerializedSize() |
String |
getUser()
User running the process.
|
com.google.protobuf.ByteString |
getUserBytes()
User running the process.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static RunningProcess.Builder |
newBuilder() |
static RunningProcess.Builder |
newBuilder(RunningProcess prototype) |
RunningProcess.Builder |
newBuilderForType() |
protected RunningProcess.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static RunningProcess |
parseDelimitedFrom(InputStream input) |
static RunningProcess |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunningProcess |
parseFrom(byte[] data) |
static RunningProcess |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunningProcess |
parseFrom(ByteBuffer data) |
static RunningProcess |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunningProcess |
parseFrom(com.google.protobuf.ByteString data) |
static RunningProcess |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunningProcess |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RunningProcess |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunningProcess |
parseFrom(InputStream input) |
static RunningProcess |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RunningProcess> |
parser() |
RunningProcess.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int PID_FIELD_NUMBER
public static final int EXE_PATH_FIELD_NUMBER
public static final int CMDLINE_FIELD_NUMBER
public static final int USER_FIELD_NUMBER
public static final int ATTRIBUTES_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public long getPid()
Process ID.
int64 pid = 1;getPid in interface RunningProcessOrBuilderpublic String getExePath()
Process binary path.
string exe_path = 2;getExePath in interface RunningProcessOrBuilderpublic com.google.protobuf.ByteString getExePathBytes()
Process binary path.
string exe_path = 2;getExePathBytes in interface RunningProcessOrBuilderpublic String getCmdline()
Process full command line.
string cmdline = 3;getCmdline in interface RunningProcessOrBuilderpublic com.google.protobuf.ByteString getCmdlineBytes()
Process full command line.
string cmdline = 3;getCmdlineBytes in interface RunningProcessOrBuilderpublic String getUser()
User running the process.
string user = 4;getUser in interface RunningProcessOrBuilderpublic com.google.protobuf.ByteString getUserBytes()
User running the process.
string user = 4;getUserBytes in interface RunningProcessOrBuilderpublic int getAttributesCount()
RunningProcessOrBuilderProcess extended attributes.
map<string, string> attributes = 100;getAttributesCount in interface RunningProcessOrBuilderpublic boolean containsAttributes(String key)
Process extended attributes.
map<string, string> attributes = 100;containsAttributes in interface RunningProcessOrBuilder@Deprecated public Map<String,String> getAttributes()
getAttributesMap() instead.getAttributes in interface RunningProcessOrBuilderpublic Map<String,String> getAttributesMap()
Process extended attributes.
map<string, string> attributes = 100;getAttributesMap in interface RunningProcessOrBuilderpublic String getAttributesOrDefault(String key, String defaultValue)
Process extended attributes.
map<string, string> attributes = 100;getAttributesOrDefault in interface RunningProcessOrBuilderpublic String getAttributesOrThrow(String key)
Process extended attributes.
map<string, string> attributes = 100;getAttributesOrThrow in interface RunningProcessOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static RunningProcess parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunningProcess parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunningProcess parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunningProcess parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunningProcess parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunningProcess parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunningProcess parseFrom(InputStream input) throws IOException
IOExceptionpublic static RunningProcess parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunningProcess parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RunningProcess parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunningProcess parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RunningProcess parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RunningProcess.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RunningProcess.Builder newBuilder()
public static RunningProcess.Builder newBuilder(RunningProcess prototype)
public RunningProcess.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RunningProcess.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RunningProcess getDefaultInstance()
public static com.google.protobuf.Parser<RunningProcess> parser()
public com.google.protobuf.Parser<RunningProcess> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RunningProcess getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.