Interface InstallationOrBuilder

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

    public interface InstallationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getName

        String getName()
         Output only. The name of the installed package.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Output only. The name of the installed package.
         
        string name = 1;
        Returns:
        The bytes for name.
      • getLocationList

        List<Location> getLocationList()
         Required. All of the places within the filesystem versions of this package
         have been found.
         
        repeated .grafeas.v1beta1.package.Location location = 2;
      • getLocation

        Location getLocation​(int index)
         Required. All of the places within the filesystem versions of this package
         have been found.
         
        repeated .grafeas.v1beta1.package.Location location = 2;
      • getLocationCount

        int getLocationCount()
         Required. All of the places within the filesystem versions of this package
         have been found.
         
        repeated .grafeas.v1beta1.package.Location location = 2;
      • getLocationOrBuilderList

        List<? extends LocationOrBuilder> getLocationOrBuilderList()
         Required. All of the places within the filesystem versions of this package
         have been found.
         
        repeated .grafeas.v1beta1.package.Location location = 2;
      • getLocationOrBuilder

        LocationOrBuilder getLocationOrBuilder​(int index)
         Required. All of the places within the filesystem versions of this package
         have been found.
         
        repeated .grafeas.v1beta1.package.Location location = 2;