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 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;