public final class GuestRuntimeDetails extends com.google.protobuf.GeneratedMessageV3 implements GuestRuntimeDetailsOrBuilder
Guest OS runtime information.Protobuf type
google.cloud.migrationcenter.v1.GuestRuntimeDetails| Modifier and Type | Class and Description |
|---|---|
static class |
GuestRuntimeDetails.Builder
Guest OS runtime information.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DOMAIN_FIELD_NUMBER |
static int |
INSTALLED_APPS_FIELD_NUMBER |
static int |
LAST_BOOT_TIME_FIELD_NUMBER |
static int |
MACHINE_NAME_FIELD_NUMBER |
static int |
NETWORK_FIELD_NUMBER |
static int |
OPEN_FILE_LIST_FIELD_NUMBER |
static int |
PROCESSES_FIELD_NUMBER |
static int |
SERVICES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static GuestRuntimeDetails |
getDefaultInstance() |
GuestRuntimeDetails |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<GuestRuntimeDetails> |
getParserForType() |
RunningProcessList |
getProcesses()
Running processes.
|
RunningProcessListOrBuilder |
getProcessesOrBuilder()
Running processes.
|
int |
getSerializedSize() |
RunningServiceList |
getServices()
Running background services.
|
RunningServiceListOrBuilder |
getServicesOrBuilder()
Running background services.
|
int |
hashCode() |
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static GuestRuntimeDetails.Builder |
newBuilder() |
static GuestRuntimeDetails.Builder |
newBuilder(GuestRuntimeDetails prototype) |
GuestRuntimeDetails.Builder |
newBuilderForType() |
protected GuestRuntimeDetails.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static GuestRuntimeDetails |
parseDelimitedFrom(InputStream input) |
static GuestRuntimeDetails |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GuestRuntimeDetails |
parseFrom(byte[] data) |
static GuestRuntimeDetails |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GuestRuntimeDetails |
parseFrom(ByteBuffer data) |
static GuestRuntimeDetails |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GuestRuntimeDetails |
parseFrom(com.google.protobuf.ByteString data) |
static GuestRuntimeDetails |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GuestRuntimeDetails |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GuestRuntimeDetails |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GuestRuntimeDetails |
parseFrom(InputStream input) |
static GuestRuntimeDetails |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<GuestRuntimeDetails> |
parser() |
GuestRuntimeDetails.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SERVICES_FIELD_NUMBER
public static final int PROCESSES_FIELD_NUMBER
public static final int NETWORK_FIELD_NUMBER
public static final int LAST_BOOT_TIME_FIELD_NUMBER
public static final int DOMAIN_FIELD_NUMBER
public static final int MACHINE_NAME_FIELD_NUMBER
public static final int INSTALLED_APPS_FIELD_NUMBER
public static final int OPEN_FILE_LIST_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasServices()
Running background services.
.google.cloud.migrationcenter.v1.RunningServiceList services = 1;hasServices in interface GuestRuntimeDetailsOrBuilderpublic RunningServiceList getServices()
Running background services.
.google.cloud.migrationcenter.v1.RunningServiceList services = 1;getServices in interface GuestRuntimeDetailsOrBuilderpublic RunningServiceListOrBuilder getServicesOrBuilder()
Running background services.
.google.cloud.migrationcenter.v1.RunningServiceList services = 1;getServicesOrBuilder in interface GuestRuntimeDetailsOrBuilderpublic boolean hasProcesses()
Running processes.
.google.cloud.migrationcenter.v1.RunningProcessList processes = 2;hasProcesses in interface GuestRuntimeDetailsOrBuilderpublic RunningProcessList getProcesses()
Running processes.
.google.cloud.migrationcenter.v1.RunningProcessList processes = 2;getProcesses in interface GuestRuntimeDetailsOrBuilderpublic RunningProcessListOrBuilder getProcessesOrBuilder()
Running processes.
.google.cloud.migrationcenter.v1.RunningProcessList processes = 2;getProcessesOrBuilder in interface GuestRuntimeDetailsOrBuilderpublic boolean hasNetwork()
Runtime network information (connections, ports).
.google.cloud.migrationcenter.v1.RuntimeNetworkInfo network = 3;hasNetwork in interface GuestRuntimeDetailsOrBuilderpublic RuntimeNetworkInfo getNetwork()
Runtime network information (connections, ports).
.google.cloud.migrationcenter.v1.RuntimeNetworkInfo network = 3;getNetwork in interface GuestRuntimeDetailsOrBuilderpublic RuntimeNetworkInfoOrBuilder getNetworkOrBuilder()
Runtime network information (connections, ports).
.google.cloud.migrationcenter.v1.RuntimeNetworkInfo network = 3;getNetworkOrBuilder in interface GuestRuntimeDetailsOrBuilderpublic boolean hasLastBootTime()
Last time the OS was booted.
.google.protobuf.Timestamp last_boot_time = 4;hasLastBootTime in interface GuestRuntimeDetailsOrBuilderpublic com.google.protobuf.Timestamp getLastBootTime()
Last time the OS was booted.
.google.protobuf.Timestamp last_boot_time = 4;getLastBootTime in interface GuestRuntimeDetailsOrBuilderpublic com.google.protobuf.TimestampOrBuilder getLastBootTimeOrBuilder()
Last time the OS was booted.
.google.protobuf.Timestamp last_boot_time = 4;getLastBootTimeOrBuilder in interface GuestRuntimeDetailsOrBuilderpublic String getDomain()
Domain, e.g. c.stratozone-development.internal.
string domain = 5;getDomain in interface GuestRuntimeDetailsOrBuilderpublic com.google.protobuf.ByteString getDomainBytes()
Domain, e.g. c.stratozone-development.internal.
string domain = 5;getDomainBytes in interface GuestRuntimeDetailsOrBuilderpublic String getMachineName()
Machine name.
string machine_name = 6;getMachineName in interface GuestRuntimeDetailsOrBuilderpublic com.google.protobuf.ByteString getMachineNameBytes()
Machine name.
string machine_name = 6;getMachineNameBytes in interface GuestRuntimeDetailsOrBuilderpublic boolean hasInstalledApps()
Installed applications information.
.google.cloud.migrationcenter.v1.GuestInstalledApplicationList installed_apps = 7;hasInstalledApps in interface GuestRuntimeDetailsOrBuilderpublic GuestInstalledApplicationList getInstalledApps()
Installed applications information.
.google.cloud.migrationcenter.v1.GuestInstalledApplicationList installed_apps = 7;getInstalledApps in interface GuestRuntimeDetailsOrBuilderpublic GuestInstalledApplicationListOrBuilder getInstalledAppsOrBuilder()
Installed applications information.
.google.cloud.migrationcenter.v1.GuestInstalledApplicationList installed_apps = 7;getInstalledAppsOrBuilder in interface GuestRuntimeDetailsOrBuilderpublic boolean hasOpenFileList()
Open files information.
.google.cloud.migrationcenter.v1.OpenFileList open_file_list = 8;hasOpenFileList in interface GuestRuntimeDetailsOrBuilderpublic OpenFileList getOpenFileList()
Open files information.
.google.cloud.migrationcenter.v1.OpenFileList open_file_list = 8;getOpenFileList in interface GuestRuntimeDetailsOrBuilderpublic OpenFileListOrBuilder getOpenFileListOrBuilder()
Open files information.
.google.cloud.migrationcenter.v1.OpenFileList open_file_list = 8;getOpenFileListOrBuilder in interface GuestRuntimeDetailsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static GuestRuntimeDetails parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GuestRuntimeDetails parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GuestRuntimeDetails parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GuestRuntimeDetails parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GuestRuntimeDetails parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GuestRuntimeDetails parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GuestRuntimeDetails parseFrom(InputStream input) throws IOException
IOExceptionpublic static GuestRuntimeDetails parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GuestRuntimeDetails parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static GuestRuntimeDetails parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GuestRuntimeDetails parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static GuestRuntimeDetails parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic GuestRuntimeDetails.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static GuestRuntimeDetails.Builder newBuilder()
public static GuestRuntimeDetails.Builder newBuilder(GuestRuntimeDetails prototype)
public GuestRuntimeDetails.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected GuestRuntimeDetails.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static GuestRuntimeDetails getDefaultInstance()
public static com.google.protobuf.Parser<GuestRuntimeDetails> parser()
public com.google.protobuf.Parser<GuestRuntimeDetails> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public GuestRuntimeDetails getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.