- 0.60.0 (latest)
 - 0.58.0
 - 0.57.0
 - 0.56.0
 - 0.55.0
 - 0.54.0
 - 0.52.0
 - 0.50.0
 - 0.49.0
 - 0.46.0
 - 0.45.0
 - 0.44.0
 - 0.42.0
 - 0.41.0
 - 0.40.0
 - 0.39.0
 - 0.38.0
 - 0.37.0
 - 0.36.0
 - 0.35.0
 - 0.34.0
 - 0.33.0
 - 0.31.0
 - 0.30.0
 - 0.29.0
 - 0.28.0
 - 0.27.0
 - 0.26.0
 - 0.25.0
 - 0.24.0
 - 0.23.0
 - 0.22.0
 - 0.21.0
 - 0.19.0
 - 0.18.0
 - 0.17.0
 - 0.16.0
 - 0.15.0
 - 0.14.0
 - 0.13.0
 - 0.12.0
 - 0.11.0
 - 0.10.0
 - 0.9.0
 - 0.6.0
 - 0.5.0
 - 0.4.0
 - 0.3.0
 - 0.2.0
 - 0.1.0
 
public static final class RunningProcess.Builder extends GeneratedMessageV3.Builder<RunningProcess.Builder> implements RunningProcessOrBuilderGuest OS running process details.
 Protobuf type google.cloud.migrationcenter.v1.RunningProcess
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > RunningProcess.BuilderImplements
RunningProcessOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RunningProcess.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        |
build()
public RunningProcess build()| Returns | |
|---|---|
| Type | Description | 
RunningProcess | 
        |
buildPartial()
public RunningProcess buildPartial()| Returns | |
|---|---|
| Type | Description | 
RunningProcess | 
        |
clear()
public RunningProcess.Builder clear()| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        |
clearAttributes()
public RunningProcess.Builder clearAttributes()| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        |
clearCmdline()
public RunningProcess.Builder clearCmdline()Process full command line.
 string cmdline = 3;
| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        This builder for chaining.  | 
      
clearExePath()
public RunningProcess.Builder clearExePath()Process binary path.
 string exe_path = 2;
| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public RunningProcess.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        |
clearOneof(Descriptors.OneofDescriptor oneof)
public RunningProcess.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        |
clearPid()
public RunningProcess.Builder clearPid()Process ID.
 int64 pid = 1;
| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        This builder for chaining.  | 
      
clearUser()
public RunningProcess.Builder clearUser()User running the process.
 string user = 4;
| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        This builder for chaining.  | 
      
clone()
public RunningProcess.Builder clone()| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        |
containsAttributes(String key)
public boolean containsAttributes(String key)Process extended attributes.
 map<string, string> attributes = 100;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
getAttributes() (deprecated)
public Map<String,String> getAttributes()Use #getAttributesMap() instead.
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getAttributesCount()
public int getAttributesCount()Process extended attributes.
 map<string, string> attributes = 100;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getAttributesMap()
public Map<String,String> getAttributesMap()Process extended attributes.
 map<string, string> attributes = 100;
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getAttributesOrDefault(String key, String defaultValue)
public String getAttributesOrDefault(String key, String defaultValue)Process extended attributes.
 map<string, string> attributes = 100;
| Parameters | |
|---|---|
| Name | Description | 
key | 
        String | 
      
defaultValue | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        |
getAttributesOrThrow(String key)
public String getAttributesOrThrow(String key)Process extended attributes.
 map<string, string> attributes = 100;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        |
getCmdline()
public String getCmdline()Process full command line.
 string cmdline = 3;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The cmdline.  | 
      
getCmdlineBytes()
public ByteString getCmdlineBytes()Process full command line.
 string cmdline = 3;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for cmdline.  | 
      
getDefaultInstanceForType()
public RunningProcess getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
RunningProcess | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getExePath()
public String getExePath()Process binary path.
 string exe_path = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The exePath.  | 
      
getExePathBytes()
public ByteString getExePathBytes()Process binary path.
 string exe_path = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for exePath.  | 
      
getMutableAttributes() (deprecated)
public Map<String,String> getMutableAttributes()Use alternate mutation accessors instead.
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getPid()
public long getPid()Process ID.
 int64 pid = 1;
| Returns | |
|---|---|
| Type | Description | 
long | 
        The pid.  | 
      
getUser()
public String getUser()User running the process.
 string user = 4;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The user.  | 
      
getUserBytes()
public ByteString getUserBytes()User running the process.
 string user = 4;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for user.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description | 
number | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
com.google.protobuf.MapFieldReflectionAccessor | 
        |
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description | 
number | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
com.google.protobuf.MapFieldReflectionAccessor | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(RunningProcess other)
public RunningProcess.Builder mergeFrom(RunningProcess other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        RunningProcess | 
      
| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RunningProcess.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public RunningProcess.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RunningProcess.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        |
putAllAttributes(Map<String,String> values)
public RunningProcess.Builder putAllAttributes(Map<String,String> values)Process extended attributes.
 map<string, string> attributes = 100;
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Map<String,String> | 
      
| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        |
putAttributes(String key, String value)
public RunningProcess.Builder putAttributes(String key, String value)Process extended attributes.
 map<string, string> attributes = 100;
| Parameters | |
|---|---|
| Name | Description | 
key | 
        String | 
      
value | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        |
removeAttributes(String key)
public RunningProcess.Builder removeAttributes(String key)Process extended attributes.
 map<string, string> attributes = 100;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        |
setCmdline(String value)
public RunningProcess.Builder setCmdline(String value)Process full command line.
 string cmdline = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe cmdline to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        This builder for chaining.  | 
      
setCmdlineBytes(ByteString value)
public RunningProcess.Builder setCmdlineBytes(ByteString value)Process full command line.
 string cmdline = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for cmdline to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        This builder for chaining.  | 
      
setExePath(String value)
public RunningProcess.Builder setExePath(String value)Process binary path.
 string exe_path = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe exePath to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        This builder for chaining.  | 
      
setExePathBytes(ByteString value)
public RunningProcess.Builder setExePathBytes(ByteString value)Process binary path.
 string exe_path = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for exePath to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public RunningProcess.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        |
setPid(long value)
public RunningProcess.Builder setPid(long value)Process ID.
 int64 pid = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        longThe pid to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RunningProcess.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        |
setUnknownFields(UnknownFieldSet unknownFields)
public final RunningProcess.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        |
setUser(String value)
public RunningProcess.Builder setUser(String value)User running the process.
 string user = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe user to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        This builder for chaining.  | 
      
setUserBytes(ByteString value)
public RunningProcess.Builder setUserBytes(ByteString value)User running the process.
 string user = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for user to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
RunningProcess.Builder | 
        This builder for chaining.  |