Interface GuestOsScanOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GuestOsScan, GuestOsScan.Builder

    public interface GuestOsScanOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCoreSource()
      reference to the corresponding Guest OS Scan in MC Source.
      com.google.protobuf.ByteString getCoreSourceBytes()
      reference to the corresponding Guest OS Scan in MC Source.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getCoreSource

        String getCoreSource()
         reference to the corresponding Guest OS Scan in MC Source.
         
        string core_source = 1;
        Returns:
        The coreSource.
      • getCoreSourceBytes

        com.google.protobuf.ByteString getCoreSourceBytes()
         reference to the corresponding Guest OS Scan in MC Source.
         
        string core_source = 1;
        Returns:
        The bytes for coreSource.