Class GuestRuntimeDetails.Builder

    • Method Detail

      • 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.Builder<GuestRuntimeDetails.Builder>
      • clear

        public GuestRuntimeDetails.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<GuestRuntimeDetails.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<GuestRuntimeDetails.Builder>
      • getDefaultInstanceForType

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

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

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

        public GuestRuntimeDetails.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<GuestRuntimeDetails.Builder>
      • setField

        public GuestRuntimeDetails.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                    Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<GuestRuntimeDetails.Builder>
      • clearField

        public GuestRuntimeDetails.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<GuestRuntimeDetails.Builder>
      • clearOneof

        public GuestRuntimeDetails.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<GuestRuntimeDetails.Builder>
      • setRepeatedField

        public GuestRuntimeDetails.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                            int index,
                                                            Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GuestRuntimeDetails.Builder>
      • addRepeatedField

        public GuestRuntimeDetails.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                            Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GuestRuntimeDetails.Builder>
      • mergeFrom

        public GuestRuntimeDetails.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GuestRuntimeDetails.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<GuestRuntimeDetails.Builder>
      • mergeFrom

        public GuestRuntimeDetails.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GuestRuntimeDetails.Builder>
        Throws:
        IOException
      • 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.
      • clearServices

        public GuestRuntimeDetails.Builder clearServices()
         Running background services.
         
        .google.cloud.migrationcenter.v1.RunningServiceList services = 1;
      • getServicesBuilder

        public RunningServiceList.Builder getServicesBuilder()
         Running background services.
         
        .google.cloud.migrationcenter.v1.RunningServiceList services = 1;
      • 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.
      • clearProcesses

        public GuestRuntimeDetails.Builder clearProcesses()
         Running processes.
         
        .google.cloud.migrationcenter.v1.RunningProcessList processes = 2;
      • getProcessesBuilder

        public RunningProcessList.Builder getProcessesBuilder()
         Running processes.
         
        .google.cloud.migrationcenter.v1.RunningProcessList processes = 2;
      • 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.
      • clearNetwork

        public GuestRuntimeDetails.Builder clearNetwork()
         Runtime network information (connections, ports).
         
        .google.cloud.migrationcenter.v1.RuntimeNetworkInfo network = 3;
      • getNetworkBuilder

        public RuntimeNetworkInfo.Builder getNetworkBuilder()
         Runtime network information (connections, ports).
         
        .google.cloud.migrationcenter.v1.RuntimeNetworkInfo network = 3;
      • 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.
      • setLastBootTime

        public GuestRuntimeDetails.Builder setLastBootTime​(com.google.protobuf.Timestamp value)
         Last time the OS was booted.
         
        .google.protobuf.Timestamp last_boot_time = 4;
      • setLastBootTime

        public GuestRuntimeDetails.Builder setLastBootTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Last time the OS was booted.
         
        .google.protobuf.Timestamp last_boot_time = 4;
      • mergeLastBootTime

        public GuestRuntimeDetails.Builder mergeLastBootTime​(com.google.protobuf.Timestamp value)
         Last time the OS was booted.
         
        .google.protobuf.Timestamp last_boot_time = 4;
      • clearLastBootTime

        public GuestRuntimeDetails.Builder clearLastBootTime()
         Last time the OS was booted.
         
        .google.protobuf.Timestamp last_boot_time = 4;
      • getLastBootTimeBuilder

        public com.google.protobuf.Timestamp.Builder getLastBootTimeBuilder()
         Last time the OS was booted.
         
        .google.protobuf.Timestamp last_boot_time = 4;
      • 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.
      • setDomain

        public GuestRuntimeDetails.Builder setDomain​(String value)
         Domain, e.g. c.stratozone-development.internal.
         
        string domain = 5;
        Parameters:
        value - The domain to set.
        Returns:
        This builder for chaining.
      • clearDomain

        public GuestRuntimeDetails.Builder clearDomain()
         Domain, e.g. c.stratozone-development.internal.
         
        string domain = 5;
        Returns:
        This builder for chaining.
      • setDomainBytes

        public GuestRuntimeDetails.Builder setDomainBytes​(com.google.protobuf.ByteString value)
         Domain, e.g. c.stratozone-development.internal.
         
        string domain = 5;
        Parameters:
        value - The bytes for domain to set.
        Returns:
        This builder for chaining.
      • getMachineNameBytes

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

        public GuestRuntimeDetails.Builder setMachineName​(String value)
         Machine name.
         
        string machine_name = 6;
        Parameters:
        value - The machineName to set.
        Returns:
        This builder for chaining.
      • clearMachineName

        public GuestRuntimeDetails.Builder clearMachineName()
         Machine name.
         
        string machine_name = 6;
        Returns:
        This builder for chaining.
      • setMachineNameBytes

        public GuestRuntimeDetails.Builder setMachineNameBytes​(com.google.protobuf.ByteString value)
         Machine name.
         
        string machine_name = 6;
        Parameters:
        value - The bytes for machineName to set.
        Returns:
        This builder for chaining.
      • 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.
      • clearInstalledApps

        public GuestRuntimeDetails.Builder clearInstalledApps()
         Installed applications information.
         
        .google.cloud.migrationcenter.v1.GuestInstalledApplicationList installed_apps = 7;
      • getInstalledAppsBuilder

        public GuestInstalledApplicationList.Builder getInstalledAppsBuilder()
         Installed applications information.
         
        .google.cloud.migrationcenter.v1.GuestInstalledApplicationList installed_apps = 7;
      • 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.
      • clearOpenFileList

        public GuestRuntimeDetails.Builder clearOpenFileList()
         Open files information.
         
        .google.cloud.migrationcenter.v1.OpenFileList open_file_list = 8;
      • getOpenFileListBuilder

        public OpenFileList.Builder getOpenFileListBuilder()
         Open files information.
         
        .google.cloud.migrationcenter.v1.OpenFileList open_file_list = 8;
      • setUnknownFields

        public final GuestRuntimeDetails.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GuestRuntimeDetails.Builder>
      • mergeUnknownFields

        public final GuestRuntimeDetails.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GuestRuntimeDetails.Builder>