Interface Inventory.VersionedPackageOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getArchitecture()
      The system architecture this package is intended for.
      com.google.protobuf.ByteString getArchitectureBytes()
      The system architecture this package is intended for.
      String getPackageName()
      The name of the package.
      com.google.protobuf.ByteString getPackageNameBytes()
      The name of the package.
      String getVersion()
      The version of the package.
      com.google.protobuf.ByteString getVersionBytes()
      The version of the package.
      • 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

      • getPackageName

        String getPackageName()
         The name of the package.
         
        string package_name = 4;
        Returns:
        The packageName.
      • getPackageNameBytes

        com.google.protobuf.ByteString getPackageNameBytes()
         The name of the package.
         
        string package_name = 4;
        Returns:
        The bytes for packageName.
      • getArchitecture

        String getArchitecture()
         The system architecture this package is intended for.
         
        string architecture = 2;
        Returns:
        The architecture.
      • getArchitectureBytes

        com.google.protobuf.ByteString getArchitectureBytes()
         The system architecture this package is intended for.
         
        string architecture = 2;
        Returns:
        The bytes for architecture.
      • getVersion

        String getVersion()
         The version of the package.
         
        string version = 3;
        Returns:
        The version.
      • getVersionBytes

        com.google.protobuf.ByteString getVersionBytes()
         The version of the package.
         
        string version = 3;
        Returns:
        The bytes for version.