Interface GuestRuntimeDetailsOrBuilder (0.4.0)

public interface GuestRuntimeDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDomain()

public abstract String getDomain()

Domain, e.g. c.stratozone-development.internal.

string domain = 5;

Returns
TypeDescription
String

The domain.

getDomainBytes()

public abstract ByteString getDomainBytes()

Domain, e.g. c.stratozone-development.internal.

string domain = 5;

Returns
TypeDescription
ByteString

The bytes for domain.

getInstalledApps()

public abstract GuestInstalledApplicationList getInstalledApps()

Installed applications information.

.google.cloud.migrationcenter.v1.GuestInstalledApplicationList installed_apps = 7;

Returns
TypeDescription
GuestInstalledApplicationList

The installedApps.

getInstalledAppsOrBuilder()

public abstract GuestInstalledApplicationListOrBuilder getInstalledAppsOrBuilder()

Installed applications information.

.google.cloud.migrationcenter.v1.GuestInstalledApplicationList installed_apps = 7;

Returns
TypeDescription
GuestInstalledApplicationListOrBuilder

getLastBootTime()

public abstract Timestamp getLastBootTime()

Last time the OS was booted.

.google.protobuf.Timestamp last_boot_time = 4;

Returns
TypeDescription
Timestamp

The lastBootTime.

getLastBootTimeOrBuilder()

public abstract TimestampOrBuilder getLastBootTimeOrBuilder()

Last time the OS was booted.

.google.protobuf.Timestamp last_boot_time = 4;

Returns
TypeDescription
TimestampOrBuilder

getMachineName()

public abstract String getMachineName()

Machine name.

string machine_name = 6;

Returns
TypeDescription
String

The machineName.

getMachineNameBytes()

public abstract ByteString getMachineNameBytes()

Machine name.

string machine_name = 6;

Returns
TypeDescription
ByteString

The bytes for machineName.

getNetwork()

public abstract RuntimeNetworkInfo getNetwork()

Runtime network information (connections, ports).

.google.cloud.migrationcenter.v1.RuntimeNetworkInfo network = 3;

Returns
TypeDescription
RuntimeNetworkInfo

The network.

getNetworkOrBuilder()

public abstract RuntimeNetworkInfoOrBuilder getNetworkOrBuilder()

Runtime network information (connections, ports).

.google.cloud.migrationcenter.v1.RuntimeNetworkInfo network = 3;

Returns
TypeDescription
RuntimeNetworkInfoOrBuilder

getOpenFileList()

public abstract OpenFileList getOpenFileList()

Open files information.

.google.cloud.migrationcenter.v1.OpenFileList open_file_list = 8;

Returns
TypeDescription
OpenFileList

The openFileList.

getOpenFileListOrBuilder()

public abstract OpenFileListOrBuilder getOpenFileListOrBuilder()

Open files information.

.google.cloud.migrationcenter.v1.OpenFileList open_file_list = 8;

Returns
TypeDescription
OpenFileListOrBuilder

getProcesses()

public abstract RunningProcessList getProcesses()

Running processes.

.google.cloud.migrationcenter.v1.RunningProcessList processes = 2;

Returns
TypeDescription
RunningProcessList

The processes.

getProcessesOrBuilder()

public abstract RunningProcessListOrBuilder getProcessesOrBuilder()

Running processes.

.google.cloud.migrationcenter.v1.RunningProcessList processes = 2;

Returns
TypeDescription
RunningProcessListOrBuilder

getServices()

public abstract RunningServiceList getServices()

Running background services.

.google.cloud.migrationcenter.v1.RunningServiceList services = 1;

Returns
TypeDescription
RunningServiceList

The services.

getServicesOrBuilder()

public abstract RunningServiceListOrBuilder getServicesOrBuilder()

Running background services.

.google.cloud.migrationcenter.v1.RunningServiceList services = 1;

Returns
TypeDescription
RunningServiceListOrBuilder

hasInstalledApps()

public abstract boolean hasInstalledApps()

Installed applications information.

.google.cloud.migrationcenter.v1.GuestInstalledApplicationList installed_apps = 7;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the openFileList field is set.

hasProcesses()

public abstract boolean hasProcesses()

Running processes.

.google.cloud.migrationcenter.v1.RunningProcessList processes = 2;

Returns
TypeDescription
boolean

Whether the processes field is set.

hasServices()

public abstract boolean hasServices()

Running background services.

.google.cloud.migrationcenter.v1.RunningServiceList services = 1;

Returns
TypeDescription
boolean

Whether the services field is set.