public interface GuestRuntimeDetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDomain()
public abstract String getDomain()
Domain, e.g. c.stratozone-development.internal.
string domain = 5;
Returns | |
---|---|
Type | Description |
String |
The domain. |
getDomainBytes()
public abstract ByteString getDomainBytes()
Domain, e.g. c.stratozone-development.internal.
string domain = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for domain. |
getInstalledApps()
public abstract GuestInstalledApplicationList getInstalledApps()
Installed applications information.
.google.cloud.migrationcenter.v1.GuestInstalledApplicationList installed_apps = 7;
Returns | |
---|---|
Type | Description |
GuestInstalledApplicationList |
The installedApps. |
getInstalledAppsOrBuilder()
public abstract GuestInstalledApplicationListOrBuilder getInstalledAppsOrBuilder()
Installed applications information.
.google.cloud.migrationcenter.v1.GuestInstalledApplicationList installed_apps = 7;
Returns | |
---|---|
Type | Description |
GuestInstalledApplicationListOrBuilder |
getLastBootTime()
public abstract Timestamp getLastBootTime()
Last time the OS was booted.
.google.protobuf.Timestamp last_boot_time = 4;
Returns | |
---|---|
Type | Description |
Timestamp |
The lastBootTime. |
getLastBootTimeOrBuilder()
public abstract TimestampOrBuilder getLastBootTimeOrBuilder()
Last time the OS was booted.
.google.protobuf.Timestamp last_boot_time = 4;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getMachineName()
public abstract String getMachineName()
Machine name.
string machine_name = 6;
Returns | |
---|---|
Type | Description |
String |
The machineName. |
getMachineNameBytes()
public abstract ByteString getMachineNameBytes()
Machine name.
string machine_name = 6;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for machineName. |
getNetwork()
public abstract RuntimeNetworkInfo getNetwork()
Runtime network information (connections, ports).
.google.cloud.migrationcenter.v1.RuntimeNetworkInfo network = 3;
Returns | |
---|---|
Type | Description |
RuntimeNetworkInfo |
The network. |
getNetworkOrBuilder()
public abstract RuntimeNetworkInfoOrBuilder getNetworkOrBuilder()
Runtime network information (connections, ports).
.google.cloud.migrationcenter.v1.RuntimeNetworkInfo network = 3;
Returns | |
---|---|
Type | Description |
RuntimeNetworkInfoOrBuilder |
getOpenFileList()
public abstract OpenFileList getOpenFileList()
Open files information.
.google.cloud.migrationcenter.v1.OpenFileList open_file_list = 8;
Returns | |
---|---|
Type | Description |
OpenFileList |
The openFileList. |
getOpenFileListOrBuilder()
public abstract OpenFileListOrBuilder getOpenFileListOrBuilder()
Open files information.
.google.cloud.migrationcenter.v1.OpenFileList open_file_list = 8;
Returns | |
---|---|
Type | Description |
OpenFileListOrBuilder |
getProcesses()
public abstract RunningProcessList getProcesses()
Running processes.
.google.cloud.migrationcenter.v1.RunningProcessList processes = 2;
Returns | |
---|---|
Type | Description |
RunningProcessList |
The processes. |
getProcessesOrBuilder()
public abstract RunningProcessListOrBuilder getProcessesOrBuilder()
Running processes.
.google.cloud.migrationcenter.v1.RunningProcessList processes = 2;
Returns | |
---|---|
Type | Description |
RunningProcessListOrBuilder |
getServices()
public abstract RunningServiceList getServices()
Running background services.
.google.cloud.migrationcenter.v1.RunningServiceList services = 1;
Returns | |
---|---|
Type | Description |
RunningServiceList |
The services. |
getServicesOrBuilder()
public abstract RunningServiceListOrBuilder getServicesOrBuilder()
Running background services.
.google.cloud.migrationcenter.v1.RunningServiceList services = 1;
Returns | |
---|---|
Type | Description |
RunningServiceListOrBuilder |
hasInstalledApps()
public abstract boolean hasInstalledApps()
Installed applications information.
.google.cloud.migrationcenter.v1.GuestInstalledApplicationList installed_apps = 7;
Returns | |
---|---|
Type | Description |
boolean |
Whether the installedApps field is set. |
hasLastBootTime()
public abstract boolean hasLastBootTime()
Last time the OS was booted.
.google.protobuf.Timestamp last_boot_time = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the lastBootTime field is set. |
hasNetwork()
public abstract boolean hasNetwork()
Runtime network information (connections, ports).
.google.cloud.migrationcenter.v1.RuntimeNetworkInfo network = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the network field is set. |
hasOpenFileList()
public abstract boolean hasOpenFileList()
Open files information.
.google.cloud.migrationcenter.v1.OpenFileList open_file_list = 8;
Returns | |
---|---|
Type | Description |
boolean |
Whether the openFileList field is set. |
hasProcesses()
public abstract boolean hasProcesses()
Running processes.
.google.cloud.migrationcenter.v1.RunningProcessList processes = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the processes field is set. |
hasServices()
public abstract boolean hasServices()
Running background services.
.google.cloud.migrationcenter.v1.RunningServiceList services = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the services field is set. |