Interface BspTargetInfo.FileLocationOrBuilder

    • Method Detail

      • getRelativePath

        java.lang.String getRelativePath()
        string relative_path = 1;
        Returns:
        The relativePath.
      • getRelativePathBytes

        ByteString getRelativePathBytes()
        string relative_path = 1;
        Returns:
        The bytes for relativePath.
      • getIsSource

        boolean getIsSource()
        bool is_source = 2;
        Returns:
        The isSource.
      • getIsExternal

        boolean getIsExternal()
        bool is_external = 3;
        Returns:
        The isExternal.
      • getRootExecutionPathFragment

        java.lang.String getRootExecutionPathFragment()
        string root_execution_path_fragment = 4;
        Returns:
        The rootExecutionPathFragment.
      • getRootExecutionPathFragmentBytes

        ByteString getRootExecutionPathFragmentBytes()
        string root_execution_path_fragment = 4;
        Returns:
        The bytes for rootExecutionPathFragment.