public interface GuestRuntimeDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasServices()
Running background services.
.google.cloud.migrationcenter.v1.RunningServiceList services = 1;RunningServiceList getServices()
Running background services.
.google.cloud.migrationcenter.v1.RunningServiceList services = 1;RunningServiceListOrBuilder getServicesOrBuilder()
Running background services.
.google.cloud.migrationcenter.v1.RunningServiceList services = 1;boolean hasProcesses()
Running processes.
.google.cloud.migrationcenter.v1.RunningProcessList processes = 2;RunningProcessList getProcesses()
Running processes.
.google.cloud.migrationcenter.v1.RunningProcessList processes = 2;RunningProcessListOrBuilder getProcessesOrBuilder()
Running processes.
.google.cloud.migrationcenter.v1.RunningProcessList processes = 2;boolean hasNetwork()
Runtime network information (connections, ports).
.google.cloud.migrationcenter.v1.RuntimeNetworkInfo network = 3;RuntimeNetworkInfo getNetwork()
Runtime network information (connections, ports).
.google.cloud.migrationcenter.v1.RuntimeNetworkInfo network = 3;RuntimeNetworkInfoOrBuilder getNetworkOrBuilder()
Runtime network information (connections, ports).
.google.cloud.migrationcenter.v1.RuntimeNetworkInfo network = 3;boolean hasLastBootTime()
Last time the OS was booted.
.google.protobuf.Timestamp last_boot_time = 4;com.google.protobuf.Timestamp getLastBootTime()
Last time the OS was booted.
.google.protobuf.Timestamp last_boot_time = 4;com.google.protobuf.TimestampOrBuilder getLastBootTimeOrBuilder()
Last time the OS was booted.
.google.protobuf.Timestamp last_boot_time = 4;String getDomain()
Domain, e.g. c.stratozone-development.internal.
string domain = 5;com.google.protobuf.ByteString getDomainBytes()
Domain, e.g. c.stratozone-development.internal.
string domain = 5;String getMachineName()
Machine name.
string machine_name = 6;com.google.protobuf.ByteString getMachineNameBytes()
Machine name.
string machine_name = 6;boolean hasInstalledApps()
Installed applications information.
.google.cloud.migrationcenter.v1.GuestInstalledApplicationList installed_apps = 7;GuestInstalledApplicationList getInstalledApps()
Installed applications information.
.google.cloud.migrationcenter.v1.GuestInstalledApplicationList installed_apps = 7;GuestInstalledApplicationListOrBuilder getInstalledAppsOrBuilder()
Installed applications information.
.google.cloud.migrationcenter.v1.GuestInstalledApplicationList installed_apps = 7;boolean hasOpenFileList()
Open files information.
.google.cloud.migrationcenter.v1.OpenFileList open_file_list = 8;OpenFileList getOpenFileList()
Open files information.
.google.cloud.migrationcenter.v1.OpenFileList open_file_list = 8;OpenFileListOrBuilder getOpenFileListOrBuilder()
Open files information.
.google.cloud.migrationcenter.v1.OpenFileList open_file_list = 8;Copyright © 2024 Google LLC. All rights reserved.