Interface Build.PackageGroupOrBuilder

    • Method Detail

      • hasName

        boolean hasName()
         The name of the package group
         
        required string name = 1;
        Returns:
        Whether the name field is set.
      • getName

        java.lang.String getName()
         The name of the package group
         
        required string name = 1;
        Returns:
        The name.
      • getNameBytes

        ByteString getNameBytes()
         The name of the package group
         
        required string name = 1;
        Returns:
        The bytes for name.
      • getContainedPackageList

        java.util.List<java.lang.String> getContainedPackageList()
         The list of packages as specified in the BUILD file. Currently this is
         only a list of packages, but some time in the future, there might be
         some type of wildcard mechanism.
         
        repeated string contained_package = 2;
        Returns:
        A list containing the containedPackage.
      • getContainedPackageCount

        int getContainedPackageCount()
         The list of packages as specified in the BUILD file. Currently this is
         only a list of packages, but some time in the future, there might be
         some type of wildcard mechanism.
         
        repeated string contained_package = 2;
        Returns:
        The count of containedPackage.
      • getContainedPackage

        java.lang.String getContainedPackage​(int index)
         The list of packages as specified in the BUILD file. Currently this is
         only a list of packages, but some time in the future, there might be
         some type of wildcard mechanism.
         
        repeated string contained_package = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The containedPackage at the given index.
      • getContainedPackageBytes

        ByteString getContainedPackageBytes​(int index)
         The list of packages as specified in the BUILD file. Currently this is
         only a list of packages, but some time in the future, there might be
         some type of wildcard mechanism.
         
        repeated string contained_package = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the containedPackage at the given index.
      • getIncludedPackageGroupList

        java.util.List<java.lang.String> getIncludedPackageGroupList()
         The list of sub package groups included in this one.
         
        repeated string included_package_group = 3;
        Returns:
        A list containing the includedPackageGroup.
      • getIncludedPackageGroupCount

        int getIncludedPackageGroupCount()
         The list of sub package groups included in this one.
         
        repeated string included_package_group = 3;
        Returns:
        The count of includedPackageGroup.
      • getIncludedPackageGroup

        java.lang.String getIncludedPackageGroup​(int index)
         The list of sub package groups included in this one.
         
        repeated string included_package_group = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The includedPackageGroup at the given index.
      • getIncludedPackageGroupBytes

        ByteString getIncludedPackageGroupBytes​(int index)
         The list of sub package groups included in this one.
         
        repeated string included_package_group = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the includedPackageGroup at the given index.