Class GuestRuntimeDetails

  • All Implemented Interfaces:
    GuestRuntimeDetailsOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class GuestRuntimeDetails
    extends com.google.protobuf.GeneratedMessageV3
    implements GuestRuntimeDetailsOrBuilder
     Guest OS runtime information.
     
    Protobuf type google.cloud.migrationcenter.v1.GuestRuntimeDetails
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • hasServices

        public boolean hasServices()
         Running background services.
         
        .google.cloud.migrationcenter.v1.RunningServiceList services = 1;
        Specified by:
        hasServices in interface GuestRuntimeDetailsOrBuilder
        Returns:
        Whether the services field is set.
      • hasProcesses

        public boolean hasProcesses()
         Running processes.
         
        .google.cloud.migrationcenter.v1.RunningProcessList processes = 2;
        Specified by:
        hasProcesses in interface GuestRuntimeDetailsOrBuilder
        Returns:
        Whether the processes field is set.
      • hasNetwork

        public boolean hasNetwork()
         Runtime network information (connections, ports).
         
        .google.cloud.migrationcenter.v1.RuntimeNetworkInfo network = 3;
        Specified by:
        hasNetwork in interface GuestRuntimeDetailsOrBuilder
        Returns:
        Whether the network field is set.
      • hasLastBootTime

        public boolean hasLastBootTime()
         Last time the OS was booted.
         
        .google.protobuf.Timestamp last_boot_time = 4;
        Specified by:
        hasLastBootTime in interface GuestRuntimeDetailsOrBuilder
        Returns:
        Whether the lastBootTime field is set.
      • getLastBootTime

        public com.google.protobuf.Timestamp getLastBootTime()
         Last time the OS was booted.
         
        .google.protobuf.Timestamp last_boot_time = 4;
        Specified by:
        getLastBootTime in interface GuestRuntimeDetailsOrBuilder
        Returns:
        The lastBootTime.
      • getLastBootTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getLastBootTimeOrBuilder()
         Last time the OS was booted.
         
        .google.protobuf.Timestamp last_boot_time = 4;
        Specified by:
        getLastBootTimeOrBuilder in interface GuestRuntimeDetailsOrBuilder
      • getDomainBytes

        public com.google.protobuf.ByteString getDomainBytes()
         Domain, e.g. c.stratozone-development.internal.
         
        string domain = 5;
        Specified by:
        getDomainBytes in interface GuestRuntimeDetailsOrBuilder
        Returns:
        The bytes for domain.
      • getMachineNameBytes

        public com.google.protobuf.ByteString getMachineNameBytes()
         Machine name.
         
        string machine_name = 6;
        Specified by:
        getMachineNameBytes in interface GuestRuntimeDetailsOrBuilder
        Returns:
        The bytes for machineName.
      • hasInstalledApps

        public boolean hasInstalledApps()
         Installed applications information.
         
        .google.cloud.migrationcenter.v1.GuestInstalledApplicationList installed_apps = 7;
        Specified by:
        hasInstalledApps in interface GuestRuntimeDetailsOrBuilder
        Returns:
        Whether the installedApps field is set.
      • hasOpenFileList

        public boolean hasOpenFileList()
         Open files information.
         
        .google.cloud.migrationcenter.v1.OpenFileList open_file_list = 8;
        Specified by:
        hasOpenFileList in interface GuestRuntimeDetailsOrBuilder
        Returns:
        Whether the openFileList field is set.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static GuestRuntimeDetails parseFrom​(ByteBuffer data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static GuestRuntimeDetails parseFrom​(ByteBuffer data,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static GuestRuntimeDetails parseFrom​(com.google.protobuf.ByteString data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static GuestRuntimeDetails parseFrom​(com.google.protobuf.ByteString data,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static GuestRuntimeDetails parseFrom​(byte[] data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static GuestRuntimeDetails parseFrom​(byte[] data,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static GuestRuntimeDetails parseFrom​(com.google.protobuf.CodedInputStream input,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws IOException
        Throws:
        IOException
      • newBuilderForType

        public GuestRuntimeDetails.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public GuestRuntimeDetails.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected GuestRuntimeDetails.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<GuestRuntimeDetails> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public GuestRuntimeDetails getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder