Interface GuestRuntimeDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GuestRuntimeDetails
,GuestRuntimeDetails.Builder
public interface GuestRuntimeDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDomain()
Domain, e.g.com.google.protobuf.ByteString
getDomainBytes()
Domain, e.g.GuestInstalledApplicationList
getInstalledApps()
Installed applications information.GuestInstalledApplicationListOrBuilder
getInstalledAppsOrBuilder()
Installed applications information.com.google.protobuf.Timestamp
getLastBootTime()
Last time the OS was booted.com.google.protobuf.TimestampOrBuilder
getLastBootTimeOrBuilder()
Last time the OS was booted.String
getMachineName()
Machine name.com.google.protobuf.ByteString
getMachineNameBytes()
Machine name.RuntimeNetworkInfo
getNetwork()
Runtime network information (connections, ports).RuntimeNetworkInfoOrBuilder
getNetworkOrBuilder()
Runtime network information (connections, ports).OpenFileList
getOpenFileList()
Open files information.OpenFileListOrBuilder
getOpenFileListOrBuilder()
Open files information.RunningProcessList
getProcesses()
Running processes.RunningProcessListOrBuilder
getProcessesOrBuilder()
Running processes.RunningServiceList
getServices()
Running background services.RunningServiceListOrBuilder
getServicesOrBuilder()
Running background services.boolean
hasInstalledApps()
Installed applications information.boolean
hasLastBootTime()
Last time the OS was booted.boolean
hasNetwork()
Runtime network information (connections, ports).boolean
hasOpenFileList()
Open files information.boolean
hasProcesses()
Running processes.boolean
hasServices()
Running background services.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasServices
boolean hasServices()
Running background services.
.google.cloud.migrationcenter.v1.RunningServiceList services = 1;
- Returns:
- Whether the services field is set.
-
getServices
RunningServiceList getServices()
Running background services.
.google.cloud.migrationcenter.v1.RunningServiceList services = 1;
- Returns:
- The services.
-
getServicesOrBuilder
RunningServiceListOrBuilder getServicesOrBuilder()
Running background services.
.google.cloud.migrationcenter.v1.RunningServiceList services = 1;
-
hasProcesses
boolean hasProcesses()
Running processes.
.google.cloud.migrationcenter.v1.RunningProcessList processes = 2;
- Returns:
- Whether the processes field is set.
-
getProcesses
RunningProcessList getProcesses()
Running processes.
.google.cloud.migrationcenter.v1.RunningProcessList processes = 2;
- Returns:
- The processes.
-
getProcessesOrBuilder
RunningProcessListOrBuilder getProcessesOrBuilder()
Running processes.
.google.cloud.migrationcenter.v1.RunningProcessList processes = 2;
-
hasNetwork
boolean hasNetwork()
Runtime network information (connections, ports).
.google.cloud.migrationcenter.v1.RuntimeNetworkInfo network = 3;
- Returns:
- Whether the network field is set.
-
getNetwork
RuntimeNetworkInfo getNetwork()
Runtime network information (connections, ports).
.google.cloud.migrationcenter.v1.RuntimeNetworkInfo network = 3;
- Returns:
- The network.
-
getNetworkOrBuilder
RuntimeNetworkInfoOrBuilder getNetworkOrBuilder()
Runtime network information (connections, ports).
.google.cloud.migrationcenter.v1.RuntimeNetworkInfo network = 3;
-
hasLastBootTime
boolean hasLastBootTime()
Last time the OS was booted.
.google.protobuf.Timestamp last_boot_time = 4;
- Returns:
- Whether the lastBootTime field is set.
-
getLastBootTime
com.google.protobuf.Timestamp getLastBootTime()
Last time the OS was booted.
.google.protobuf.Timestamp last_boot_time = 4;
- Returns:
- The lastBootTime.
-
getLastBootTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getLastBootTimeOrBuilder()
Last time the OS was booted.
.google.protobuf.Timestamp last_boot_time = 4;
-
getDomain
String getDomain()
Domain, e.g. c.stratozone-development.internal.
string domain = 5;
- Returns:
- The domain.
-
getDomainBytes
com.google.protobuf.ByteString getDomainBytes()
Domain, e.g. c.stratozone-development.internal.
string domain = 5;
- Returns:
- The bytes for domain.
-
getMachineName
String getMachineName()
Machine name.
string machine_name = 6;
- Returns:
- The machineName.
-
getMachineNameBytes
com.google.protobuf.ByteString getMachineNameBytes()
Machine name.
string machine_name = 6;
- Returns:
- The bytes for machineName.
-
hasInstalledApps
boolean hasInstalledApps()
Installed applications information.
.google.cloud.migrationcenter.v1.GuestInstalledApplicationList installed_apps = 7;
- Returns:
- Whether the installedApps field is set.
-
getInstalledApps
GuestInstalledApplicationList getInstalledApps()
Installed applications information.
.google.cloud.migrationcenter.v1.GuestInstalledApplicationList installed_apps = 7;
- Returns:
- The installedApps.
-
getInstalledAppsOrBuilder
GuestInstalledApplicationListOrBuilder getInstalledAppsOrBuilder()
Installed applications information.
.google.cloud.migrationcenter.v1.GuestInstalledApplicationList installed_apps = 7;
-
hasOpenFileList
boolean hasOpenFileList()
Open files information.
.google.cloud.migrationcenter.v1.OpenFileList open_file_list = 8;
- Returns:
- Whether the openFileList field is set.
-
getOpenFileList
OpenFileList getOpenFileList()
Open files information.
.google.cloud.migrationcenter.v1.OpenFileList open_file_list = 8;
- Returns:
- The openFileList.
-
getOpenFileListOrBuilder
OpenFileListOrBuilder getOpenFileListOrBuilder()
Open files information.
.google.cloud.migrationcenter.v1.OpenFileList open_file_list = 8;
-
-