public interface RunningServiceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCmdline()
Service command line.
|
com.google.protobuf.ByteString |
getCmdlineBytes()
Service command line.
|
String |
getExePath()
Service binary path.
|
com.google.protobuf.ByteString |
getExePathBytes()
Service binary path.
|
long |
getPid()
Service pid.
|
String |
getServiceName()
Service name.
|
com.google.protobuf.ByteString |
getServiceNameBytes()
Service name.
|
RunningService.StartMode |
getStartMode()
Service start mode (OS-agnostic).
|
int |
getStartModeValue()
Service start mode (OS-agnostic).
|
RunningService.State |
getState()
Service state (OS-agnostic).
|
int |
getStateValue()
Service state (OS-agnostic).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getServiceName()
Service name.
string service_name = 1;com.google.protobuf.ByteString getServiceNameBytes()
Service name.
string service_name = 1;int getStateValue()
Service state (OS-agnostic).
.google.cloud.migrationcenter.v1.RunningService.State state = 2;RunningService.State getState()
Service state (OS-agnostic).
.google.cloud.migrationcenter.v1.RunningService.State state = 2;int getStartModeValue()
Service start mode (OS-agnostic).
.google.cloud.migrationcenter.v1.RunningService.StartMode start_mode = 3;RunningService.StartMode getStartMode()
Service start mode (OS-agnostic).
.google.cloud.migrationcenter.v1.RunningService.StartMode start_mode = 3;String getExePath()
Service binary path.
string exe_path = 4;com.google.protobuf.ByteString getExePathBytes()
Service binary path.
string exe_path = 4;String getCmdline()
Service command line.
string cmdline = 5;com.google.protobuf.ByteString getCmdlineBytes()
Service command line.
string cmdline = 5;long getPid()
Service pid.
int64 pid = 6;Copyright © 2024 Google LLC. All rights reserved.