Send feedback
Class GuestRuntimeDetails (0.58.0)
Stay organized with collections
Save and categorize content based on your preferences.
public final class GuestRuntimeDetails extends GeneratedMessageV3 implements GuestRuntimeDetailsOrBuilder
Guest OS runtime information.
Protobuf type google.cloud.migrationcenter.v1.GuestRuntimeDetails
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DOMAIN_FIELD_NUMBER
public static final int DOMAIN_FIELD_NUMBER
Field Value
Type
Description
int
INSTALLED_APPS_FIELD_NUMBER
public static final int INSTALLED_APPS_FIELD_NUMBER
Field Value
Type
Description
int
LAST_BOOT_TIME_FIELD_NUMBER
public static final int LAST_BOOT_TIME_FIELD_NUMBER
Field Value
Type
Description
int
MACHINE_NAME_FIELD_NUMBER
public static final int MACHINE_NAME_FIELD_NUMBER
Field Value
Type
Description
int
NETWORK_FIELD_NUMBER
public static final int NETWORK_FIELD_NUMBER
Field Value
Type
Description
int
OPEN_FILE_LIST_FIELD_NUMBER
public static final int OPEN_FILE_LIST_FIELD_NUMBER
Field Value
Type
Description
int
PROCESSES_FIELD_NUMBER
public static final int PROCESSES_FIELD_NUMBER
Field Value
Type
Description
int
SERVICES_FIELD_NUMBER
public static final int SERVICES_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static GuestRuntimeDetails getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static GuestRuntimeDetails . Builder newBuilder ()
newBuilder(GuestRuntimeDetails prototype)
public static GuestRuntimeDetails . Builder newBuilder ( GuestRuntimeDetails prototype )
public static GuestRuntimeDetails parseDelimitedFrom ( InputStream input )
public static GuestRuntimeDetails parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static GuestRuntimeDetails parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GuestRuntimeDetails parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static GuestRuntimeDetails parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GuestRuntimeDetails parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static GuestRuntimeDetails parseFrom ( CodedInputStream input )
public static GuestRuntimeDetails parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static GuestRuntimeDetails parseFrom ( InputStream input )
public static GuestRuntimeDetails parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static GuestRuntimeDetails parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GuestRuntimeDetails parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<GuestRuntimeDetails> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public GuestRuntimeDetails getDefaultInstanceForType ()
getDomain()
public String getDomain ()
Domain, e.g. c.stratozone-development.internal.
string domain = 5;
Returns
Type
Description
String
The domain.
getDomainBytes()
public ByteString getDomainBytes ()
Domain, e.g. c.stratozone-development.internal.
string domain = 5;
Returns
Type
Description
ByteString
The bytes for domain.
getInstalledApps()
public GuestInstalledApplicationList getInstalledApps ()
Installed applications information.
.google.cloud.migrationcenter.v1.GuestInstalledApplicationList installed_apps = 7;
getInstalledAppsOrBuilder()
public GuestInstalledApplicationListOrBuilder getInstalledAppsOrBuilder ()
Installed applications information.
.google.cloud.migrationcenter.v1.GuestInstalledApplicationList installed_apps = 7;
getLastBootTime()
public Timestamp getLastBootTime ()
Last time the OS was booted.
.google.protobuf.Timestamp last_boot_time = 4;
Returns
Type
Description
Timestamp
The lastBootTime.
getLastBootTimeOrBuilder()
public TimestampOrBuilder getLastBootTimeOrBuilder ()
Last time the OS was booted.
.google.protobuf.Timestamp last_boot_time = 4;
getMachineName()
public String getMachineName ()
Machine name.
string machine_name = 6;
Returns
Type
Description
String
The machineName.
getMachineNameBytes()
public ByteString getMachineNameBytes ()
Machine name.
string machine_name = 6;
Returns
Type
Description
ByteString
The bytes for machineName.
getNetwork()
public RuntimeNetworkInfo getNetwork ()
Runtime network information (connections, ports).
.google.cloud.migrationcenter.v1.RuntimeNetworkInfo network = 3;
getNetworkOrBuilder()
public RuntimeNetworkInfoOrBuilder getNetworkOrBuilder ()
Runtime network information (connections, ports).
.google.cloud.migrationcenter.v1.RuntimeNetworkInfo network = 3;
getOpenFileList()
public OpenFileList getOpenFileList ()
Open files information.
.google.cloud.migrationcenter.v1.OpenFileList open_file_list = 8;
getOpenFileListOrBuilder()
public OpenFileListOrBuilder getOpenFileListOrBuilder ()
Open files information.
.google.cloud.migrationcenter.v1.OpenFileList open_file_list = 8;
getParserForType()
public Parser<GuestRuntimeDetails> getParserForType ()
Overrides
getProcesses()
public RunningProcessList getProcesses ()
Running processes.
.google.cloud.migrationcenter.v1.RunningProcessList processes = 2;
getProcessesOrBuilder()
public RunningProcessListOrBuilder getProcessesOrBuilder ()
Running processes.
.google.cloud.migrationcenter.v1.RunningProcessList processes = 2;
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getServices()
public RunningServiceList getServices ()
Running background services.
.google.cloud.migrationcenter.v1.RunningServiceList services = 1;
getServicesOrBuilder()
public RunningServiceListOrBuilder getServicesOrBuilder ()
Running background services.
.google.cloud.migrationcenter.v1.RunningServiceList services = 1;
hasInstalledApps()
public 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 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 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 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 boolean hasProcesses ()
Running processes.
.google.cloud.migrationcenter.v1.RunningProcessList processes = 2;
Returns
Type
Description
boolean
Whether the processes field is set.
hasServices()
public boolean hasServices ()
Running background services.
.google.cloud.migrationcenter.v1.RunningServiceList services = 1;
Returns
Type
Description
boolean
Whether the services field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public GuestRuntimeDetails . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GuestRuntimeDetails . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public GuestRuntimeDetails . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-11 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]